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
About .NET 4
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Anubhav Chaudhary (9)
Amit Patel (8)
Sanjay Kumar (6)
Amit Choudhary (4)
Vishal Gilbile (4)
Rohatash Kumar (2)
Scott Lysle (2)
Mohamed Hasan (2)
Prabhakar Maurya (2)
Jefferson S. Motta (2)
Nimit Joshi (2)
Jaish Mathews (2)
Gaurav Gupta (2)
Abhishek Bhat (2)
John Charles Olamendy (2)
Rion Williams (2)
Pradeep Shet (1)
Nipun Tomar (1)
Jitendra Mesavaniya (1)
Praveen Kumar (1)
Pradip Pandey (1)
Jignesh Trivedi (1)
Ajeet Singh (1)
Vijay Prativadi (1)
Pradeep Chandraker (1)
Fabio Silva Lima (1)
BALAMURUGAN ALAGUMALAI (1)
Rahul Bansal (1)
Shivprasad (1)
Kalyan Bandarupalli (1)
Sahil Maheshwary (1)
Reeta Singh Lodhi (1)
Neha Sharma (1)
Varun Khanna (1)
Ashish Shukla (1)
Abhishek Jaiswal (1)
Manikavelu Velayutham (1)
Urmimala Pal (1)
Baimey Rajesh (1)
Abhishek Jain (1)
Banketeshvar Narayan (1)
Vulpes (1)
Mudita Rathore (1)
Manish Kumar Choudhary (1)
Shivanand Arur (1)
Bhushan Bhure (1)
Shivam Pandya (1)
Ish Bandhu (1)
Santhakumar Munuswamy (1)
Saravanan Ponnusamy (1)
Mahesh Chand (1)
Manoj Kalla (1)
Jatin Malik (1)
Nitin Pandit (1)
Syed Shanu (1)
Krishnanand Sivaraj (1)
Manish Tewatia (1)
Manish Dwivedi (1)
Vithal Wadje (1)
Mamta M (1)
Biswa Pujarini Mohapatra (1)
Vidya Vrat Agarwal (1)
Neelesh Vishwakarma (1)
Related resources for .NET 4
No resource found
Parallel Task in .Net 4.0
10/14/2024 6:07:08 AM.
Today I will be talking about a new feature of Parallel Programming that was added to .Net 4.0.
Various Ways to Disable ViewState in ASP.Net 4.0
7/18/2024 3:12:37 PM.
Learn how to optimize your ASP.Net 4.0 web applications by effectively managing ViewState. This guide explores various techniques to disable ViewState, improving performance and reducing page load tim
JIT (Just-In-Time) Compiler
6/3/2024 10:09:04 AM.
.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 co
Additional Tokenizer Support in ML.NET
6/3/2024 4:52:40 AM.
Tokenization is a fundamental component in the preprocessing of natural language text for AI models. Tokenizers are responsible for breaking down a string of text into smaller, often referred to as to
.NET Framework 4.6 New Features in Visual Studio 2015
5/17/2024 11:04:43 AM.
.NET Framework 4.6, integrated with Visual Studio 2015, introduces several new features and enhancements. Key improvements include the new RyuJIT compiler for better performance, updated async debuggi
Export Data Into Excel in a Pre-defined Template Using StreamWriter
5/16/2024 8:33:21 AM.
Export data into Excel with predefined formatting using C#'s StreamWriter. Streamline data presentation, formatting, and integration into Excel templates for efficient data management and analysis
Association in Entity Framework
5/14/2024 11:00:56 AM.
Entity Framework manages associations between entities in databases, facilitating relationships like one-to-one, one-to-many, and many-to-many. Through navigation properties and various mapping strate
Weak Event Pattern and Memory Leak in .Net 4.5
5/1/2024 11:11:21 AM.
The code demonstrates the issue of memory leaks due to unregistered event handlers and introduces the weak event pattern in .NET 4.5 as a solution. It provides an example of an event source and listen
Introduction to Async and Await in C# 5.0
4/29/2024 10:01:54 AM.
Async and await in C# 5.0 revolutionized asynchronous programming, simplifying complex tasks by allowing developers to write asynchronous code as if it were synchronous. These keywords enable efficien
Data Annotations For Web Forms in .NET 4.5
4/29/2024 9:58:55 AM.
Learn to implement data annotations for enhanced validation in ASP.NET web forms. Utilize Entity Data Model for database setup, GridView for data display, and C# for code-behind logic. Explore comple
Model Binding in ASP.Net 4.5 Label Control
4/25/2024 10:10:50 AM.
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 pr
ASP.Net 4.0 ClientId
4/23/2024 11:36:43 AM.
In ASP.Net 4.0, ClientId is a crucial feature enabling the unique identification of HTML elements rendered by server controls. It facilitates client-side scripting by providing a predictable naming co
Creating Picture Viewer Using C# in .NET 4.5
4/23/2024 9:56:35 AM.
Create a sleek Picture Viewer in C# using .NET 4.5. This project blends UI development with graphics programming, offering a seamless interface for viewing and managing images. Dive into image process
Diagnostic And Performance Monitoring in .Net 4.0
4/22/2024 8:23:32 AM.
Explore .NET 4.0's enhanced performance monitoring capabilities, including application domain-level resource tracking for memory and processor usage. Utilize Hosting APIs and Event Tracing for Wi
Benchmark - ASP.NET 4.8 Vs ASP.NET Core 3.0
4/9/2024 11:48:34 AM.
When I started developing with ASP.NET CORE, I realized there were some response time performance changes compared to ASP.NET Framework. I thought to myself I need to perform a benchmark about it.
Fix Program Compatibility Issue in Windows 8
2/26/2024 9:31:31 AM.
Learn how to troubleshoot and resolve program compatibility issues in Windows 8 with our comprehensive guide. Discover effective strategies such as utilizing compatibility mode, adjusting compatibilit
Performance implementation Using AccelerateBuildsInVisualStudio
11/23/2023 5:22:07 AM.
The .NET 4.8 and lower have an update for faster incremental build in VS 17.8. Visual Studio 2022 version 17.8 introduces build acceleration for non-SDK style projects targeting .NET Framework 4.8 or
Dynamic Programming In .NET 4.0
10/20/2023 8:28:06 AM.
Dynamic programming is a fundamental concept in computer science and software engineering, particularly within the context of algorithmic problem solving. In .NET 4.0, developers have access to powerf
Learn To Add C# 11 To WinForms Solution .NET 4.7.2
2/2/2023 5:18:15 AM.
Learn how to enable C# 11 to your existing WinForms app using .NET 4.72 and above.
Perform Operations on WebForms From MVC
6/8/2021 12:00:40 PM.
This article will help you to update the data of an existing Web Forms project from the MVC controller using ASP.NET in Visual Studio 2013.
Send Asynchronous Mail With Attachment Using ASP.Net 4.5
5/27/2021 5:55:51 AM.
This article explains how to send an email with attachments using SmtpClient.SendAsync.
Async SqlConnection in ASP.Net 4.5
5/26/2021 11:45:46 AM.
This article explains how to create an async SqlConnection in ASP .Net 4.5 and using the SqlCommand.BeginExecuteNonQuery Method (AsyncCallback, Object).
How to Add an Image in Runtime Generated PDF File
5/14/2021 6:20:56 AM.
This article describes how to add an image to a runtime generated PDF file.
How to Send Bulk Email Using ASP.Net
4/22/2021 4:44:17 AM.
This article explains how to send bulk email using ASP.Net 4.5.
.NET 4.0 MEF FAQ (Socket, Plug and Extension)
4/7/2021 5:23:12 AM.
This FAQ deep dives in to .Net 4.0 MEF fundamentals (Import and Export) and also explains when to use MEF over DI / IOC. This article also explains step by step on how to use MEF in various technologi
Simple But Interesting Features of HTML5 Editor in VS 2012
4/6/2021 9:22:53 AM.
In this article we will learn about two new features provided by VS 2012 in the HTML Editor.
Bundling and Minification in ASP.NET 4.5
3/24/2021 10:19:48 AM.
Lets think about that when we add new CSS and JS file in our Solution and we have to explicit add that CSS and JS in our pages but in ASP.NET 4.5 we can only mention folder for CSS and JS, it will aut
PLINQ Powered by TPL in .Net 4.0 C#
3/24/2021 9:36:35 AM.
My previous post discussed the TPL library and its uses to create the scalable applications. Another way to incorporate the parallel task into your .Net applications is through PLINQ.
ASP.NET 4.5 New Features
3/17/2021 10:47:42 AM.
This article describes the new features of ASP.NET in ASP.NET 4.5.
New Features in MVC 4.0
3/17/2021 6:59:18 AM.
In this article, you will learn about the new features in MVC 4.0.
EmptyDataTemplate in GridView Or Data Controls in ASP.NET 3.5 or 4.0
2/24/2021 11:14:34 AM.
How to display a table when no records are present in the database.
Logging Application Block
2/17/2021 7:04:07 AM.
In this article we will see how to configure logging.
URL Routing in ASP.Net 4.0
2/15/2021 11:54:12 AM.
URL Routing is the process of intercepting an incoming Web request and automatically redirecting it to a different URL. This article discusses the various techniques for implementing URL Routing.
Capture Images Using Web Camera in ASP.Net 4.5
2/11/2021 7:22:53 AM.
I was working for a project to develop a web conferencing application as per I consider I was null in this point of area but I accepted the project and get started to work over that.
Getting Started With Visual Studio 2013
2/8/2021 11:30:56 AM.
This article explains the final release of Visual Studio 2013 and various new features and enhancements related with this release.
Post Data to MVC 4 WEB API .NET 4.5
2/5/2021 11:31:05 AM.
In this article I am going to explain how we post (put) data to a Web API.
Registration Builder Class in .NET 4.5
2/5/2021 7:52:40 AM.
In this article you will learn about the newly introduced Registration Builder Class in .NET 4.5.
ASP.NET 4.5 Features - Key HTML Editor Features
2/5/2021 5:50:27 AM.
Today, we will be go through the key HTML editor features introduced in ASP.NET 4.5.
Support for Lazy Initialization in .Net 4.0
2/5/2021 5:40:42 AM.
The Lazy initialization can be seen in designing the singleton pattern where we can have static readonly property in a nested class that initializes the singleton object in a Lazy way.
Introduction to New Methods in System.IO.File in .Net 4.0
2/5/2021 5:25:55 AM.
In this article we are looking the improvements made as part of .NET 4.0 which made the file handling more flexible and fast using File class.
Nested Repeater Control in ASP.Net 4.0
2/3/2021 6:34:32 AM.
Toady in this article we are basically going to learn about how we can nest repeater control within one another.
Custom Paging With GridView in ASP.NET 4.5
1/28/2021 7:37:28 AM.
This article will demonstrate, the new feature of GridView Control in ASP.NET 4.5.
Features in ASP.NET 4.0
1/19/2021 5:09:05 AM.
ASP.NET 4.0 includes enhancements in many areas. This article is an overview of the new and major improvements that are included in the ASP.NET 4.0.
Introduction to MEF
1/18/2021 10:09:45 AM.
MEF stands for Managed Extensible Framework. It is part of .Net 4.0 and is useful for building extensible applications.
Inter-process Communication Between Managed Process
1/18/2021 10:04:19 AM.
This article explains Memory Mapped Files for inter-process communication.
New Features in .Net 4.5
1/18/2021 6:01:14 AM.
This article contains a summary of some key new features in the .NET Framework 4.5.
Persisting Row Selection in Data Controls - .NET 4
1/18/2021 5:58:30 AM.
In .NET 4, we can maintain the row selection in data controls while paging or sorting. That’s a cool feature available in .NET 4. You will be amazed after enabling this property in your data controls.
Querying Using OData on Web API
1/18/2021 5:46:43 AM.
The Open Data Protocol (OData) is a web protocol for querying and updating data that provides a way to unlock your data and free it from silos that exist in applications today
Portable Class Library in .NET 4.0/4.5
1/16/2021 10:49:10 AM.
Few days back I was working windows phone application as usual I created class library project for keeping separate business login. But I realize we cannot add as a reference normal class library in t
Basics of Managed Extensibility Framework
1/11/2021 11:26:06 AM.
The objective of this article is to present a new feature of .NET 4.0 which is known as Managed Extensibility Framework.
Caching Support All Types of .NET 4.0 Application
1/11/2021 7:50:17 AM.
This article shows how to implement data caching in a Console Application, Windows Presentation Foundation Application and other .NET Applications other than ASP.NET application using the .NET 4.0 and
Ways to Fix the Errors of Unobtrusive Validation in ASP.NET 4.5
1/6/2021 11:29:01 AM.
In this article we will learn how to fix the errors of Unobtrusive Validation Mode.
Asynchronous Tasks and Synchronization on UI TPL .Net 4.0
1/6/2021 11:15:23 AM.
Using TPL for parallel programming is now a cup of cake. It made life easier for those who are new to multithreaded programming.
Using Tuples With .Net 4.0
1/1/2021 5:29:46 AM.
In this article let me explain the tuples world in a C# 4.0 scenario.
How to Create Database Using Table Designer in Visual Studio 2012
1/1/2021 5:18:39 AM.
In today's article you will learn how to create a database using Table Designer in Visual Studio 2012.
Garbage Collection In .NET 4.5
12/6/2020 9:57:20 PM.
In this article you will learn the new features in .NET 4.5.
Python with .NET 4
11/29/2020 12:51:54 AM.
IronPython is an implementation of the Python programming language targeting the .NET Framework and Mono ( A cross platform open source Dotnet framework currently targeted for Linux). IronPython is wr
Parallel Programming Using New TPL Library in .Net 4.0
11/26/2020 4:40:39 AM.
With the .Net 4.0, you are provided with the brand new parallel programming language library called “Task Parallel Library” (TPL). Using the classes in the System.Threading.Tasks namespace, you can bu
Filter Data by Values in Model Binding Using Drop Down List in .NET 4.5
11/24/2020 5:16:07 AM.
In this article we will learn how to filter data by values in Model Binding using a Drop Down List.
Use Authorization Manager (AzMan) For Managing Roles and Permissions
11/24/2020 1:28:29 AM.
Here you will how Authorization Manager is used to manage roles by providing permissions on different roles for different operations.
Installing And Using .NET 4.7.x, .NET Core 2.0, And C# 7.x With VS 2017
11/23/2020 10:27:47 PM.
This article explains how to install and use .NET Framework 4.7, .NET Framework 4.7.1 & .NET Core 2.0 and troubleshooting if you are getting an exception while installing these latest components.
Using Memory-Mapped Files
11/23/2020 6:39:34 AM.
MemoryMappedFile is an interesting new class in version 4.0 of the .NET Framework which resides in the System.IO.MemoryMappedFiles namespace.
Passing Values Between TextBox of Different Forms Using Class
11/12/2020 8:03:27 AM.
In this article, I describe how to pass data from one form to another form in a Windows application using C#.
How to Join Two Tables From Different Databases Using Entity Framework
11/11/2020 9:20:12 AM.
This article explains how to join two different tables from two different databases, or we may say how to join two tables from two different contexts, in Entity Framework.
Enabling Unobtrusive Validation Mode in ASP.NET 4.5
11/10/2020 3:28:11 AM.
In this article we will learn how to enable Unobtrusive Validation in ASP.NET 4.5.
SignalR - Simple Chat Application in C#
11/5/2020 8:28:45 AM.
Hello friends, today I am going to explain to you how to create a simple chat application using SignalR.
Feature of JavaScript in Visual Studio 2012: Typed Arrays
4/8/2020 9:37:12 AM.
In this article I will tell you about one more new feature of JavaScript in Visual Studio 2012, Typed Arrays.
Features of JavaScript in Visual Studio 2012:Recursion and Variable Scope
4/7/2020 3:54:31 PM.
In Today's Article you will learn about some more New Features of JavaScript in Visual Studio 2012 like Recursion and Variable Scope.
How to Install ASP.NET 4.5 in Windows 8
12/30/2019 2:17:29 AM.
In this article we are explaining how to install ASP.NET 4.5 on Windows 8.
WCF Discovery in .NET 4.0
9/30/2019 1:38:27 AM.
Windows Communication Foundation has introduced a new feature of WCF; Discovery and with the help of this feature we can access the other service.
New Features of WCF 4.0: Part V
9/26/2019 5:28:49 AM.
Illustrating WCF 4.0 feature explaining the principles and showing some examples.
WCF Routing Service in .NET 4.0
9/20/2019 3:28:54 AM.
WCF Routing Service is a new feature in .NET 4.0 frameworks. The most basic use of the Routing Service is to aggregate multiple destination endpoints to reduce the number of endpoints exposed to the c
Host WCF Websocket Service as Windows Service
9/13/2019 4:43:48 AM.
Here in this article we will learn how to host a WCF Websocket service as a Windows service.
Send SMS Using C# .Net
5/21/2019 4:34:51 AM.
Here you can send SMS using the way2sms client library from your very own C# .Net Web/Window Application
Bundling in ASP.Net 4.0
8/29/2018 5:08:31 AM.
In ASP.Net 4.5 there is a new feature called Bundling. Bundling bundles multiple files into a single file.
Introduction to WCF
8/21/2018 1:05:12 AM.
This article explains WCF and with an evaluation. WCF is a platform for building distributed businesses and deploying services among various endpoints in Windows.
Canceling Long Running Task Using Cancellationtokensource In .NET
7/17/2018 10:20:12 AM.
In this article, we will learn How to cancel or interrupt the Long Running Task using a Cancellationtokensource method in .NET 4.0.
What Is New In .NET Framework 4.7.1
11/20/2017 10:35:49 AM.
Learn about the key features available in .NET Framework 4.7.1.
Upload Multiple Files Using FileUpload Control In ASP.NET 4.5
7/11/2017 5:30:20 AM.
In this article I explain a new functionality of ASP.NET 4.5, the FileUpload control to upload mulitple files at a time, with an example.
New Features in .NET Framework 4.5 RC
6/27/2017 3:32:38 AM.
The ASP.NET 4.5 RC new features are listed. ASP.NET 4.5 RC includes Support for new HTML5 form types, model binders, unobtrusive JavaScript, WebSockets protocol, asynchronous modules and handlers and
URL Rewriting In ASP.NET 4.0/ 4.5 WebForm
3/8/2017 4:01:26 PM.
In this article, you will learn about URL rewriting in ASP.NET 4.0/ 4.5 WebForm.
Bundling In ASP.NET MVC Application
6/6/2016 5:27:17 AM.
This post revolves around bundling in ASP.NET MVC. It explains why we need MVC and how exactly we can implement bundling in our project.
Top 10 Features In ASP.NET 4.5
6/1/2016 12:47:16 PM.
In this article, you will learn about the top 10 features in ASP.NET 4.5.
.NET 4.5 Controller Blocking Issues: Resolved
10/31/2015 6:33:54 AM.
In this article you will learn .NET 4.5 controller blocking Issues.
Resolving Controller Blocking Within .NET 4.5 And ASP.NET MVC
10/28/2015 7:59:45 AM.
In this article you will learn how to resolve controller blocking within .NET 4.5 and ASP.NET MVC.
Creating Multiselect DropDownList Control in ASP.NET 4.0 Using Bootstrap
9/7/2015 2:02:13 PM.
In this article you will learn how to create Multiselect DropDownList Control in ASP.NET 4.0 using Bootstrap.
ASP.Net 4.6 CRUD For MySQL Using SP and Helper Class
5/21/2015 4:09:05 AM.
This article explains in detail how to insert/update/delete and select data from a MySQL database using a helper class and Stored Procedure using ASP.NET 4.6.
Charting in ASP.Net 4.0
4/22/2015 3:28:21 PM.
This article shows how to do Charting in ASP.NET 4.0.
What is New in Visual Studio 2015
3/29/2015 1:01:08 PM.
Here I drive you to the new features/improvements of Visual Studio 2015 Preview, that you might soon love.
Binding GridViewModel in ASP.Net 4.5
3/28/2015 3:09:56 PM.
In this article you will learn how to use GridViewModel Binding in ASP.NET 4.5.
Create HTTP Service Using ASP.Net Web API
3/20/2015 12:56:52 PM.
In this article I will explain how to create a HTTP Service using the ASP.Net Web API.
Model Binding in ASP.Net 4.5
3/10/2015 4:57:25 PM.
This article explains how to use Model Binding in ASP.Net 4.5.
Uploading Multiple Files Using ASP.Net 4.5
1/10/2015 2:40:40 PM.
In this article we will learn how to upload multiple files using the ASP.Net 4.5 File Uploader Control.
Checked Keyword in C# 4.0
10/17/2014 3:27:29 PM.
This article is all about understanding the “checked” keyword in C# 4.0.
New Features of ASP.NET 4
9/21/2014 1:47:58 AM.
In this article, I want to give an overview of the new features of ASP.NET that are included in the .NET framework 4 and Visual Studio 2010.
Graphics in Silverlight 5: Part III
9/4/2014 6:44:27 AM.
In the third part of this series, we shall continue exploring other Shape elements. We begin with the Polygon.
What's New ASP.Net 4.5.1 Visual Studio 2013
1/2/2014 3:58:03 AM.
In this article you will learn about new features in ASP.NET 4.5.1 Visual Studio 2013.
C# Corner Mumbai Chapter: Official Recap of Visual Studio 2012 Tech Tour - 15 September, 2013
9/19/2013 11:13:54 PM.
On September 15th C# Corner Mumbai Chapter organized an event in collaboration with Microsoft India. The event was called “Visual Studio 2010 Tech Tour”.
Error Logging With Caller Info
7/12/2013 11:21:05 AM.
This article provides a brief introduction to the use of Caller Information as a means for creating an error logging utility class for your C# 5.0/.NET 4.5 applications.
One Two Three to Windows Communication Foundation: Part 1
7/8/2013 2:48:45 PM.
In this post, I am providing text and code that helps to easily understand WCF.