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
(1557)
Blogs
(900)
Resources
(333)
Videos
(190)
News
(120)
Articles
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
PUT vs PATCH: Understanding the Differences with Examples
Learn when to use PUT for full resource updates and PATCH for partial modifications. With practical examples, you'll understand their roles in RESTful APIs and best practices.
Ajay Kumar
Aug 14, 2024
Introduction to API Gateway in .NET Using Ocelot
Learn how to implement an API Gateway in .NET using Ocelot, a powerful open-source library. This guide covers the essentials of routing, load balancing, security, and microservices management in .N...
Ajay Kumar
Aug 12, 2024
Running PowerShell Inside Docker Container
This approach leverages the flexibility of Docker and the powerful scripting capabilities of PowerShell, facilitating cross-platform development, streamlined deployments, and efficient DevOps workf...
Devesh Omar
Aug 06, 2024
Integrating C/C++ Libraries to .NET Applications with P/Invoke
Integrating CC++ libraries into .NET applications using PInvoke allows you to call native code from managed code. This process involves declaring methods in C++ libraries using extern "C"...
Tural Suleymani
Aug 01, 2024
How Transient Services Work in C#?
In C#, transient services, created each time they are requested, are used within dependency injection to ensure unique, isolated instances. This enhances modularity and prevents shared state issues...
Gurpreet Arora
Jul 30, 2024
Investigating and Fixing Swagger Error- Failed to Load API Definition
Swagger is a widely used and powerful API development toolset that offers a framework for designing, building, documenting, and consuming RESTful web services. This article explains what Swagger is...
Satya Karki
Jul 29, 2024
No Records Available.
61
-
80
of
1557
<<
2
3
4
5
6
>>
Learn Visual Studio Code
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
Java for Beginner