Author: admin

  • Blog
  • Author: admin
.NET 8 and Beyond: What’s New for Developers in 2024

.NET 8 and Beyond: What’s New for Developers in 2024

With the release of .NET 8, Microsoft has taken a significant step toward making .NET a unified, robust platform for modern applications. In 2024, .NET 8 introduces several innovative features and improvements aimed at enhancing developer productivity, application performance, and cross-platform compatibility. This article explores the new capabilities in .NET 8 that are shaping the

How to pad number with leading zero with C#

How to pad number with leading zero with C#

Recently I was working with a project where I was in need to format a number in such a way which can apply leading zero for particular format. So after doing such R and D I have found a great way to apply this leading zero format. I was having need that I need to

Dependency Injection with Autofac : Modules feature

Dependency Injection with Autofac : Modules feature

I’m having fun with Autofac as IOC containers and this is third post in series. In this blog post we are going to learn about Autofac modules. If you have not gone through first two blog posts then I would encourage you to go through it. Followings are link for that. Dependency Injection with Autofac-

Basic Concept Of Object Oriented Programming

Basic Concept Of Object Oriented Programming

Following are the basic concepts of object oriented programming. 1) Objects: Object are the basic run time entities in the object oriented system. They may represent a person, a palace, a bank account, a table data or anything that a program can handle. 2) Classes: A class encloses both the data and function that operate