|
|
|
Welcome to Assemblies section of C# Corner. In this section, you will find various Assemblies related source code samples, articles, tutorials, and tips.
|
|
|
|
|
|
|
|
|
The Basics of .NET Framework Interoperability
by
Dave
on
Feb 29, 2008
The System.Runtime.InteropServices namespace defines classes where some of which define methods that enable managed code to call native code. This is accomplished via an internal call and is called the Platform Invoke service
|
When to Delay Sign Assemblies
by
Vandita Pandey
on
Aug 05, 2006
Delay signing plays a vital role in development when you are building assemblies. In this article, I talk about the significance and process of delay signing the assemblies.
|
FxCop Integration into VS.NET
by
Prashant Tailor
on
Feb 16, 2006
In this article, I give brief introduction on FXCop tool, followed by steps to integrate the tool in VS.NET IDE. I have also indentified benifits and limitations of integration.
|
|
|
|
|
|
|
|
|
How do I use the CodeDOM to emit source code?
by
Mahesh Chand
on
Jan 29, 2007
The CodeDOM is an API that gives you the ability to create a programming structure of namespaces, objects, and programming constructs by adding items to different collections. All CodeDOM programs start out with the creation of a ICodeGenerator for the target language.
|
How Do I Use Assembly Version Policy?
by
Mahesh Chand
on
Jan 28, 2007
A primary goal of the deployment system in the .NET Framework is to eliminate conflicts between applications caused by shared components and shared states (or DLL conflicts). A key solution to this problem is a robust versioning system.
|
|
|
|
|
|
|
The Basics of .NET Framework Interoperability
by
Dave
on
Feb 29, 2008
The System.Runtime.InteropServices namespace defines classes where some of which define methods that enable managed code to call native code. This is accomplished via an internal call and is called the Platform Invoke service
|
|
|
|
|
|
|
|
|
|
|
Description
|
|
Pro ASP.NET 2.0 E-Commerce in C# 2005 takes you through the e-commerce web application development cycle, from conception to coding to deployment and maintenance.
|
|
Browse more books here»
|
|
|
|
|