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
SoapFormatter in C#
Learn to serialize and deserialize objects using SOAPFormatter in .NETFramework. Understand the usage of the IFormatter interface with Serialize and Deserialize functions. Implement serialization ...
Ibrahim Ersoy
Jul 08, 2012
Starting & Stopping Specific Application Under Website Root Node
To start or stop a specific application under a website root node, utilize IIS management tools like the Management Console or PowerShell. Navigate to the application's settings to initiate or ...
Nilesh Avhad
Apr 24, 2014
Office 365 - SharePoint Central Admin Configuration
Configuring SharePoint 2013 Central Administration in Office 365 involves settings for site collections, service applications, timer jobs, and health analysis. It manages farm-wide settings and ser...
Gowtham Rajamanickam
May 05, 2016
Binary Cracking and Byte Patching With IDA Pro
This dissertation explores binary patching techniques using IDA Pro, emphasizing reverse engineering, byte-level manipulation, and assembly code analysis. It covers configuring IDA Pro for patchin...
Ajay Yadav
Nov 19, 2014
Demystifying Iron Ruby in .NET
IronRuby, a dynamic language for .NET platform, as this guide demystifies its integration with the Common Language Runtime (CLR). Explore seamless interoperability, scripting capabilities, and the ...
Ajay Yadav
Oct 18, 2014
Preview of Dynamic Data and Entity Data For EF 6
The preview of Dynamic Data and Entity Data for EF 6 introduces efficient database connectivity and modeling within the .NET Framework. It enables seamless integration of data with code through Ent...
Nimit Joshi
Jan 31, 2014
.NET Remoting - Events, Events? Events!
Explore different strategies for firing events across servers and clients concurrently in .NET, including .NET native events with late-binding, interface-based approaches, and utilizing a broadcast...
Dmitry Belikov
Nov 04, 2003
Splitting a PDF in .NET
Explore efficient ways to split PDF files using .NET framework in C#. Discover step-by-step methods, libraries, and tools available in Visual Studio for seamless document processing. Master PDF man...
Anil S
Nov 11, 2015
Applied Reverse Engineering With OllyDbg
This paper explores executable cracking using OllyDbg, focusing on reverse engineering without source code. It emphasizes Assembly Programming and tools like OllyDbg and CFF Explorer. Methods inclu...
Ajay Yadav
Oct 27, 2014
Introduction To Recursion
Recursion in programming involves a method calling itself with modified parameters until a termination condition is met. It operates on a Last In First Out (LIFO) stack memory. The algorithm consi...
Souradip Panja
Nov 14, 2019
Getting Assembly Metadata at Runtime
Retrieving assembly metadata at runtime in .NET involves using reflection, and accessing attributes like AssemblyVersion or custom ones. This dynamic analysis enables discovering types, members, an...
Kailash Chandra Behera
Mar 28, 2015
Rebooting a Remote Server using WMI
Windows Management Instrumentation (WMI) facilitates remote management and system administration tasks, including remote shutdown and monitoring. However, it requires administrative privileges and ...
John O Donnell
Feb 04, 2002
Managed Extensibility Framework (MEF)
MEF is a component of .NET framework 4.0, to create lightweight, extensible applications. It avoids hard dependencies and lets the application developer discover and use extensions without any conf...
Reeta Singh Lodhi
Sep 17, 2011
ASP.NET Web API CRUD Operations
ASP.NET Web API facilitates Create, Read, Update, and Delete (CRUD) operations over HTTP. Utilizing HTTP methods like GET, POST, PUT, and DELETE, it interacts with data using JSON/XML serialization.
Raj Kumar
Jul 26, 2012
ConcurrentBag<T> in C#: Thread-Safe Collection for Concurrency
Concurrent programming in C# often involves managing shared data among multiple threads. In this article, we'll delve into what ConcurrentBag<T> is, how it works, and when to use it.
Jitendra Mesavaniya
Apr 23, 2024
Introduction to Visual Studio
This article is an introduction into Visual Studio. Visual Studio 2005 is a complete set of development tools for building high performance Desktop applications, XML Web Services, mobile applicatio...
Akash Bhimani
Oct 15, 2013
Introduction To Serialization In .NET
In this article, we will Learn about various serialization formats like binary, XML, and JSON, along with serialization attributes and best practices for efficient data handling and persistence wit...
Humza Tufail
Mar 08, 2018
Upload a File Using File Transfer Protocol (FTP)
Learn how to seamlessly upload files using File Transfer Protocol (FTP) in this comprehensive guide. Discover the step-by-step process, from setting up your FTP client to navigating directories and...
Sachin Kalia
Jan 03, 2013
View Contents Of Your Google Drive Using .NET
In this article, we will Learn to access and view your Google Drive contents seamlessly using . NET. This tutorial guides you through integrating Google Drive API into your .NET applications, empow...
Asad Ali
Jun 14, 2016
Assembly Browser: Browsing a .NET Assembly
Learn to create EXE and DLL files using MASM in Visual Studio. Configure project settings, write assembly code, debug, and test applications. Explore the power of assembly language for faster execu...
Dipal Choksi
May 17, 2002
No Records Available.
441
-
460
of
1543
<<
21
22
23
24
25
>>
Learn Machine Learning With Python
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
.NET Architect