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
(1542)
Blogs
(897)
Resources
(333)
Videos
(190)
News
(120)
Articles
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
What is An Assembly
An assembly in .NET is a unit of deployment containing compiled code, metadata, and resources. It's the fundamental building block of .NET applications, facilitating deployment, versioning, and...
Ritesh Sharma
Apr 21, 2014
Code-First Stored Procedure Entity Framework 6.0
This content explains how to configure Entity Framework 6.0 and above to use stored procedures with a Code-First approach. It details overriding the OnModelCreating method in DbContext to map store...
Jignesh Trivedi
Sep 10, 2014
JIT (Just-In-Time) Compiler
.NET languages utilize CLR, enabling execution through JIT compiler, converting MSIL to CPU-specific native code during runtime. This JIT process ensures optimal performance, compiling IL to native...
Nipun Tomar
Mar 16, 2011
Executing Assembly Code in C#
Learn how to integrate hardcore assembly code into managed .NET code using a VC++ DLL as an intermediary, enabling faster execution and better control over hardware. This article illustrates invoki...
Ajay Yadav
Nov 10, 2014
Creating And Using Shared Assembly
In this article, we will learn By default every assembly is a private assembly. If we add a reference to a private assembly to any project, a copy of the assembly is given to the project.
Mayur Gujrathi
Apr 13, 2011
Remoting in .NET
.NET Remoting enables distributed communication across app domains using various protocols, serialization formats, and object creation modes. Server-side, it creates a service exposing methods, acc...
Ramaprasad Upadhyaya
Sep 26, 2003
No Records Available.
141
-
160
of
1542
<<
6
7
8
9
10
>>
Learn Django in 20 Days
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
Data Science