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
(901)
Resources
(333)
Videos
(190)
News
(120)
Articles
MVC 4 WEB API .NET 4.5
This article introduces the concept of exposing a Web API from ASP.NET MVC4, allowing clients to retrieve data in various formats such as JSON, XML, and HTML. It highlights the purpose of using HTT...
Amit Patel
Jun 22, 2012
Transactional Queue in .NET
Transactional Queue in .NET facilitates reliable message processing with transactional integrity. Ensure data consistency and fault tolerance in distributed systems, leveraging the robust messaging...
Kamal Rawat
Sep 26, 2012
Thread- Local Storage of Data in .NET
Suppose you're writing a multi-threaded application and you want each thread to have its own copy of some data. You also want this data to persist throughout the lifetime of the thread.
Vulpes
Nov 30, 2010
Introduction to Task-Based Asynchronous Pattern in C# 4.5: Part I
Discover the fundamentals of Task-Based Asynchronous Pattern in C# 4.5: Part I. Explore asynchronous programming, concurrency, and the await keyword for efficient parallel computing in .NET Framewo...
Dipal Choksi
Sep 29, 2011
Parallel.For Loop in .NET 4
Learn efficient parallel programming with the Parallel.For loop in .NET 4. Harness the Task Parallel Library (TPL) to execute iterations concurrently, optimizing performance through multithreading ...
Suresh Paldia
Nov 12, 2010
Why Strings Are Immutable in .Net
Explore the concept of immutable strings in .NET, understanding how strings are allocated in memory, and why they are immutable. Learn how immutability enhances memory management, prevents race con...
Vineet Kumar
Mar 13, 2015
Multi-Tenant Migrations With Entity Framework 6.0 (Code First Model)
Master multi-tenant migrations in Entity Framework 6.0 with ease. Learn seamless data management strategies for code-first models, ensuring robust and efficient database migrations in a multi-tenan...
Jignesh Trivedi
Jul 23, 2014
Asynchronous Connection in .NET Framework 4.5
Learn about leveraging asynchronous connections in .NET Framework 4.5 for efficient, non-blocking operations. Explore async/await patterns, Task Parallel Library (TPL), AsyncCallback delegate, and ...
Sanjay Kumar
Jan 25, 2014
Anti-Reverse Engineering (Assembly Obfuscation)
Learn how to protect your .NET source code from reverse engineering using obfuscation techniques with Dotfuscator. Explore the process step-by-step, including obfuscated code analysis and MSIL code...
Ajay Yadav
Nov 10, 2014
Integration Testing With Fitnesse
Integration Testing With Fitnesse" explores using Fitnesse for automated integration and acceptance testing. Learn how to leverage Fitnesse's features for seamless integration testing, enh...
Abhishek Jain
Sep 03, 2013
Log Parser Usage Details For IIS Logs
Explore Log Parser for IIS logs: Analyze, extract, and transform data effortlessly. Master command-line tools for detailed log analysis and troubleshooting. Unlock insights from your log files effi...
bhavin
Apr 21, 2017
To Find Installed Version of .Net Framework Using CLR Version Tool
Learn about Clrver.exe utility to identify .NET Framework versions. Use MSCorEE.dll presence in system directories. Visual Studio command prompt access. View installed .NET versions and CLR versio...
Sachin Kalia
Jun 14, 2013
How to Write Testable Code in .NET
Learn the art of writing testable code in .NET for robust software. Discover techniques like dependency injection and unit testing for improved code quality and easier maintenance. Master the princ...
Deepak Kumar
Dec 16, 2019
How to Get All the Site Permission Levels in SharePoint 2013 Online Using REST API
Learn how to utilize SharePoint 2013's REST API to access site permission levels remotely. Explore creating apps with NAPA Tool, handling cross-domain requests, executing CRUD operations, retr...
Vijai Anand Ramalingam
Apr 24, 2014
.NET Remoting
.NET Remoting facilitates communication between .NET objects in different application domains or processes across a network. It provides a versatile mechanism for remote procedure calls, supporting...
ksasikumar
Sep 02, 2004
Create Facebook App using ASP.NET MVC
Learn to integrate a Facebook app with your ASP.NET MVC project using Visual Studio 2012 and MVC 4 template. Follow step-by-step instructions to set up SSL, register as a developer, configure app ...
Anubhav Chaudhary
May 09, 2013
Distributed Computing Using .NET Remoting
AppDomain is an isolated environment for executing Managed code. Objects within same AppDomain are considered as local whereas object in a different AppDomain is called Remote object.
Amit Kumar Agrawal
Jan 05, 2004
Visual Studio and .NET's Unit Test Framework
This article outlines the process of automating tests using Microsoft Visual Studio's Unit Testing Framework. It covers the fundamentals of test automation, explains the structure of test cases...
Vidya Vrat Agarwal
Jun 08, 2016
Introducing RX For Collections
Discover the power of Reactive Extensions (Rx) for efficient and responsive collection handling. Learn how Rx enables event-driven, asynchronous data processing, transforming collections into dynam...
Roland Pheasant
Feb 01, 2015
SQL Server Primary & Foreign Key Association: Visual C# Entity Framework
Learn how to establish primary key and foreign key relationships in SQL Server using Visual C# 2010 and Entity Framework. This tutorial covers creating database tables, defining primary keys, and e...
Kiran Kumar Talikoti
Jun 25, 2013
No Records Available.
341
-
360
of
1568
<<
16
17
18
19
20
>>
Learn Django in 20 Days
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
Python - Beginner Level