C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Filip Bulovic(3)
Vivek Gupta(2)
Amit Choudhary(1)
Banketeshvar Narayan(1)
Praveen Kumar(1)
Satish Arveti(1)
Chandrakant Parmar(1)
gsuttie (1)
Kamran (1)
Mahesh Chand(1)
Resources
No resource found
Signing a Third Party Library With Ildasm and Ilasm
Aug 11, 2012.
Learn how to sign third-party libraries using ILDasm and ILasm, ensuring compatibility across .NET versions. Overcome version conflicts and ensure smooth integration of libraries into your projects.
Decompile An Assembly In C#
Nov 18, 2015.
In this article you will learn how to decompile an Assembly in C#.
Tools and Utilities in the .NET Framework
Nov 11, 2009.
In this article I will explain about the tools and utilities in the .NET Framework.
Assembly Viewer and Assembly Conflict Viewer in ASP.NET
Aug 10, 2006.
This article show how to view assembly attributes and conflicts in ASP.NET page using C#.
Understanding .NET Framework at a glance
May 05, 2004.
In this article we are going to look at Microsoft .NET Framework. This is the newly established software development environment which helps developers to develop applications quickly and gives optimum, efficient, scalable, performance oriented applications in different languages like Visual Basic .NET, C#, ASP .NET, and Jscript .NET.
Global Assembly Cache(GAC) Hell
Jan 03, 2003.
After having worked on a project involving heavy use of the Global Assembly Cache, I would like to tell you that using the GAC can be very frustrating. We had a solution which had several projects within the solution. Many of these projects referenced 1 project (utility project) which did a lot of the work which we could reuse.
Using DTS from C#
Sep 16, 2002.
In this article I will concentrate on enumerating, executing and changing properties or global variables of DTS package.
VS.NET Tools Intermediate Language Disassembler (ILDAM)
Feb 06, 2002.
The ILDSAM tool parses any .NET Framework EXE/DLL Module and shows the information in a human-readeble format
Some situtions where one may like to use IL
Jan 29, 2002.
This article requires knowledge of IL or at least desire to learn it. My intention is to give few illustrations where usage of IL is possible or only option.
C# and .NET
Jan 07, 2002.
It is sometimes important to know the details of what the compiler does. You may want to know whether constants are evaluated at compile time, or whether constant strings are folded at compile time.
Exploring delegates in C#
Oct 30, 2001.
Delegates are a kind of type safe function pointers which are actually declared as class derived from System.MulticastDelegate.
Properties In C#: New Cover On Old Book
Jun 06, 2001.
Properties are accessor methods whose job is to retrieve and set the values of fields.
Visual Studio .NET: Start up
Mar 20, 2001.
The next version of Visual Studio 6.0 is Visual Studio .NET (VS.NET). In the previous versions of Visual Studio Microsoft has different menu options to pick development environment such as VC++, Visual FoxPro, Visual Basic or Visual Interdev. This version of Visual Studio has integrated everything in one IDE. The reason for that might be all development languages share common library and tools.