Search - Articles - Dev Forums - Favorites - Member Login  
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Thursday, September 09, 2010

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

Build the right apps the right way with powerful development tools.
Visual Studio 2010. Learn more...

Home > Search > Articles & Samples > .Net Framework 2.0 > Code Generation
Search:
What's New - What's Hot


No Code Can Hide from the Profiling API in the .NET Framework 2.0        
Total Hits: 46  |  Today: 0 Author: Jay Hilyard       Rating:  
Read Reviews | Write Review |   Your Rating: 

Since the inception of .NET, the common language runtime (CLR) profiling API has been the mechanism to use to inspect what the runtime is doing under the covers. Many profilers simply report how much time is spent in a given routine, file, or class, but the profiling API is much more complete in the amount and types of data it makes available. Information about the application domains, assemblies, and classes that are loaded and used in a process, just-in-time (JIT) compiler notifications, memor...

Extend Your Code's Global Reach With New Features In The .NET Framework 2.0        
Total Hits: 35  |  Today: 0 Author: Michael Kaplan,Cathy Wissink       Rating:  
Read Reviews | Write Review |   Your Rating: 

Extensibility is crucial to international users today. Users want the option to customize the data as appropriate for their needs. What if the built-in support for a particular language or culture is not adequate or appropriate, or the cultural data is missing entirely? The application of globalization standards (most obviously the Unicode Standard, but others as well) provides a common, non-proprietary approach to international text. Migrating data away from proprietary models and toward a comm...

Use Managed Code To Generate A Secure Audit Trail        
Total Hits: 49  |  Today: 0 Author: Mark Novak       Rating:  
Read Reviews | Write Review |   Your Rating: 

Auditing is indispensable for security-related monitoring of any server-based application, from e-mail servers to databases to Web servers. In today's security-conscious environments, a reliable audit trail is a valuable forensic tool and often a legal requirement for certain industries. For example, regulations such as Sarbanes-Oxley and the Health Insurance Portability and Accountability Act of 1996 (HIPAA) require audit trails for certain systems, applications, and data. The Windows Server™ 2...

Keep Your Code Running with the Reliability Features of the .NET Framework        
Total Hits: 58  |  Today: 0 Author: Stephen Toub       Rating:  
Read Reviews | Write Review |   Your Rating: 

Do you write reliable managed code? Obviously if your manager asks you that question, you'll want the answer to be yes. You use try/finally blocks to release resources deterministically and you eagerly dispose all of your disposable objects. So, of course, your code is reliable, right? A job well done?

Regrettably, that's not the whole story. In the context of writing managed code, reliability requires the capacity to execute a sequence of operations in a deterministic way, even under exc...

Mgmtclassgen.exe (Management Strongly Typed Class Generator)    Version: 0.00       Price: $0.00   
Total Hits: 9  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

The Management Strongly Typed Class Generator tool enables you to quickly generate an early-bound managed class for a specified Windows Management Instrumentation (WMI) class. The generated class simplifies the code you must write to access an instance of the WMI class....

Auto-Generating Custom Solutions in Microsoft Visual Studio 2005        
Total Hits: 88  |  Today: 0 Author: Jamie Laflen       Rating:  
Read Reviews | Write Review |   Your Rating: 

In the fall of 2004 we started an engagement in which the customer wanted to develop a code generation solution based on the Microsoft Visual Studio 2005 Beta 1 Refresh. This solution was one part of a larger project in which we created architecture standards, guidance, and documentation to establish the .NET Framework as a first-class platform in this client's enterprise architecture. At first blush, we thought that the project would revolve around using Enterprise Templates and a C++ Wizard, a...

No Code Can Hide from the Profiling API in the .NET Framework 2.0        
Total Hits: 49  |  Today: 0 Author: Jay Hilyard       Rating:  
Read Reviews | Write Review |   Your Rating: 

Since the inception of .NET, the common language runtime (CLR) profiling API has been the mechanism to use to inspect what the runtime is doing under the covers. Many profilers simply report how much time is spent in a given routine, file, or class, but the profiling API is much more complete in the amount and types of data it makes available. Information about the application domains, assemblies, and classes that are loaded and used in a process, just-in-time (JIT) compiler notifications, memor...


DevASP.Net - Disclaimer - Privacy
© 2002-2010 DevASP.net