|
Home
»
ASP.NET MVC & JQuery
|
|
|
|
|
|
JQuery,ASP.NET MVC, Tutorials, Code, Forums, Blogs
|
|
|
|
|
|
|
|
|
An Introduction to JQuery with ASP.NET
by
Rahul Kumar Saxena
on
May 27, 2009
In this article, I am going to show how to get started with JQuery using Visual Studio 2008. The article also shows you how to use Visual Studio 2008 intellisense feature to develop JQuery and ASP.NET applications.
|
Implementing MVC Design Pattern in .NET
by
nimesh panchal
on
May 26, 2009
This article explains the basic concept of the Model View Controller (MVC) design pattern and also shows how how closely .NET Framework can be used to implement the MVC design pattern with the one that originally conceived.
|
jQuery in Microsoft.NET and Oracle AS
by
John Charles Olamendy
on
May 26, 2009
jQuery is a lightweight JavaScript library CSS3 compliant to efficiently traverse HTML documents, handle events, perform actions and add interaction to the Web pages. In this article, I will explain how to use jQuery with Microsoft ASP.NET and Oracle Application Server (AS).
|
Model View Presenter (MVP)
by
Shivprasad
on
May 26, 2009
In this article we will understand MVP, execute a sample project with MVP, implement the same using windows UI and then finally we will discuss about the differences between MVP and MVC.
|
The Two Interceptors: HttpModule and HttpHandlers
by
Shivprasad
on
May 26, 2009
Many times we want to implement pre-processing logic before a request hits the IIS resources. For instance you would like to apply security mechanism, URL rewriting, filter something in the request, etc. ASP.NET has provided two types of interception HttpModule and HttpHandler.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cache Busting in your JQuery ajax calls
by
Mike Gold
On
May 17, 2009
One of the problems I've run into in designing websites is that the URL of the websites are cached by the browser and this causes the information in the page to remain stale. In order to force the web page to refresh, you need to trick the browser. Here is how.
|
|
Comments:
0
|
|
|
|
|
Using JQuery to Manipulate the DOM in your Browser
by
Mike Gold
On
May 14, 2009
JQuery is a powerful tool for doing awesome tricks in the browser. Through JQuery, you can change the look of your page on the fly, add animation, client side graphics and controls, and perform Ajax calls back and forth to the server. This blog talks about using JQuery to do manipulation of items on your browser page dynamically.
|
|
Comments:
2
|
|
|
|
|
My thoughts on moving to ASP.NET MVC
by
Mike Gold
On
May 05, 2009
The MVC framework has recently been released, and brings great advantages to designing scalable web application for the developer. Here are some of my initial thoughts on the framework vs classic ASP.NET.
|
|
Comments:
7
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Description
|
|
The Complete Visual C# Programmer's Guide, written by the authors of C# Corner, covers most of the major components that make up C# and the .NETenvironment including Windows Forms, ADO.NET, GDI+, Web Services, and Security. The book is geared toward the beginner to intermediate programmers.
|
|
Browse more books here»
|
|
|
|
|