PinnedPublished in.Net ProgrammingWhat’s New in C# 13 and .NET 9: The Latest Features You Need to KnowIn September 2024, Microsoft released C# 13 and .NET 9, packed with several exciting new features designed to enhance developer…Sep 28Sep 28
PinnedNew Features introduced in C# 12C# 12 is a major release that includes a number of new features, such as primary constructors, collection expressions, and inline arrays…Jan 28Jan 28
PinnedHow to import the data from an Excel file in a database(SQL Server)in .NETIf you’re a .NET developer dealing with data-driven applications, you’ve likely encountered the need to import data from Excel files into…Sep 1, 20232Sep 1, 20232
PinnedHow to read the Outlook email details through C# code in Visual StudioIntroduction:Jun 5, 20231Jun 5, 20231
Published in.Net ProgrammingGetting Started with Blazor: A Beginner’s Guide for .NET DevelopersAs a .NET developer, you’re familiar with building robust server-side applications, but what if you could use those same skills to create…Oct 161Oct 161
Published in.Net ProgrammingGenerate CSV in .NET CORE: CSVHelperCSV files are widely used for exporting and importing data. As a .NET Core developer, you can easily generate CSV files from your model…Oct 1Oct 1
Published in.Net ProgrammingGenerate PDFs in .NET Core: RotativaThe Rotativa package is a popular tool for generating PDFs from views in .NET Core. This section will guide you through the steps to…Sep 28Sep 28
Published in.Net ProgrammingMastering Entity Framework Core for .NET Developers (Interview Prep Included)This blog presents a question-and-answer format to help you grasp the concepts of Entity Framework (EF) Core. It also provides useful…Sep 22Sep 22
Why .NET Developers Should Learn ML.NET?For .NET developers, ML.NET offers a seamless way to integrate machine learning within the familiar .NET ecosystem. This blog post will…Sep 3Sep 3
Mastering JWT Authentication in .NET Core: A Comprehensive GuideJSON Web Tokens (JWT) have become a standard for securing communication between a client and a server in modern web applications. Unlike…Aug 311Aug 311