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
(1568)
Blogs
(900)
Resources
(333)
Videos
(190)
News
(120)
Articles
Building a .NET Desktop Application
Learn to develop a .NET desktop application with SQL Server data storage, employing a structured approach involving data access, business logic, and presentation layers. Utilize Visual Studio 2019...
Munib Butt
Apr 16, 2020
Building a .NET Web Application
In my first two articles, we first looked at the four common types of .NET applications we may find in the field. We briefly discussed these four types of applications and then in the second articl...
Munib Butt
Apr 21, 2020
Parallel Programming Using TPL in .NET
With today's computers, we have multiple cores that must be equipped to design and develop applications that can utilize these resources. We must develop programs that can run our functions in ...
Munib Butt
Apr 28, 2020
Enhancing Error Logging with SeriLog .NET
In this article, we'll explore how to enhance error logging using MySeriLogProject, a logging library designed to handle exceptions gracefully and improve the robustness of your applications. W...
Ashutosh Singh
Jun 06, 2024
Optimizing LINQ Queries In C#.NET For MS SQL Server
Learn how to optimize LINQ queries for SQL Server performance using Entity Framework. Understand the importance of generating efficient SQL queries and avoid common pitfalls. Explore techniques li...
Evgeniy Gribkov
Aug 13, 2020
Difference between String & StringBuilder in .NET C#
In .NET C#, String is immutable, meaning any modification creates a new instance, which can be inefficient for frequent changes. StringBuilder is mutable, designed for dynamic string manipulation w...
Jaimin Shethiya
Jun 05, 2024
RDLC Integration In MVC Application - Report Display Using Iframe
This article demonstrates how to integrate RDLC reports in ASP.Net MVC applications. Build the solution and run, navigate to Report view, then we will be able to see the following screen that the r...
Gopaiah Nekarukanti
Jul 25, 2017
Dependency Injection Using Microsoft Unity Framework
Explore Dependency Injection with Microsoft Unity Framework in the C# console app, emphasizing SOLID principles, IoC, and DI implementation for loosely coupled layers, enhancing testability.
Saineshwar Bageri
Feb 01, 2015
Optimizing Memory Management in C#
In this article, we will learn Memory management and optimization are crucial aspects of C# development, especially for applications that demand high performance and efficient resource utilization.
Sardar Mudassar Ali Khan
Jun 04, 2024
Embed Google Maps In .NET Desktop Application
DotNetBrowser simplifies embedding Google Maps in .NET WPF or WinForms applications. This Chromium-based library allows loading web pages with HTML5, CSS3, and JavaScript. By creating a BrowserView...
Anna Dolbina
May 14, 2016
Creating Text Editor Using ASP.Net and jQuery
Learn to build a text editor using ASP.NET and jQuery. Add TextBoxes, a Button, and a HiddenField. Apply CSS for styling. Integrate jQuery files for functionality. Handle events and data manipulat...
Anubhav Chaudhary
Jul 31, 2013
Linq To Excel In Action
Explore using LinqToExcel library in C# to query data from Excel spreadsheets effortlessly. Learn step-by-step creation of a console application, installation of LinqToExcel packages, and querying ...
El Mahdi Archane
Jan 29, 2018
Configuring Log4Net With Database - A Tutorial For Beginners
Log4Net is a framework for logging .NET applications. It is an open source library that can be used to log output for different targets like logging output in Text files, Database, Console, Mail (S...
Ayesha Saleem
Nov 26, 2017
Introducing HybridCache The Future of .NET Caching
HybridCache bridges gaps in .NET's IDistributedCache and IMemoryCache, introducing advanced capabilities like stampede protection and configurable serialization. It simplifies caching with a un...
Jitendra Mesavaniya
Jun 04, 2024
Invoking Java Code in C#.NET
Invoking Java code in C#/.NET involves bridging the gap between the two languages using techniques like JNI, InteropServices, and P/Invoke. This allows seamless integration, enabling C# application...
Ajay Yadav
Oct 29, 2014
Integrating SAP System With .NET Application
Learn to connect and access data from SAP systems using SAP .NET Connector. Follow steps to integrate sapnco libraries, handle exceptions, and manage platform compatibility for successful execution...
Ketak Bhalsing
Apr 26, 2016
Code Execution Process
The code execution process involves compilation or interpretation, generating machine code or bytecode, loading into memory, and executing instructions. It includes steps like lexical analysis, par...
Mahesh Alle
Mar 20, 2013
Introduction To AES And DES Encryption Algorithms In .NET
Explore encryption methods like Symmetric (DES, 3DES, AES) and Asymmetric (RSA, DSA), highlighting key differences in key management, security, and performance. Understand DES vulnerabilities and a...
Arvind Singh
Feb 17, 2017
Dependency Injection Using Ninject in .NET
This article explores Dependency Injection using Ninject, an open-source tool. It provides step-by-step guidance, from downloading Ninject to configuring the Ninject Kernel and debugging a console ...
Saineshwar Bageri
Feb 07, 2015
Just-In-Time (JIT) Compiler in C#
The JIT compiler in C# converts MSIL code to native code for execution, ensuring type safety. Types of JIT compilation include Pre-JIT, Econo-JIT, and Normal-JIT. Pre-JIT compiles all code at deplo...
Mahesh Alle
Apr 02, 2013
No Records Available.
161
-
180
of
1568
<<
7
8
9
10
11
>>
Learn JavaScript
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
PHP