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
Seed Databases in EntityFramework
Seeding databases in Entity Framework simplifies initial data setup. Utilize migrations and DbContext to seed essential data, ensuring a consistent database state. This approach streamlines develop...
Munesh Sharma
Jun 20, 2015
.NET 8 Keyed Services in Dependency Injection
.NET 8 introduces Keyed Services in Dependency Injection, enabling registration of multiple implementations for the same interface using a key. Enhance flexibility in dependency injection for dynam...
Allani Saikumar
Apr 29, 2024
Handling UI Control's Events in ViewModel (Prism 5.0)
This article explains how to data bind a command from my viewModel to an event. In other words, how to make the code-behind not contain any code related to event handlers of a control.
Shweta Lodha
Nov 22, 2014
Dynamically Generate Multiple TextBoxes in ASP.Net
Learn how to dynamically generate multiple TextBox controls in ASP.NET using C# (or VB.NET). This tutorial covers server-side control creation, event handling, and UI manipulation.
Shaina Arora
Sep 04, 2013
Import Data to Excel SpreadSheet in .NET
Learn how to import data into Excel spreadsheets using C# and . NET. Explore Excel interop, data manipulation, and CSV handling. Automate data import/export tasks, manage connections, and format da...
Gaurav Gupta
Oct 29, 2012
Upload a File and Then Create Zip File in .NET 4.5
Learn file upload and zip file creation using DotNetZip Library in ASP.NET application. Setup library reference, add file upload control, and implement zip file creation logic. Utilize System.IO f...
Anubhav Chaudhary
Jul 19, 2013
What, Why and How: SOA With Microsoft
Explore Service-Oriented Architecture (SOA) with Microsoft for streamlined, modular applications. Harness Microsoft technologies like Azure and BizTalk Server to design, implement, and integrate se...
Vidya Vrat Agarwal
Jul 22, 2014
Entity Framework - Database First Approach
Learn Database First approach with Entity Framework. Utilize existing databases to create entity models. Use the ADO.Net Entity Data Model to connect. Customize model options including pluralizing...
Rahul Sahay
Jul 29, 2015
Difference Between ReadOnly and Constant in .NET C#
In C#, `readonly` and `const` keywords declare values with key differences. `const` is compile-time, immutable, and static, while `readonly` is runtime, set in constructors, and can vary. Choose ba...
Jaimin Shethiya
Apr 26, 2024
Enabling WCF Net.Tcp Port Sharing for Multi-Process Port Sharing
In today's article you will learn how to enable the Net.Tcp Port Sharing Service, so that it can be used by WCF for Port Sharing across multiple processes.
Anubhav Chaudhary
Apr 12, 2013
How To Develop Match Making Game Using C# in .Net 4.5
Develop a matchmaking game in C# using .NET 4.5, implementing multiplayer functionality and client-server architecture. Utilize algorithms for player pairing, networking for real-time interaction, ...
Anubhav Chaudhary
Feb 13, 2013
4 Real Time Use of Partial Classes and Partial Method
Learn how to leverage partial classes and partial methods in real-time applications with C#. Explore their use for modular design, event-driven programming, and code organization. Discover how they...
Shivprasad
Jan 13, 2012
Create Fixed Size Cropper Using ASP.Net and jQuery
Create a fixed-size cropper using ASP.NET and jQuery to enable users to precisely crop images. This frontend UI component allows selecting and manipulating image regions within predefined dimension...
Anubhav Chaudhary
Aug 02, 2013
Event Handling In .NET
Explore event handling in .NET, a fundamental aspect of event-driven programming. Learn about event handlers, delegates, and the EventSource class, diving into the publisher-subscriber pattern and ...
Naveed Zaman
Oct 24, 2017
TreeView Explorer Control For Windows Applications
The TreeView Explorer Control is a graphical user interface element primarily used in Windows applications. It provides a hierarchical view of data, typically resembling a folder structure, enablin...
Manoj Bhoir
Apr 12, 2015
Story Of Equality In .NET - Part One
This content outlines the complexities of equality and comparison in .NET, diving into topics like reference vs. value equality, the role of interfaces, and issues with floating-point arithmetic. I...
Ehsan Sajjad
Jun 20, 2016
MPXJ Library in Details
MPXJ is a Java library for reading, writing, and manipulating project data stored in Microsoft Project files. It offers APIs for task scheduling, resource management, Gantt charts, and more, facili...
Abhishek Goswami
May 26, 2013
How to Publish ASP.Net MVC 5.0 Application on Windows Azure: Part 4
Learn step-by-step instructions to deploy an ASP.NET MVC 5.0 application on Windows Azure in this comprehensive guide. Part 4 covers advanced deployment strategies, including Azure Web Apps, contin...
Nitin Pandit
Apr 29, 2015
Extend the C# Types Easily With Extension Methods
Easily extend C# types using extension methods for enhanced functionality without modifying the original type. Improve code readability and reusability by adding custom methods to existing types, f...
Michal Habalcik
Dec 12, 2014
Hands-Free Security Scanning Within .NET Applications
I'm sure if you follow any news sources at all, you see countless hacks, breaches, and leaks from various big-name companies which you might assume would be better at protecting your informatio...
Rion Williams
Dec 10, 2017
No Records Available.
361
-
380
of
1543
<<
17
18
19
20
21
>>
Learn MongoDB in 15 Days
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
ASP.NET Core