• 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

Performance optimization in C#

C# Performance optimization 1) Profiling 2) Memory Management 3) Precompilation 4)Use Sealed classes 5) Parallel and Concurrent Programming …

How to be an Efficient C# Coder?

Stay up to date with the latest C# versions and developments in C# and related technologies, such as the .NET framework and Visual Studio. Participate in online C# communities, and forums and read blogs and watch relevant videos to stay up-to-date and learn from other experienced developers.

Features of C#.NET

Major features of C# are Object-oriented programming, Strong Types, Standard Library, Properties, Events & Delegates, Linq, etc

Features of C# 9.0

Features of C# 9.0 1) Records 2) Init-Only Properties 3) Top Level Statements 4) Target-Typed New Expressions 5) Improved Pattern Matching 6) Asynchronous Streams 7) Improved module support 8)Improved Nullable Reference Types

Features of C# 7.0

C# 7 was released in 2017 with several new features to the C# language. Some of the notable features of C# 7 which you will be interested in are here

.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)

  • « Go to Previous Page
  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Go to page 4
  • Go to page 5
  • Interim pages omitted …
  • Go to page 16
  • Go to Next Page »

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?
  • What Depency inversion principle(DIP) in SOLID Design Priciples?
  • 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