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
(1543)
Blogs
(897)
Resources
(333)
Videos
(190)
News
(120)
Articles
How to Get External Drives and Peripherals Using WMI Query
Learn how to efficiently retrieve information about external drives and peripherals on Windows using WMI queries. Explore the power of WMI (Windows Management Instrumentation) for detecting and man...
Abhishek Kumar Ravi
Aug 26, 2013
Logging Database Operations in Entity Framework
Discover Entity Framework 6's new feature: logging database operations. Easily debug and troubleshoot performance issues by logging SQL commands, parameters, timestamps, and more. Customize log...
Abhimanyu K Vatsa
Dec 07, 2013
Native Assembly Programming in .NET
Learn to create EXE and DLL files using MASM in Visual Studio. Configure project settings, write assembly code, debug, and test applications. Explore the power of assembly language for faster execu...
Ajay Yadav
Nov 07, 2014
Delegates in .NET
In this article, we will learn Delegates in .NET provide a powerful mechanism for defining and encapsulating methods, enabling flexible event handling and callback functionality.
Adalat Khan
Jul 27, 2014
DNN, Formerly DotNetNuke, Tutorial - Part Four (GenericDNN Modules)
Learn how to create a GenericDNN module using templates, simplifying module installation without manual configuration. Follow step-by-step instructions for project setup, building in Release mode, ...
Teddy Kurian
Jul 10, 2016
Indepths of Global Assembly Cache
In this article, we will Explore the depths of the Global Assembly Cache (GAC) in .NET Framework. Learn about assembly management, versioning, security, and deployment.
Nirlep Kaur
Nov 18, 2005
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
No Records Available.
461
-
480
of
1543
<<
22
23
24
25
26
>>
Learn C# 8.0
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
Kotlin