• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

Dotnet Stuff

  • Home
  • Articles
  • Tutorials
  • Forums
  • Career Advice
  • Jobs
  • .NET FAQs
  • News
  • Privacy Policy

.NET 7 Feature – Native AOT Deployment

With AOT in .NET, Visual Studio can compile the C# code into binary executable code.Without AOT(JIT compilation), it will compile the C# to an intermediate language (certain .dlls)

Microsoft .NET 5.0 | Unified Platform .NET 5.0

The next version of.NET,  .NET 5.0, was published by Microsoft. in Nov, 2020 and the latest updated version is 5.0.17. DOTNET 5 will be such a unified platform that you will be able to create anything on it. Build, run, and deploy software that targets all platforms and devices, including PCs, web browsers, smartphones, tablets, […]

.NET Versions | .NET release history

Microsoft has released many upgraded versions of .NET Framework since the release of the first version. New versions of .NET Framework replaces the older versions or can co-exist side by side in certain versions. .NET Framework version history This article is to give a quick reference on various .net versions which were released so far, which .NET […]

Dot net versions | DOT NET Framework Versions History

DOT NET Framework Evolution | .NET Versions History Microsoft has begun the release of.NET Framework in November 2000 as its first beta version. Since then .NET has evolved as a very efficient programming platform, which simplified the developer programming efficiency unexpectedly. The enhancements are ongoing and a newer framework version hits the market almost every […]

What is .NET Framework | Why .NET Is Preferred Choice For Businesses?

What is .NET Framework? Dot Net framework is a platform that enables programmers to build windows and web-based applications very easily. The framework is just a rich set of inbuilt class libraries that the developers can invoke easily so that no need to write generic program logic again and again by individual developers. .NET is […]

Primary Sidebar

Recent Posts

  • OWIN Authentication in .NET Core
  • Serializing and Deserializing JSON using Jsonconvertor in C#
  • What is CAP Theorem? | What is Brewer’s Theorem?
  • SOLID -Basic Software Design Principles
  • What is Interface Segregation Principle (ISP) in SOLID Design Principles?
  • What is Single Responsibility Principle (SRP) in SOLID Design Priciples?
  • What is the Liskov Substitution Principle(LSP) in SOLID Design Principles?
  • Dependency inversion principle(DIP) in SOLID Design
  • What is the Open Closed Principle in SOLID Design Principles?
  • What is the Difference Between Database Partitioning and Sharding?

Recent Forum Topics

  • What is the Difference Between IEnumerable and IQueryable in C#
  • How to remove Header of the XML file in C#?
  • What is DBMS?
  • What is RDBMS?
  • What is asp net framework ?

© Copywright 2017 Dotnetstuffs All Rights Reserved