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
New Features Coming in .NET 9 | Vision for .NET 9
Discover the vision for .NET 9, Microsoft's next-generation framework. With a focus on cloud-native development, intelligent app integration, productivity enhancements, and performance/security...
Munesh Sharma
Feb 19, 2024
.NET Delegates for Mere Mortals: Introduction
Explore .NET delegates practically in this article. Learn to use delegates for flexible, reusable code. Follow examples, download source code, and understand delegate syntax, including anonymous me...
Tural Suleymani
Feb 19, 2024
Integrating Azure Blob Storage with .NET
In this article, we'll explore how to integrate Azure Blob Storage with an ASP.NET Core 8 MVC application. We'll focus on creating a dedicated BlobStorageController to perform all blob-rela...
Yogeshkumar Hadiya
Feb 19, 2024
Test-Driven Development in C# .Net
In this article, you will learn how to get started with test-driven development in C# .NET. est-Driven Development (TDD) in C# with Abdul Rahman, a Senior Software developer. Discover how to write ...
Abdul Rahman
Feb 05, 2020
Securing Your .NET Projects: Simple Strategies and Real Examples
In today's digital world, keeping our software safe from cyber threats is super important. For developers working with .NET projects, it's not just a good idea but really necessary to make ...
Ashutosh Singh
Feb 18, 2024
Fortifying your .NET Project
This article explores essential strategies to enhance the security of .NET projects, addressing common threats like SQL injection and XSS. It covers input validation, parameterized queries, authent...
Ajay Kumar
Feb 16, 2024
Mastering Middleware in .NET
Discover the role and importance of middleware in .NET development. Explore its implementation, patterns, and integration within the ASP.NET request processing pipeline for enhanced application fun...
Ajay Kumar
Feb 13, 2024
Explain Keyed Services in .NET 8
This article explores the concept of keyed services in .NET 8, a new feature enhancing dependency injection capabilities. It explains the benefits of using keyed services, along with detailed steps...
Ramasagar Pulidindi
Feb 12, 2024
Polymorphism Concept in Object-Oriented Programming
What do you mean by polymorphism? Polymorphism is explained with C# examples, Polymorphism, a concept extending beyond programming, is illustrated in everyday scenarios. Electrical outlets serve as...
Sandip Jadhav
Feb 12, 2024
Finding What Are the Assemblies Are Loaded Currently in Current AppDomain
Determining what assemblies are currently loaded in the current AppDomain. This guide addresses a common problem in software development: issues with DLL integration into main applications.
Sai Kumar Koona
May 14, 2012
Low Down on Installing a .NET Assembly into the GAC
This article will walk you through the process of giving your assembly a strong name and installing it into the GAC. This .NET tutorial guides you through the process of creating a Shared Assembly ...
Prashant Tailor
Jan 02, 2003
How to Load .NET Assemblies in Powershell
In this article, we will see how to load the .Net assemblies in the PowerShell and how to access the methods. The class library has been created to encapsulate functionality, forming the foundation...
Vijai Anand Ramalingam
Apr 11, 2011
.NET Assemblies Ins and Out : Part III
This is the third part of a series on .Net assemblies, delving into utilities for assembly manipulation. The Assembly Linker (AL.exe) aids in GAC installation, manifest creation, and resource addit...
Chris Rausch
Apr 20, 2001
Limiting Class Instances in C# with Private Constructor
Control class instances in C# by using a counter and private constructor. Explore limiting class instances in C# with a private constructor and a counter variable. Control the instantiation and set...
Abhishek Khandare
Feb 06, 2024
Deploying a .NET MVC App on Azure App Services
Deploy an Asp.Net 8 MVC application on Azure App Services using Visual Studio. Learn to create app services, configure settings, and publish the project, making it .
Yogeshkumar Hadiya
Feb 05, 2024
How to Refresh Memory Limit in .NET 8
In .NET 8, adjust memory limits dynamically with GC.RefreshMemoryLimit(). Ideal for cloud environments, this feature allows efficient scaling of memory usage.
Munesh Sharma
Feb 05, 2024
How to Deploy .NET Aspire Apps to Azure Container Apps
Learn to deploy .NET Aspire on Azure Container Apps effortlessly with Azure Developer CLI. Explore flexibility, scalability, and seamless integration.
Sarthak Varshney
Feb 05, 2024
.NET Assemblies Ins and Out : Part I
In Part 1, I will cover what exactly an assembly is, and what an assembly contains. Part 1 defines assemblies, their metadata, and types. It clarifies misconceptions between .NET PE files and tradi...
Chris Rausch
Apr 13, 2001
.NET Assemblies Ins and Out : Part II
In this part, I will discuss both Private and Shared assemblies and how to create a Shared Assembly. The creation process involves the Strong Name utility, signing the assembly, and using the Assem...
Chris Rausch
Apr 16, 2001
Creating and Sharing .NET Assemblies For a .NET Application Projects
This article is about the Global Assembly Cache (GAC) and DLLs relevant to the deployment of applications. It covers assembly creation, referencing, and deployment to the Global Assembly Cache (GAC...
Akkiraju Ivaturi
Aug 05, 2012
No Records Available.
561
-
580
of
1543
<<
27
28
29
30
31
>>
Crystal Reports Tutorials
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
C# Strings