Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / New Users / July 2007

Tip: Looking for answers? Try searching our database.

Managed vs Unmanaged Code?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Fabuloussites - 20 Jul 2007 22:22 GMT
Is there is any test to determine if my application only uses managed code?
It's developed entirely withing the .net framework, with some third party
web controls by Telerik.com and we also use the URLrewriting tool from this
site
http://www.urlrewriting.net/en/Default.aspx.

thanks for any suggestions.
Manish Bafna - 21 Jul 2007 04:44 GMT
Hi,
I think what you want is your code using best practices for .NET Framework
as recommeded by microsoft.When ever we are talking about bad coding one tool
comes to our mind that is FXCop .Those who are new to FXCop , it is a free
code analysis tool (open source) from Microsoft which analyze your compiled
.NET assemblies for compliance with recommended programming practices. Let me
take you a brief history of FXCop .The FX in FXCop stands for Framework as in
.NET Framework. Actually its original name was UrtCop (Universal Run Time )
the old name of CLR.The full name is Framework Cop and in short we call it as
FXCop. The next question how and why FXCop . FXCop was created to address the
goal of ensuring a consistent look and feel for a brand-new public API of
.NET Framework. During the development process, it became clear the
application was also useful for uncovering API usage and general correctness
problems. The tool is possible due to key features of the .NET Framework that
make signatures-and even Intermediate Language code itself-easily
discoverable. FxCop is a case study of the time-to-develop benefits of the
.NET Framework. We're pretty proud that it has achieved functionality in an
extremely short development time-functionality that is similar to other tools
(targeted toward unmanaged binaries).This is the way FXCop comes in
picture.You can download this tool from http://www.gotdotnet.com/team/fxcop 

ref:http://www.c-sharpcorner.com/UploadFile/akrao/CodingPractices11182005011444AM/Co
dingPractices.aspx

Signature

Hope this answers your question.
Thanks and Regards.
Manish Bafna.
MCP and MCTS.

> Is there is any test to determine if my application only uses managed code?
> It's developed entirely withing the .net framework, with some third party
[quoted text clipped - 3 lines]
>
> thanks for any suggestions.
Fabuloussites - 21 Jul 2007 16:12 GMT
Thanks for the response.  That is very helpful. i asked the question as my
organization is considering having one of it's programs tested in the future
by veritest, and one of the tests is one that tests to see if the application
used 100% managed code.

> Hi,
> I think what you want is your code using best practices for .NET Framework
[quoted text clipped - 26 lines]
> >
> > thanks for any suggestions.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.