TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
.NET
FOLLOW
Microsoft .NET Framework is software development framework developed by Microsoft to build Windows client, enterprise, and web applications. Follow this category to keep up to date with .NET Framework news and tutorials.
Articles
(1557)
Blogs
(899)
Resources
(333)
Videos
(190)
News
(120)
Articles
Enhancements in Assemblies and Versioning in Visual Studio
The article discusses a couple of features introduced for assembly and versioning in Visual Studio 2005 such as referencing assemblies, registering assemblies to GAC, digital signing and friend ass...
Sairam
May 01, 2006
Diagnostic And Performance Monitoring in .Net 4.0
Explore .NET 4.0's enhanced performance monitoring capabilities, including application domain-level resource tracking for memory and processor usage. Utilize Hosting APIs and Event Tracing for...
Mohamed Hasan
Jan 07, 2012
Understanding .NET Client Profile
.NET Client Profile, tailored for Windows Forms apps, offers speedy deployment with minimal footprint. Microsoft trims features like ASP.NET, MSBuild, enhancing package efficiency. Removed from .NE...
Vidya Vrat Agarwal
Jun 15, 2014
How to Work With TFS - TFS Build Agent, Build Definition, TFS Build Custom Task
Learn to create a custom task in a class library, execute it after a TFS build succeeds. Setup TFS build agent, define build process, and run TFS build seamlessly. Ensure successful build execution...
Surya Prakash
Oct 30, 2011
DotNetNuke Custom Module Creation Using DNNTemplate
In this article, we are going to learn how to create DotNetNuke Custom module using DNNTemplate. DNN Custom Module Folder Structure with usage details.
Rupali Shinde
Nov 14, 2015
Things to Consider When Designing .NET Applications
Explore efficient .NET application design for scalability and performance. Learn about proper resource management, application boundaries, assembly strategies, code refactoring, and optimal thread ...
Vidya Vrat Agarwal
Nov 24, 2014
Native Image Generation in Managed Code
This article explains how to write and execute high-performance .NET managed code by employing the Native Image Generator utility as well as some of its disadvantages and recommended scenario guide...
Ajay Yadav
Nov 01, 2014
Exploring the ConcurrentQueue<T> Class in .NET C#
In multi-threaded programming, thread safety and efficient data sharing are critical considerations to ensure smooth and reliable application execution. This article dives into the features, usage...
Jitendra Mesavaniya
Apr 22, 2024
Conversion from Object to JSON by Json.NET
Explore seamless conversion of objects to JSON using Json.NET, a popular library in C#. Learn efficient serialization techniques, data transformation strategies, and harness the power of .NET devel...
Amit Patel
Jul 02, 2012
DNN (Formerly DotNetNuke) Tutorial - Part 3 (Create Custom Edit Page)
Learn to customize your DNN (formerly DotNetNuke) experience with this tutorial's third installment. Delve into crafting a bespoke editing page, empowering you to tailor your CMS to specific ne...
Teddy Kurian
Apr 16, 2016
Channel Factory Caching in WCF 4.5
ChannelFactory caching in WCF 4.5 allows caching of service instances. ClientBase<T> introduces CacheSetting property, facilitating caching. Enum values determine caching behavior. Samples de...
Amit Patel
Jun 19, 2012
Update Data Using Code First Approach
Explore updating data with ASP.NET and Entity Framework's Code First approach. Define Employee model, set up DbContext, and create a Webform for user input. Implement logic to update employee ...
Vijay Prativadi
May 19, 2015
What is Benchmarking & How to Take Benchmark in .NET C#?
In the realm of .NET C# development, optimizing performance is paramount for ensuring that applications meet user expectations for speed and responsiveness.
Jitendra Mesavaniya
Apr 20, 2024
Deploying WPF Apps with Click-Once in Visual C# Express
Deploy WPF apps seamlessly with ClickOnce in Microsoft Visual C# 2010 Express. Simplify distribution, enable automatic updates, and ensure easy installation, all within the .NET environment for eff...
Kiran Kumar Talikoti
Oct 16, 2013
.NET Binary Reverse Engineering: Part 1
This article elucidates the Common Instruction Language (CIL), foundational to .NET, distinguishing directives, attributes, opcodes, and tools like IL Disassembler and Reflector. It explores CIL...
Ajay Yadav
Oct 23, 2014
.NET Reverse Engineering: Part 2
This article describes details of the .NET CLR and ILASM coding, including a detailed analysis of each opcode instruction how to integrate an IL code into an existing high-level C# written code, an...
Ajay Yadav
Oct 26, 2014
.NET Reverse Engineering: Part 3
In this article, we shall be confronted with the rest of the implementation in the context of CIL programming as such, how to build and consume DLL file components using the MSIL programming opcode...
Ajay Yadav
Oct 26, 2014
CancellationToken in ASP.NET Core
CancellationToken in ASP.NET Core provides a powerful mechanism for achieving this goal. In this article, we will delve into the concept of CancellationToken, its usage, and practical examples to i...
Jitendra Mesavaniya
Apr 19, 2024
Remoting Technology: Distributed Computing
Remoting technology facilitates distributed computing, enabling seamless communication between processes or applications across a network. It employs protocols, marshaling, and proxies to facilitat...
Ajay Yadav
Nov 04, 2014
Introduction to the Assembly Concept
An introduction to the assembly concept explores the fundamental unit of deployment in .NET applications. Assemblies encapsulate code, metadata, and resources, aiding in code management, versioning...
Bechir Bejaoui
Jan 17, 2008
No Records Available.
481
-
500
of
1557
<<
23
24
25
26
27
>>
Learn WCF in 10 Hours
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
React Js