C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
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]
Karthikeyan Anbarasan(5)
John Godel(2)
Tural Suleymani(2)
Ajay Yadav(2)
Vishal Gami(1)
Kunal kumar (1)
Ankit Kanojia(1)
Vivek Gupta(1)
Rohit Gupta(1)
Ajay Kumar(1)
Asif Sayed(1)
Kevin Wang(1)
Sandeep Singh Shekhawat(1)
Bryian Tan(1)
sudhirmangla (1)
Filip Bulovic(1)
Kamran (1)
Narayana Surapaneni(1)
Mahesh Chand(1)
Resources
No resource found
How to Create Stored Procedures in SQL Server | Beginner to Intermediate Practical Guide
Nov 24, 2025.
Master SQL Server stored procedures! This guide covers creation, benefits, and best practices for efficient, secure, and maintainable database interactions. From basic CRUD to advanced error handling, learn to centralize SQL logic.
Generative AI : Intermediate to Advanced through the lens of Transformers
Nov 12, 2025.
Explore Generative AI's core: Transformers. Understand self-attention, positional encoding, and scaling from GPT-2 to GPT-5. Includes Python code & ethical considerations.
Agileđ Scrumđ Framework For Beginners To Intermediate Levelâ
Sep 03, 2021.
Agile is a methodology. Scrum is a framework. In this article, I explained both with the project management approach.
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
Programming in C# â A Guided Path from Beginner to Intermediate
Apr 14, 2025.
Letâs dive into C# by doing what developers do bestâwriting code. As you go through this article, donât worry if something doesnât click right away.
Understanding AI for Intermediate: From Core Concepts to Practical Implementation
Apr 04, 2025.
Artificial Intelligence (AI) is no longer just a futuristic conceptâitâs actively shaping the tools and systems we use every day.
AI Roadmap: How to Go from Beginner to Intermediate
Jan 10, 2025.
This article covers essential Python concepts, libraries (NumPy, Pandas, Scikit-learn, Matplotlib, SciPy), and machine learning frameworks (PyTorch, HuggingFace & Gradio), helping beginners progress to advanced proficiency in software development and data science.
Intermediate Code Optimizations in C#
Jul 29, 2024.
Intermediate code optimization in C# improves performance by refining Intermediate Language (IL) code. Techniques like inlining, loop optimizations, dead code elimination, and constant folding enhance runtime efficiency and reduce overhead.
.NET internals: Learning Object-Oriented .NET IL
Mar 19, 2024.
.NET IL, or Intermediate Language, serves as a bridge between high-level programming languages and machine code. This article delves into object-oriented .NET IL concepts with detailed explanations and code examples.
.NET internals: Stack-Oriented .NET IL
Mar 16, 2024.
Understanding .NET IL (Intermediate Language) is crucial for developers to comprehend how code interacts with the .NET Framework. While not typically written directly, it offers insights into compilation processes.
Why Not .NET
Jan 21, 2015.
This article provides convincing explanations for using .Net if you have not yet done so.
MSIL Programming: Part 2
Nov 16, 2014.
The primary goal of this article is to exhibit the mechanism of defining (syntax and semantics) the entire typical Object Oriented Programming âtermsâ like namespace, interface, fields, class and so on.
MSIL Programming: Part 1
Nov 15, 2014.
Learn MSIL programming fundamentals in this comprehensive series. Explore Microsoft Intermediate Language (MSIL) concepts, .NET assembly structure, IL instructions, and .NET runtime.
How to Implement Web Application Localization in .NET 4.0
Jun 29, 2011.
In this article, we will explore the necessary details for working with resources in ASP.NET applications and for creating international ASP.NET applications based on embedded resources and the integrated localization support.
Create User Control in Silverlight
Jun 27, 2011.
The purpose of a user control is to provide the ability to reuse common user interface functionality across our web applications.
Windows Azure - Creating a x509 Management Certificate in Azure Portal: Part 1
Jun 23, 2011.
In this article we are going to see how to create a new x509 Management Certificate using IIS 7.
Windows Azure - Deleting x509 Management Certificate in Azure Portal
Jun 23, 2011.
In this article we will see how to delete an existing x509 Management certificate using the Windows Azure Management Portal.
Windows Azure - Creating a x509 Management Certificate in Azure Portal: Part 2
Jun 23, 2011.
In this article we are going to see how to add the .cer management file creating in our earlier article to the Windows Azure management portal.
Windows Azure - Deleting Existing Affinity Groups in Azure Portal
Jun 22, 2011.
In this article we are going to see how to delete an existing Affinity Group in Windows Azure Management Portal.
Windows Azure - Adding Affinity Groups in Azure Portal
Jun 22, 2011.
In this article we are going to see what an affinity group is and how to make use of it for better performance and adding a new affinity group in Azure Management Portal
ASP.NET redirect a web page with AJAX loading indicator image
Feb 07, 2010.
Tip and trick on how to redirect a page with AJAX loading indicator image.
Introduction to ASP.NET
Nov 17, 2004.
I have seen many tutorials on ASP.NET but most of them starts with coding and writing your first ASP.NET program. But here I have written this tutorial for explaining why there is a need for ASP.NET when classy ASP is working fine, what are the underlying technology behind ASP.NET, and what programming model ASP.NET provides to programmers.
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.
IL "The Language of CLR" - A Platform for Cross-Language
Jun 28, 2001.
This article introduces the Cross-Language capabilities of CLR environment (Common Language Runtime Environment) and its constituent language IL (Intermediate Language).
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.