Will Web 3.0 Replace Web 2.0?
Become a member
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
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
Training
Live
JOBS
MORE
CAREER
MEMBERS
About .NET Application
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 (8)
Sourav Kayal (6)
Michael Livshitz (5)
Vidya Vrat Agarwal (3)
Mahesh Chand (3)
Jean Paul (3)
Shirsendu Nandi (3)
Manikavelu Velayutham (3)
Munib Butt (2)
Anupam Maiti (2)
Rion Williams (2)
Nimit Joshi (2)
Akkiraju Ivaturi (2)
Shreesh Raj (2)
Sukesh Marla (2)
Ramasagar Pulidindi (1)
Satya Karki (1)
Mahanti Chiranjeevi (1)
Divya Sharma (1)
Ashish Shukla (1)
Bhavik Patel (1)
Debendra Dash (1)
Jay Kang (1)
Surya Kant (1)
Ajay Yadav (1)
Ankush Bindra (1)
Surya Prakash (1)
Ketak Bhalsing (1)
Jamil Ahmed (1)
Vijay K (1)
Jaipal Reddy (1)
Jaish Mathews (1)
Sourabh Somani (1)
Saurabh Mishra (1)
Jatin Malik (1)
Nishan Aryal (1)
Hemanth Kumar (1)
Nishant Mittal (1)
kohad (1)
Maruthi Palllamalli (1)
Praveen Kumar (1)
Akshay KrSingh (1)
Halil İbrahim Kalkan (1)
Suraj Sahoo (1)
Chandradev (1)
Santosh Gadge (1)
Uday 's (1)
Abhimanyu K Vatsa (1)
Narayana Surapaneni (1)
Dinesh Tawar (1)
Soft Corner (1)
Amit M (1)
Krishna Garad (1)
Shyju (1)
Gourav Kumar (1)
Prashant Tailor (1)
John O Donnell (1)
Anand Narayan (1)
Wdenton (1)
Dipal Choksi (1)
Related resources for .NET Application
No resource found
Using FluentValidation.DependencyInjectionExtensions To Simplify Validation In .NET Applications
1/2/2023 8:58:42 AM.
This article discusses the use of FluentValidation.DependencyInjectionExtensions, an extension for the popular .NET validation library FluentValidation. The extension enables the use of dependency inj
Implementing Smart Contract in ASP.NET Application
11/30/2021 10:27:05 AM.
This article describes how to implement and call smart contracts from .NET applications. The article elucidates and provides guides to the developers to make blockchain-based applications by implement
Creating A .NET Application From The CLI
9/8/2021 6:05:41 AM.
In this article, you will learn how to create a .NET application from the CLI.
Implementing Client Credentials Grant Type Using Owin In ASP.NET Web API
7/12/2021 9:27:25 AM.
In this article, you will learn how to implement Client Credentials Grant Type using Owin in ASP.NET Web API.
Pass Data From HttpModule to HttpHandler in ASP.Net Application
5/26/2021 11:26:05 AM.
In this small article, we will learn to pass data from a HttpModule to a HttpHandler.
HttpModule in Real Scenario: Multiple HttpModule and Communication
5/26/2021 11:22:55 AM.
From this article we will understand the use of HttpHandler and HttpModule in real time software development.
CDN Implementation For Legacy ASP.Net Website
5/25/2021 5:28:58 AM.
The Content Delivery Network (CDN) is a media server where we can host a site's images, CSS, JavaScript, PDF and video files and so on.
HttpModule in Real Scenario: Events in HttpModules
5/14/2021 5:52:08 AM.
In this article, we will talk about various events and their execution sequence in an ASP.NET application.
HttpModule in Real Scenario: Implement Simple HttpModule
4/13/2021 6:56:44 AM.
The purpose of this article is to understand the use of HttpHandler and HttpModule in real time software development.
Application State in ASP.Net
4/8/2021 11:39:22 AM.
This article explains the life cycle of Application State; the Global.asax file is also explained with a real-life example.
Tracing in ASP.NET
4/2/2021 10:16:43 AM.
In this article, we will see how to use Tracing in ASP.NET.
A Quick Look At Entity Framework 7 In-Memory Provider (for Testing)
1/18/2021 9:11:38 AM.
In this article you will have a quick look at Entity Framework 7 In-Memory Provider for Testing.
Displaying Google Maps in ASP.NET Application
1/18/2021 7:16:29 AM.
In this article you will learn how to display Google Maps in ASP.NET Application.
Writing Distributable .NET Application With x2net
1/11/2021 8:05:26 AM.
Writing distributed applications, especially deployed across a network, tends to be a challenge, not only due to the trickiness of network programming but more so because your code, business logic mes
NUnit With C#
1/1/2021 9:39:43 AM.
NUnit is a unit-testing framework for .NET applications in which the entire application is isolated into diverse modules and each module is tested independently to ensure that the objective is met.
Things to Consider When Designing .NET Applications
12/31/2020 7:18:04 AM.
Proper design is a major factor that contributes to the scalability and performance of any .NET application.
Improve Performance of .NET Application
12/28/2020 12:50:24 PM.
This article provides some concepts for improving the performance of .NET applications.
Hands-Free Security Scanning Within .NET Applications
12/15/2020 8:45:48 AM.
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 information.
Assemblies In .NET Application
12/11/2020 2:12:28 AM.
In this article, I am going to explain about assemblies in .NET. Also, we will see how we can create assembly with a strong name. This article will help you understand the assembly, deeply.
Anti-Reverse Engineering (Assembly Obfuscation)
12/7/2020 3:24:22 AM.
The modus operandi of this paper is to demystify the .NET assembly obfuscation as a way to deter Reverse Engineering.
Check .NET Application Performance Using Performance Optimization
12/4/2020 12:08:42 AM.
In this article you will learn how to check .NET application performance using Performance Optimization.
Getting Started With Intranet Application in MVC 4
12/3/2020 12:06:13 AM.
In this article I am describing authentication and authorization for intranet applications using the ASP.NET Web application based on the MVC project template.
Creating and Sharing .NET Assemblies For a .NET Application Projects: Scenarios Explained
12/2/2020 10:29:16 PM.
This article is about the Global Assembly Cache (GAC) and DLLs relevant to the deployment of applications.
Alfresco Integration With .NET Using CMIS
11/28/2020 11:13:56 PM.
In this article, we will see how to upload documents to an Alfresco portal from a .NET application.
How To Use StringBuilder And File Class For .NET Application
11/23/2020 8:17:40 AM.
Here, I am going to share how and why should we create error log in our application.
Integrating SAP System With .NET Application
11/10/2020 3:12:08 AM.
In this article you will learn how to Integrate SAP System with .NET Application.
ADO.NET From Windows DNA's Perspective
11/2/2020 10:22:05 AM.
Windows DNA is a framework to build multi-tier, high performance, scalable distributed applications over the network. This article takes a Windows DNA perspective and compares how ADO.NET fits in Wind
Writing ADO.NET Applications
11/2/2020 9:51:29 AM.
In this article I will explain you basic steps required to write an ADO.NET Application.
CRUD Operation To CouchDB Via Rest API In ASP.NET Core Application
10/2/2020 10:40:32 PM.
In this article, you will learn about CRUD Operation to CouchDB via Rest API in ASP.NET Core Application.
A Checklist To Holistically Mitigate Cross Site Scripting (XSS) In An ASP.NET Application
7/4/2020 12:20:05 AM.
In this article, you will learn how to holistically mitigate cross-site Scripting (XSS) in an ASP.NET application.
How To Create An Application In ASP.NET
5/31/2020 3:04:57 PM.
In this article, you will learn how to create an ASP.NET web application.
NUnit With C#
5/19/2020 1:21:54 AM.
NUnit is a unit-testing framework for .NET applications in which the entire application is isolated into diverse modules and each module is tested independently to ensure that the objective is met.
Design and Architecture of the .NET Application
4/15/2020 3:51:30 PM.
Before we delve into the technical details of any application and start to put together the technical design and architecture, we first need to understand what the application will do, what type of in
CRUD Operations Using WCF in ASP.Net
9/30/2019 1:44:32 AM.
This article explains how to create and consume a WCF service, how to bind a gridview using the WCF service and how to edit the data in the gridview using the WCF service.
Authenticate From ASP.NET Application To On-Premise AD
6/28/2019 9:33:23 AM.
This article describes how an ASP.NET application can be authenticated with On-Premise Windows AD.
How To Host Your ASP.NET MVC Website On GoDaddy Server
3/29/2019 6:06:33 AM.
In this article you will learn how to host your ASP.NET MVC website on GoDaddy Server.
Making Your .NET Application Less Quirky
2/13/2019 8:04:50 AM.
This post details a setting that you might not have enabled, especially for older legacy applications, which could result in your not taking advantage of all the wonderful features, benefits, and bug
Changing The Contents Of Your .NET Application On The Fly Using Azure Storage
9/24/2018 9:12:43 AM.
In today’s world where everything on internet is changing with just a click of button, why should we have to wait for hours in order to update the contents of our live application. The modern business
Custom Configuration Sections Using ConfigurationSection : web.config
8/27/2018 7:16:08 AM.
This tutorial tells about how you can create a custom section in web.config file to keep all your module specific settings at a single place.
How To Create Three-Layer Architecture Of ASP.NET Application
12/3/2017 1:59:29 PM.
Three-layer architecture is made of Presentation, Business, and Data access layer. In this article, I will create three layered architecture with the help of a simple asp.net application.
How To Create Image Thumbnail In ASP.NET Applications
3/5/2017 8:51:44 PM.
In this article, we will learn how to upload multiple images and generate thumbnails of those images. We will also learn to write our own customized code for resizing and saving images.
C# Tutorial Part 1 - First .NET Application
12/26/2016 11:16:49 PM.
In this article we explain how to start writing your first Console application in C# and difference between solution and project .
Targeting Multiple Framework For Single .NET Applications
5/3/2016 11:36:11 AM.
In this article you will learn about how to target Multiple Framework for Single .NET Applications.
Office automation with VS 2008
4/13/2016 3:16:43 AM.
Outlook automation has become integral part of any LOB application. MS Excel, work, outlook are getting used by most of the enterprise applications today. This article provides quick view on how t
Operate UNIX Secure Shell From C# .NET Application
2/25/2016 9:18:41 AM.
In this article you will learn how to operate UNIX Secure Shell from your C# .NET application.
Creating HotSpots In ASP.NET Application
12/28/2015 1:46:49 AM.
In this article I am going to describe about how to create HotSpots on images in ASP.NET application.
How to Access Internet Application Offline
11/7/2015 8:31:13 AM.
In this article you will learn how to Access Internet Application Offline.
Introducing an Application Framework For ASP.Net MVC
6/16/2015 4:17:04 PM.
This article explains Application Framework for ASP.NET MVC.
Debug ASP.Net Applications Using ELMAH: Part 1
2/8/2015 1:49:08 AM.
In this article you will learn about the ELMAH tool for debugging mainly ASP.NET applications.
NLayers Architecture
1/29/2015 3:55:48 AM.
NLayers tries to provide a Layering solution to a typical ASP.NET application. This article is a continuation of the previous one about NLayers Introduction and Installation.
How to Create the Multilanguage Application in ASP.Net
10/21/2014 1:57:44 PM.
In this article you will learn how to create the Multilanguage application in an ASP.Net application.
Create Pie Chart Using jQuery
8/27/2014 12:04:51 PM.
This article explains how to create Charts in your application using Google Charts.
Securing Login Page and Maintaining Single Session Per User in ASP.Net Application
7/23/2014 2:32:54 PM.
In this article you will learn how to secure a Login Page and maintain a single session per user in an ASP.NET application.
Open Twitter Share Window in Popup in ASP.Net Application
3/2/2014 2:43:47 PM.
This article explains how to open a Twitter Share Window in a a popup in an ASP.NET application.
What Are Indexers in C#
12/11/2013 5:28:41 PM.
Indexers are used in .Net to store or retrieve data from a session state or application state variables.
Creating Clickable Menu List Using Knockoutjs in ASP.Net Application
11/27/2013 11:22:53 PM.
In this article you will learn how to create a Clickable Menu List using Knockoutjs in an ASP.NET Application.
How to Use With Binding in Knockoutjs to Bind Multiple Controls in ASP.Net Application
11/27/2013 11:09:33 PM.
This article explains how to use With Binding in Knockoutjs to bind multiple controls in an ASP.NET Application.
Filter Data By Letters In Data Using Knockoutjs in ASP.Net Application
11/27/2013 11:07:48 PM.
This article explains how to filter data by the letters in data using Knockoutjs in an ASP.NET Application.
Apply Validations Using KnokcoutJS in ASP.Net Application - Part 2
11/21/2013 11:29:37 AM.
This article shows how to use the Knockout Extenders Property to apply the validations using KnokcoutJS in an ASP.NET Application.
Apply Validations Using KnokcoutJS in ASP.Net Application - Part 1
11/15/2013 8:19:52 AM.
In today's Article I will tell you about How to Apply Validations Using KnokcoutJS in ASP.NET Application - Part 1.
Creating Modal Popup in ASP.Net Application Using Ajax
8/14/2013 1:12:30 AM.
This article explains how to create a Modal Popup in an ASP.NET application using Ajax.
2 Ways to Implement AJAX in ASP.Net Application
7/12/2013 11:20:56 AM.
This article shows two ways to implement AJAX in your application.
Introducing New Features in Visual Studio 2013: Part 2
7/3/2013 9:08:04 PM.
In this article i am introducing some extra new features in Visual Studio 2013.
Create and Use Application Level Events in ASP.NET
11/10/2012 6:03:28 AM.
This article, will explore the application level events exposed in the Global.asax file and how we can utilize in our applications.
Cobol for Microsoft .NET
9/30/2012 4:33:42 AM.
This article gives you introduction about how the age old COBOL can take a new energetic look under Microsoft.NET.
Deploying ASP.NET application using FTP
9/30/2012 3:26:37 AM.
Visual Studio really makes it simple for deploying web applications. In this article we are going to use FTP for deployment.
URL Rewriting in ASP.NET
9/7/2012 5:09:56 PM.
Most sites include variables in their URLs that tell the site what information to be shown to the user. It is something like telling the code to load particular details of item number 7 from a shopping site.
Building ASP.NET Applications Using MVP Architecture: Part 2
8/23/2012 9:57:15 AM.
In this article we will go step-by-step and see how ASP.Net MVP applications can be developed.
Building ASP.NET Applications Using MVP Architecture: Part 1
8/23/2012 9:06:35 AM.
This article is all about building ASP.NET applications using the MVP Architecture.
Using the System Function fn_listextendedproperty of SQL Server 2005 for .NET Applications: Part II
5/20/2012 5:57:16 AM.
In this article, divided into two parts, I will compare the system function fn_listextendedproperty of SQL Server 2005 with the similar function of SQL Server 2000 ( Part 1 ), describe using the function for .NET applications ( Part 2 ). The examples are written using Transact-SQL and C#.
Using the System Function fn_listextendedproperty of SQL Server 2005 for .NET Applications: Part II
5/20/2012 5:26:25 AM.
In this article, divided into two parts, I will compare the system function fn_listextendedproperty of SQL Server 2005 with the similar function of SQL Server 2000, describe using the function for .NET applications. The examples are written using Transact-SQL and C#.
Tips to Improve the Performance of ASP.Net Application
5/15/2012 1:54:34 PM.
This article features tips to improve the performance of ASP.Net Application
NLayers Introduction
2/18/2012 10:02:24 AM.
In this article I would like to introduce a layering framework named NLayers. This article is intended for experienced developers or architects with a good understanding of ASP.NET and the ADO.NET Entity Framework.
Filter Search in JQ Grid Using Jquery in ASP.NET Application
5/11/2011 3:04:09 PM.
In this article I will describe how to do a filter search by comparing two given attributes in another window.
JQ Grid in an ASP.Net Application
5/10/2011 3:57:12 PM.
In this article I will describe how to use a JQ Grid in an ASP.Net application.
Create C# .Net Application Using Mongo Database
4/13/2011 5:00:30 PM.
In this article I will describe how to create a C# .Net console application for saving and retrieving data from a Mongo Database.
Configuration Settings for an ASP.Net Application
4/4/2011 1:25:59 AM.
In ASP.Net, all that needs to be done to configure an application is to create a Configuration file called ‘Web.config’ and place it in the root directory of the application.
How to open a Word document from an ASP.NET application
3/31/2011 7:10:05 AM.
This article demonstrates how to open a Word document in an ASP.NET application.
Web Farm - Simple Overview
3/25/2011 10:13:24 PM.
In this article we are going to discuss a simple overview of the Web Farm and its advantages.
Charts for Asp.Net Application
2/28/2011 6:52:46 PM.
In this article we will learn how to create a chart for our ASP.NET application.
Double Hope Issue in Sharepoint/Asp.net application with IIS
1/9/2011 5:39:45 AM.
There is a common issue called Double Hope issue in IIS that troubles most Sharepoint / Asp.net applications that consume the resource in other servers.
Rich Internet Application - Part II
12/16/2010 2:39:06 AM.
In my previous article, we were discussing the Rich Internet Application architecture. Now we will go a little in-depth about what a Rich Internet Application is.
Rich Internet Application
12/13/2010 5:25:47 AM.
In this article, I am going to cover what makes the people to switch over to Rich Internet Application. Before getting into the picture, first we will see the general architecture of the simple web application.
Adding Editor, and Deleting data in Web Forms using ADO.NET
2/11/2010 12:35:31 AM.
In this article I will explain Adding Editor, and Deleting data in Web Forms using ADO.NET.
Compilation Life cycle of Asp.Net 2.0 Web Site
2/5/2008 2:02:03 AM.
This article explains you the order of compilation in an asp.net application.
ADODB Services in .NET Applications Using C#
8/31/2006 6:11:24 AM.
With the advent of ADO.NET, the .NET Framework lets you work with your data in a paradigm shift.
Building the Address control: Part II
6/18/2006 10:05:41 AM.
Reusability and component oriented development is one of the features of .NET development. This approach may be applied to any project. In this article, I share how you can build your own Address Windows controls and use it from a Windows Forms client application.
Building the Address control: Part III
6/18/2006 12:23:16 AM.
Reusability and component oriented development is one of the features of .NET development. This approach may be applied to any project. In this article, I share how you can build your own Address Windows controls and use it from a Windows Forms client application.
Building the Address control: Part I
6/17/2006 11:59:06 PM.
Reusability and component oriented development is one of the features of .NET development. This approach may be applied to any project. In this article, I share how you can build your own Address Windows controls and use it from a Windows Forms client application.
Hangman: Using GDI+ in ASP.NET Applications
2/2/2006 5:40:52 AM.
This example shows how you can combine GDI+ commands on a web form.
Testing .NET applications
1/3/2006 12:01:34 AM.
This white paper shares vision and challenges in testing .NET applications. Never before, has any technology or framework tried bringing many disparate systems and languages under one roof for the benefit of enterprise applications.
Image Resizing and FTP
12/26/2005 2:26:15 AM.
I wanted a program to resize image and just FTP them to my site. After talking with friends, I realized they also had the same problems. So I built this simple .Net application.
.NET Framework Version 1.1 - Side-By-Side Execution
12/21/2005 11:20:49 PM.
Microsoft has announced the release of the new version of the .Net Framework 1.1. As with almost everything in life, the only constant is change.