.NET
Best Online Courses for .NET Developers
.NET is a software development framework that developers can use to create applications in languages such as C#, Visual Basic, F#, and ASP.NET. As Microsoft defines it, the .NET Framework is a “cross-platform, open source developer...
Similar Articles
How to Deploy ASP.NET Applications in Docker
A container is defined as a piece of software that comprises the code and dependencies required for an application...
Working with Swagger in ASP.Net 6
Swagger is an open-source project widely used standard for documenting APIs. Swagger allows us to generate documentation from our...
Working with Memory Mapped Files in C#
Memory mapped files provide a way to work with data stored in memory as if it were a file....
Understanding Tag Helpers in ASP.NET Core
ASP.NET Core has introduced a new feature, by which developers can change and enhance the functionality of HTML mark-up...
Introduction to .NET 7 Preview 4
With the latest preview of .NET 7 (preview 4 released in May 2022), comes a lot of exciting new...
Working with the Windows Registry in C#
The Windows Registry is a database that stores information pertaining to your computer in a hierarchical manner. In this...