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
.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
Web API Hosting From OWIN With Windows Azure
Learn to host a Web API in Azure Worker Role using OWIN for decoupled architectures. Set up the project in Visual Studio with Azure SDK, configure endpoints, and add API controllers. Utilize OWIN...
Nimit Joshi
Oct 21, 2013
Using Table Valued Function for Data Selection - EDF Framework 5.0
Learn efficient data retrieval techniques using Table Valued Functions (TVF) through Data Entity Model in EDF Framework 5.0. Enhance database operations by leveraging TVFs within Entity Framework, ...
Vijay Prativadi
Dec 15, 2012
Make Your Debugging Easier With 'Login As' Design Pattern
Streamline debugging with the 'Login As' design pattern, enabling authorized users to temporarily access accounts for testing purposes. Enhance development efficiency and ensure thorough te...
Bilal Shahzad
Jul 29, 2019
Bug Fixing: .NET Reverse Engineering: Part 4
Explore advanced .NET Reverse Engineering through Round-trip engineering, manipulating IL code without accessing source code. Fix bugs like Memory Overflow, Array Index Out Of Range, and Divide by...
Ajay Yadav
Oct 26, 2014
Dependency Injection and Service Lifetimes in .NET
In this article, I will explain Dependency Injection (DI) is a design pattern that supports the development of loosely coupled code, and it’s also one of the SOLID principles (Dependency Inversion ...
Jitendra Mesavaniya
Apr 18, 2024
How Recursive CTE Works in SQL Server
Recursive Common Table Expressions (CTEs) in SQL Server enable querying hierarchical data structures efficiently. Using the WITH clause, recursive CTEs define anchor and recursive members, facilita...
Harieswaran D
Dec 19, 2014
Intoduction of Interceptors in .NET 8 and C# 12: How to use it?
Interceptors are an experimental feature, available in preview mode with C# 12. An interceptor is a method that allows you to substitute a call to an interceptable method, with a call to itself at ...
Jitendra Mesavaniya
Apr 18, 2024
A Journey from ASP.NET Framework to ASP.NET Core
Explore the journey of .NET web development from ASP.NET Framework to ASP.NET Core, encompassing technologies like Windows Forms, WPF, and Web Forms. Witness the transition to structured MVC archi...
Kuppu Swami
Apr 18, 2024
Select Data Using Complied Query
Learn how to optimize data retrieval in your application by utilizing compiled queries. This technique, often employed in Entity Framework and LINQ, enhances performance by pre-compiling queries, r...
Vijay Prativadi
Feb 09, 2013
Select Data Using Spatial Types Via EDF Framework 5.0
Explore the utilization of spatial types for data retrieval in Entity Data Model Framework 5.0. Learn how to design entities, create a web application, and implement data retrieval using Entity Fr...
Vijay Prativadi
Dec 16, 2012
Newtonsoft.Json vs. System.Text.Json: Comparative Analysis
In the world of .NET development, handling JSON serialization and deserialization is a common task, especially when dealing with web APIs. In this article, we'll compare and contrast these two ...
Jitendra Mesavaniya
Apr 17, 2024
A Comprehensive Guide to Entity Framework Core in .NET 8
Explore the comprehensive guide to Entity Framework Core in .NET 8, enriched with the latest features of C# 10. Authored by Ziggy Rafiq, this detailed overview covers everything from basic concepts...
Ziggy Rafiq
Mar 10, 2024
Unit Testing with xUnit in .NET 8
This article talks about Unit Testing with xUnit with the .Net 8 framework as a guide. This comprehensive guide explores unit testing with xUnit in .NET 8, covering fundamentals, prerequisites, cre...
Ziggy Rafiq
Feb 12, 2024
Generate Dynamic Models in C# .NET 8 MVC from Database
Creating a C# .NET 8 MVC Application To Generate Dynamic Models From A Database Table. This article demonstrates how to dynamically generate models in C# .NET MVC based on database table schemas, s...
Rinki
Apr 16, 2024
No Records Available.
481
-
500
of
1543
<<
23
24
25
26
27
>>
Learn Internet of Things in 21 Days
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
AlpineGate AI