TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
.NET
FOLLOW
Microsoft .NET Framework is software development framework developed by Microsoft to build Windows client, enterprise, and web applications. Follow this category to keep up to date with .NET Framework news and tutorials.
Articles
(1543)
Blogs
(897)
Resources
(333)
Videos
(190)
News
(120)
Articles
Download Multiple Excel Files via Web API .NET and Angular
To export multiple Excel files, various approaches can be used, including downloading a zip file, creating multiple worksheets in a single Excel file, or calling APIs multiple times to retrieve fil...
Vignesh Kumar
Sep 20, 2024
Download Multiple Excel Files via Web API and Angular
In this article, we will learn how to implement file streaming in the backend and trigger downloads via Angular's HTTPClient, enabling efficient file handling across platforms.
Vignesh Kumar
Sep 20, 2024
Exploring the Performance Boosts in .NET 9
.NET 9 introduces key performance improvements, including Native AOT for faster startup times and reduced memory usage, optimized garbage collection, enhanced threading for multicore systems, and H...
Gurpreet Arora
Sep 20, 2024
Multi-Threading (5), --- Summary
This article will summarize the multi-threading.
George
Jul 08, 2024
Property 'X' Does Not Configure the Code Serialization for its Property Content
The .NET 9 RC-1, released on September 9, 2024, introduced a WinForms component error (WFO1000), where properties fail to serialize code. To fix this, add using System.ComponentModel and apply [Des...
Jefferson S. Motta
Sep 11, 2024
Keyed Service Dependency Injection in .NET
Keyed Service Dependency Injection in .NET allows services to be registered and resolved using unique keys, improving flexibility in scenarios where multiple implementations of an interface are req...
Ajay Kumar
Sep 11, 2024
Explaning .NET Razor ≠ .NET Blazor
Razor and Blazor are distinct web technologies. Razor is a server-side templating engine in ASP.NET Core MVC, combining HTML with C# for dynamic server-side content. Blazor, in contrast, enables in...
Jay Krishnareddy
Sep 05, 2024
Advanced Logging Techniques in ASP.NET Core 8 with Serilog
Serilog is a diagnostic logging library for .NET applications. It provides a simple, flexible and powerful way to log application events, errors and other information. This article describes how we...
Satya Karki
Jul 31, 2024
Advance Chat Application with .NET and SignalR
Build an advanced real-time chat app with .NET 8, SignalR, and MS-SQL. This guide covers creating a chat app with one-to-one and group messaging, utilizing ASP.NET Identity for user roles and permi...
Nabaraj Ghimire
Sep 02, 2024
Simplifying ASP.NET Core 8 Logging with Serilog and AppInsight
Serilog is a powerful .NET logging library that supports structured logging, enhancing application monitoring and debugging. To integrate Serilog with ASP.NET Core and Application Insights, install...
Satya Karki
Sep 02, 2024
Encryption and Decryption using AES in .NET Core and .NET Framework
AES (Advanced Encryption Standard) is a symmetric encryption algorithm using the same key for both encryption and decryption. In C#, AES encryption involves setting up a RijndaelManaged instance wi...
Vignesh Kumar
Sep 02, 2024
Calling Business Process Flow (Power Automate) using Copilot Studio
Integrate Copilot with Power Automate to streamline business processes. Create a Power Automate flow triggered by Copilot, allowing dynamic inputs like location and booking date. Set up input varia...
Sandeep Mishra
Sep 02, 2024
RSA Encryption and Decryption in .NET Core and Framework Explained
The RSA algorithm is an asymmetric cryptography method that uses a pair of keys: a public key for encryption and a private key for decryption. This example demonstrates how to use the BouncyCastle ...
Vignesh Kumar
Aug 30, 2024
Dynamic LINQ with Gridify in .NET
Learn how to leverage Gridify to simplify complex filtering, sorting, and pagination tasks. Perfect for developers seeking to optimize and extend their use of LINQ in C# applications.
Ajay Kumar
Aug 30, 2024
Azure Advisor recommendation using Resource Manager REST API
Azure Advisor is a digital assistant that optimizes Azure deployments by offering recommendations to enhance cost, performance, reliability, and security. Learn how to pull Azure Advisor reports, c...
Gowtham K
Aug 27, 2024
Building a Container Image for Your .NET Microservice
Building a Container Image for Your .NET Microservice
Gurpreet Arora
Aug 27, 2024
Brief Overview of Collection Types in C#
Learn how each collection type is used in C# programming for efficient data storage and manipulation. Perfect for beginners and developers looking to strengthen their .NET skills.
Rupenkumar Anjaria
Aug 20, 2024
Introduction to Guard Clauses in .NET
Guard clauses in .NET are a simple yet powerful technique to improve code readability and maintainability. By handling errors and edge cases early, guard clauses prevent deep nesting and make your ...
Ajay Kumar
Aug 20, 2024
The Best Way to Work with Excel in .NET: MiniExcel
MiniExcel is a lightweight, high-performance .NET library for handling Excel files. Simplifies tasks like reading and writing data with minimal dependencies and fast processing. Ideal for reporting...
Ajay Kumar
Aug 16, 2024
Best Practices for Managing Large Session States in ASP.NET MVC
To manage large session states in ASP.NET MVC efficiently, follow best practices: minimize stored data, use serializable objects, enable session state compression, and implement distributed caching...
Akshay Shedwad
Aug 14, 2024
No Records Available.
41
-
60
of
1543
<<
1
2
3
4
5
>>
Learn Flutter
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
HTML