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
ASP.NET
FOLLOW
ASP.NET is a free web framework for building Web sites and Web applications using HTML, CSS and JavaScript. Create Web APIs, mobile sites and use real-time technologies.
Articles
(4502)
Blogs
(1457)
Resources
(112)
Videos
(36)
News
(20)
Articles
Controllers And Routing
Here the Controller Name should have the suffix (Controller) because there are lots of (.cs) CSharp files in the project. And this convention helps Visual Studio to identify which is the Controller...
Usama Shahid
May 09, 2018
Learn About MVC Architecture
MVC is actually the architectural pattern for implementing UI, although it was originally developed for desktop applications in 1970s. But then it is widely adopted in Web applications as well. And...
Usama Shahid
Apr 25, 2018
Action Verbs And Action Selectors In ASP.NET
Action Selector is an attribute that applies to action methods. It helps the routes to identify the action based on the request. Here in the ASP.NET environment, we have a few Action Selectors.
Usama Shahid
May 10, 2018
Action Results And Action Filters In ASP.NET
In ASP.NET MVC, there are different types of action results. We already know that action is actually the term we say to methods of the controller.
Usama Shahid
May 10, 2018
Search Data Very Quickly Using jQuery In Web Application
Search data from HTML Table using Jquery without hitting the database and page post.
Amit Kumar
May 09, 2018
ActionInvoker In ASP.NET MVC
In this article we will be discussing how to invoke action methods base of custom logic along with this how to redirect a request for an action method to another action method in same controller or...
Pradeep Yadav
May 07, 2018
How To Implement Google Line Chart Dynamically Using Entity Framework In ASP.NET
In this article, I will demonstrate how to implement Google Line Chart dynamically using Entity Framework in ASP.NET. I will use jQuery AJAX to retrieve the data from the database and display in Go...
Farhan Ahmed
May 07, 2018
ASP.NET Web API Using MVC, Entity Framework And jQuery For Get and Post With Validation - Part Five
WEB API is the best fit to create a resource-oriented service using HTTP/Restful and it works well with MVC-based applications. For more details visit my link.
Satyaprakash Samantaray
May 06, 2018
Push Notification In Web Application Using Web API And PushContentStream
The push notification is the technology which allow the user engaged to the particular site or application. It can be any kind of chat, discussion or anything. It engage the users to the particula...
Mohammad Irshad
May 04, 2018
Data Binding And CRUD Operations In ASP.NET WebDataGrid
The WebDataGrid is a flexible and feature-rich ASP.NET control available by Infragistics. The WebDataGrid is a part of Ultimate UI for ASP.NET, a library of ASP.NET controls. The control uses ASP.N...
Jatin Saini
May 03, 2018
How To Dynamically Upload And Play Audio File Using MVC 5
This article demonstrates how to upload audio files up to 50MB and play dynamically using ASP.NET MVC 5.
Farhan Ahmed
May 03, 2018
How To Activate Links After Sending Activation Link Email To User In MVC And Web API
Today, in this article, I will explain how to activate links after sending an email of an activation link to a user using MVC and Web API.
Mithilesh Kumar
May 03, 2018
How To Implement Google Column Chart Dynamically Using Entity Framework And MVC 5
In this article. I will demonstrate how to implement Google column charts dynamically using entity framework in MVC5.
Farhan Ahmed
Apr 30, 2018
Implement Kendo Grid Using ASP MVC 5.0
Kendo has various operations such as how to perform an action and operations with records. It has paging, filtering, sorting, editing, grouping, fixed pages, and column lockable functionalities.
Sankara Krishnan Venugopal
May 01, 2018
Convert *.dll Into ASP.NET Project
This is a viable option to convert your Dot Net DLL into an ASP dot net Project. You can download the trial version of .NET Reflect 10.0.4 software tool online.
Sankara Krishnan Venugopal
Apr 30, 2018
ASP.NET Web API Using MVC, Entity Framework And HttpClient For Retrieve Data - Part Four
The .NET 4.5 includes HttpClient class to overcome the limitation of WebClient. HttpClient class to send data to and receive data from Web API which is hosted on local IIS web server. HttpClient i...
Satyaprakash Samantaray
Apr 30, 2018
Reuse The Model Classes Of Entity Data Model (.edmx) To Multiple Projects Using Class Library In ...
A class library is useful when you want to share code between multiple programs. Class Library is a collection of reusable types including classes, interfaces and data types included in the .NET F...
Satyaprakash Samantaray
Apr 28, 2018
How To Use Razor View Engine In Our Views
Views are actually the presentation layer of the application. With the help of views, we see the information on the screen. Let’s start our journey.
Usama Shahid
Apr 27, 2018
DotVVM In Real-World Apps - Generic CRUD - Part Two
In the previous article, I was writing about building a basic CRUD scenario using DotVVM, an open-source MVVM framework for line of business web apps.
Tomas Herceg
Apr 27, 2018
Razor View Engine In ASP.NET MVC
Razor View Engine is a markup syntax which helps us to write HTML and server-side code in web pages using C# or VB.Net. It is server-side markup language however it is not at all a programming lang...
Pradeep Yadav
Apr 24, 2018
No Records Available.
1761
-
1780
of
4502
<<
87
88
89
90
91
>>
Learn ASP.NET MVC 5.0
Challenge yourself
ASP.Net MVC
E-Book Download
Get Certified
Node.js