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
Explain Lambda Functions in .NET C#
In the realm of .NET programming, lambda functions represent a powerful and concise way to define anonymous methods or functions. In this article, we'll explore the fundamentals of lambda funct...
Jitendra Mesavaniya
Apr 26, 2024
Introduction To Enterprise Library 6.0 And Unity 3.0
Explore Enterprise Library 6.0 and Unity 3.0, essential tools in Microsoft's .NET ecosystem. Learn how to leverage Enterprise Library for robust application development and Unity 3.0 for effect...
Manish Tewatia
Apr 29, 2013
.NET Website Security: Practical Steps & Examples
Securing .NET websites is paramount in today's digital landscape. Regular updates, strong authentication, HTTPS enforcement, input sanitization, CSP implementation, CSRF protection, defense-in-...
Ajay Kumar
Apr 26, 2024
Searching Records by DropDownList in ASP.NET
This tutorial guides the creation of a web app to search records via DropDownList. It includes SQL commands to create a database, insert records, and configuring data sources. The process involves ...
Alok Pandey
Jan 31, 2012
Binding XML Data to a WebForm Control in ASP.Net
Create a Web Application in Visual Studio 2010 to store product details in XML format. Display product details in a GridView and add an advertisement banner using AdRotator control. Bind XML data t...
Megha Goyal
Aug 20, 2012
Objects Comparer In .NET
Objects Comparer enables comprehensive object-to-object comparison with custom rules. Easily install via NuGet or GitHub. Customize comparison behavior, override rules, and implement factory for ef...
Valerii Tereshchenko
Aug 09, 2017
Late Binding With Reflection
Component based technology has done great things for software development, allowing reuse and leading to better-written code that separates subjects and entities into distinct components.
Sam Haidar
Oct 20, 2003
Access AssemblyInfo File and Get Product Informations
Access the AssemblyInfo file to retrieve crucial product details such as version, title, and company. Utilize attributes like AssemblyVersion and AssemblyProduct to programmatically access metadata...
Ravee Rasaiyah
Apr 22, 2008
Model Binding in ASP.Net 4.5 Label Control
Explore the power of Model Binding in ASP.Net 4.5 Label Control for seamless data integration. Learn how to bind data effortlessly to Label Controls, enhancing user experience and streamlining data...
Sanjay Kumar
Mar 26, 2015
Are You Fresher & Looking For Way To Start With Microsoft .NET
Get started with .NET Framework and its technologies for beginners. Learn C# with Visual Studio, explore web development with ASP.NET MVC and Entity Framework, master CRUD operations with SQL Serve...
Syed Shanu
Jul 29, 2017
Impove App Launch Performance With MultiCore JIT in .NET Framework
Learn how to enhance the launch performance of your .NET Framework 4.5 applications by leveraging MultiCore JIT (Just-In-Time) compilation. Discover techniques to optimize code compilation, reduce ...
Gaurav Gupta
Apr 18, 2013
Upload Multiple Files and Then Create a Zip File
Upload multiple files, then use the ZipArchive class in System.IO.Compression to compress them into a single zip file. This server-side process streamlines file management, enabling efficient trans...
Anubhav Chaudhary
Jul 23, 2013
.NET Framework At A Glance
.NET Framework At A Glance. In this post let's see what is the .NET Framework, benefits of the .NET Platform, introducing CLR, CTS, and CLS, Framework Class Library(FCL), Managed vs. Unmanaged ...
Hassan Uddin Mughal
Mar 19, 2017
App.Config AutoReader
In our day to day development, it is a rare case where we don’t need to read a configuration file. There are many techniques for the treatment of such static classes, singleton classes, etc and it ...
Juan Francisco Morales Larios
Jan 17, 2018
How to Call a .NET Assembly From a SQL Server Scheduled Job
Explore step-by-step guide showcasing integration of unmanaged calls via DTS ActiveX script to a .NET assembly within a SQL Server scheduled job. Understand assembly registration, system path confi...
Frank Gutierrez
Apr 27, 2005
DriveInfo Class in C# with an Example
The DriveInfo class in C# allows accessing and managing disk drive information such as available space, drive type, and volume details. With its methods and properties, it enables efficient disk sp...
Senthilkumar
Dec 15, 2011
Efficient Data Copying with AutoMapper in C#
Discover how to configure profiles, handle complex mappings, customize type conversions, and utilize features like flattening, null substitution, and reverse mapping for efficient data transformati...
Vipul Malhotra
Feb 25, 2016
Create Word Reports Without Microsoft Word Using Spire.doc
Spire.doc provides a robust solution for generating reports as Word documents without relying on Microsoft Word. Utilizing the .NET framework and C# programming, it offers efficient document proces...
Ankur Mistry
Dec 21, 2015
Convert A Single PDF Into Number Of Pages As PDF Using iTextSharp
In this article, we will learn how to efficiently convert a single PDF document into multiple PDF files, each representing a single page, using iTextSharp.
Salman Beg
Sep 21, 2016
Learn about Components Of .NET
The .NET ecosystem comprises various components facilitating software development across platforms. Key elements include the .NET Framework with its Common Language Runtime (CLR) and Base Class Lib...
Sandeep Kumar
Dec 17, 2015
No Records Available.
381
-
400
of
1543
<<
18
19
20
21
22
>>
React.js for Beginners
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
C# Strings