MVC Interview Questions/Answers::Part#02
|
![]() |
What are the 3 main components of an ASP.NET MVC application?
MVC Interview Questions/Answers::Part#01
|
![]() |
What is MVC?
MVC
|
![]() |
ASP.NET MVC is not all about Linq to SQL
Pretty much every sample application that illustrates ASP.NET MVC uses Linq To SQL or the Entity Framework as the data access method. I've seen a number of questions posted to the forums at www.asp.net asking if there are any alternatives, and indeed there are. This article will look at using plain ADO.NET within a data access layer to provide dynamic content t...
Read Full Post »
Simple .NET MVC 3 web application with integrated Facebook OAuth API
|
![]() |
Introduction
Before creating a .NET MVC application, we have to register the domain name that will be used for the web site at the Facebook development site: http://developers.facebook.com/setup/. After successful registration, we will have a Facebook APIKey and Facebook Secret.
Now let's create a simple ASP.NET MVC application in VS:
AJAX based CRUD tables using ASP.NET MVC 3 and jTable jQuery plug-in
|
![]() |
A full-featured jTable instance. Try a live demo here
ASP.NET MVC3 Razor With jQuery For Beginners
|
![]() |
Introduction to ASP.NET Web Programming Using the Razor Syntax (C#)
|
![]() |
Introduction to ASP.NET Web Programming Using the Razor Syntax (C#) OverviewTutorialsVideosSamplesForumBooks
Read Full Post »