Live Webinar: Prompt Engineering: Skill Everyone Must Learn Today
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Shirsendu Nandi(21)
Sachin Kalia(4)
Akhil Mittal(3)
Bryian Tan(3)
Richa Garg(1)
Aravind Bs(1)
Christopher Edward(1)
Sateesh Arveti(1)
Sandeep Singh Shekhawat(1)
Mohamed Fawas Perooli(1)
Amit Patel(1)
Shivprasad (1)
Karthikeyan Anbarasan(1)
Resources
No resource found
Generic Repository Pattern in MVC3 Application With Entity Framework: Part 6
Aug 20, 2013.
This article will focus on the Unit Of Work Pattern and Repository Pattern, and shows how to perform CRUD operations in an MVC application when there is the possibility of creating more than one repository class.
Repository Pattern in MVC3 Application With Entity Framework: Part 5
Aug 01, 2013.
In this article I’ll focus on how to implement a Repository Pattern in the same MVC application, therefore moving ahead a step towards architectural approach of developing an enterprise application.
HandleUnknownAction in MVC3 Application With Error Handling
Apr 15, 2013.
In this article, I am sharing my thoughts of the advantages of HandleUnknownAction in MVC application and the terminology being used.
Routing in MVC3 Application
Apr 12, 2013.
In this article, I am sharing my thoughts on to create a routing system in an MVC application and the terminology being used.
ASP.NET MVC3 Slideshow Control Using JQuery and XML
Sep 03, 2012.
Article on how to create an ASP.NET MVC3 slideshow user control/partial view using jQuery and XML.
Working With Layouts in ASP.NET MVC3 Using Razor View
Aug 07, 2012.
In this article I explain how to use layouts in MVC3 Razor view.
ASP.NET MVC3 - Password Strength Indicator Using JQuery and XML
Jul 30, 2012.
Sample code on how to integrate the Password Strength Indicator using jQuery and XML plug-in with ASP.NET MVC3 Razor.
Basic Generic Repository Pattern and Unity of Work Frame Work in ASP.NET MVC3 : Part 1
Feb 07, 2012.
In this article I will describe what a repository pattern is in ASP.NET MVC3 and how it is wrapped with the Unity of Work Framework.
Autocomplete Textbox Using Database Return Value in ASP.NET Mvc3 Razor With Jquery
Feb 02, 2012.
In this article I will describe how to use an autocomplete textbox with a value coming from a database using Jquery.
Modifying or Adding the Default Code Generation/Scaffolding Templates in ASP.NET MVC3 Using T4 Code Generation
Jan 31, 2012.
In this article I will describe how to modify existing code or adding our own custom code generation for a scaffolding column for generating a Controller class and view in ASP.NET MVC3 using T4 Code Generation.
WebGrid in ASP.Net MVC3 Razor with Entity Framework
May 30, 2011.
In this article I will describe how to bind data from database in to MVC3 WebGrid using Entity Framework.
JQ Grid with Jquery in ASP.Net MVC3 Razor: Part 2
May 25, 2011.
In this article I will describe how to display a Jq grid with a “search facility” in ASP.Net MVC3 in Razor View Engine.
Basic ASP.Net MVC3 Razor Engine Application with Entity Framework: Part 1
May 20, 2011.
In this article I will describe how to create a basic ASP.Net MVC3 application with Entity Framework.
Basic ASP.Net MVC3 Razor Engine Application with Entity Framework: Part 2
May 19, 2011.
In this article I will describe how to create the related insert update delete details function in this ASP.Net MVC3 Entity Framework with razor engine.
ASP.Net MVC3 Routing
May 18, 2011.
In this article I will describe what is routing in MVC3 and how it can be done.
Object class mapping in ASP.Net MVC3 using Entity Framework
Apr 05, 2011.
In this article I will describe how to create Object Class Mapping using Entity Framework.
How to Create Custom User Login and Registration Page in ASP.Net MVC3 with Razor and Entity Framework: Part 2
Apr 01, 2011.
In this article I will describe how to match the required username and the password and redirect to a particular page from a Controller Class for a given employee in to the Log on Information
Custom User Login and Registration Page in ASP.Net MVC3 with Razor and Entity Framework
Mar 31, 2011.
In this article I will demonstrate a sample project showing how to create a Login and Registration Page using ASP.Net MVC3 Razor and Entity Framework.
Taxicab Automation Software Using ASP.Net MVC3 Razor (Cshtml) Engine with Entity Framework 4.0: Part 4
Mar 29, 2011.
In this article you will see how an employee of the company can book a taxicab by making the entity class relation between an Employee class and the Cab Class.
How to Create Radio Button in Asp.net mvc3 Razor Application
Mar 26, 2011.
Here I will demonstrate how to use a Radio Button in an ASP.Net Mvc3 Razor File.
Taxicab Automation Software Using ASP.Net MVC3 Razor (Cshtml) Engine with Entity Framework 4.0: Part 2
Mar 24, 2011.
In this article I will describe how to make a taxicab management system software using ASP.Net MVC3 Razor (Cshtml) Engine with Entity Framework 4.0 .
Taxicab Automation Software Using ASP.Net MVC3 Razor (Cshtml) Engine with Entity Framework 4.0: Part 3
Mar 24, 2011.
In this article I will demonstrate the Insert Update Delete Details Operation of Data using the Controller Class.
Return Multiple Models in Single View in MVC3
Jun 11, 2013.
To further explore MVC, today I will share one of the interesting facts about MVC 3 to use multiple models in a single view.
ASP.NET/MVC3 Limit/Count Number of Characters in TextArea/Textbox
Feb 18, 2013.
This article demonstrates how to create & use jQuery to limit or count the number of characters in a TextArea or Text Field.
Basic Generic Repository Pattern and Unity of FrameWork in ASP.NET MVC3: Part 2
Feb 17, 2012.
In this article I will describe for you how to implement an actual generic repository pattern with a unity of work pattern class with Entity Framework.
Brief Introduction to MVC3
Feb 01, 2012.
MVC3, or Model-View-Controller version 3, is a web development framework by Microsoft, emphasizing separation of concerns. It divides applications into model, view, and controller layers, enhancing maintainability and scalability.
Areas in ASP.NET MVC3
Feb 01, 2012.
In this article I will describe the purpose of “Area” features in ASP.Net MVC3 and how to implement them.
Using Unobtrusive Ajax Forms in ASP.Net MVC3
Nov 30, 2011.
This post has demonstrated how easy it is to provide a superior user experience using Ajax forms and the unobstrusive javascript libraries in ASP.Net MVC 3.
Create automatic Razor view code from Controller Class using scaffold template in asp.net mvc3
Apr 04, 2011.
In this article I will describe how to generate or create automatic razor view (Cshtml) page from the controller Class Action Result Method.
Look at Bundling in ASP.Net MVC 3
Nov 08, 2013.
In this article, we will look into bundling and how to use it in a MVC 3 application.
Install MVC 4 in Visual Studio 2010
Jul 26, 2013.
In this article I go through step-by-step how to install MVC 4 in Visual Studio 2010.
ASP.Net MVC - How to Post a Collection
Jun 18, 2013.
Here I will describe how to post a collection in ASP.Net MVC 3 with the help of a sample application.
Remove Ambiguty of Controller Names in MVC Application
Apr 24, 2013.
In this article, I am sharing my thoughts of how to create a routing system in a MVC application and the terminology being used.
Creating an Application Using Entity Framework 4.1 Code First Approach
Aug 03, 2012.
This article puts some light on building a generic multilayered architecture using Entity Framework 4.1 and the MVC3 Razor view engine.
How to Upgrade MVC 3 to MVC4
Jul 01, 2012.
In this article I will explain how to to upgrade MVC 3 to MVC4.
Learn MVC (Model view controller) Step by Step in 7 days - Day 3
Apr 30, 2012.
This article is continuation to Learn MVC step by step in 7 days
New Windows Azure Tools V1.4 For Visual Studio 2010
Aug 04, 2011.
Microsoft has just released the new Windows Azure Tools V1.4 for Visual Studio 2010 with highly enhanced new features which are very useful from the developer perspective.
JQ Grid with Jquery in ASP.Net MVC 3: Part I
May 24, 2011.
In this article I will describe how to display a Jq grid in ASP.Net MVC3.
DropDownList in ASP.Net MVC 3 Razor with Entity Framework
May 19, 2011.
In this application I will developed a small Blog post application where, in the home page, all the blog pages will be bound to a DropDownList.
Web Configuration Connection String setting in ASP.Net MVC 3 using Entity Framework
Apr 06, 2011.
In this article I will describe how to set the Web configuration file in ASP.Net MVC 3 using Entity Framework with object class mapping.