(Ben Nadel) From what I have seen, the slideDown() method is perhaps one of the most used methods in jQuery. While the Sizzle library and the general jQuery API have revolutionized DOM access and manipulation, the slideDown() method has, in one stroke, allowed programmers to create a richer, more na
Tag: Development
Custom ViewEngine in ASP.NET MVC3
(R S Dodiya) The Model-View-Controller (MVC) architectural pattern separates an application into three main components: the Model, the View, and the Controller. The ASP.NET MVC framework provides an alternative to the ASP.NET Web Forms pattern for creating Web applications.
ASP.NET: Managing DOM Events Interoperably
(Peter Vogel) While all the buzz is around the new elements in HTML5 (and when they will be supported in the various models), the new DOM event model hasn’t gotten as much attention, which is too bad because it’s implemented and ready to use in all the contemporary browsers. The new model provides a
Generic Data Access Layer using ADO.NET Entity Framework : Part 2
(Mahadesh Mahalingappa) In Part 1: Generic Data Access Layer using ADO.NET Entity Framework of this series, I demonstrated how to generate a data model using the ADO.NET Entity Framework.
Working with URL Routing in ASP.NET Web Forms
(Bipin Joshi) While developing web sites, at times you require that the URLs being used are not mapped to any physical file. For example, you might be building a blog engine that stores all blog posts in a SQL Server database but while displaying these posts you want URLs to be SEO friendly.
Generic Data Access Layer using ADO.NET Entity Framework
(Mahadesh Mahalingappa) In this article, you will see how to create a generic data access layer (DAL) in a WCF proeject. I will use the ADO.NET Entity Framework to create a Data Model for the database. The Challenge is to pass the Entities to and from using a WCF Service.
Bind ASP.NET DataGrid using Ajax-Enabled WCF Service without Refreshing your page
(Omar Alatare) This article focuses on how to bind ASP.NET GridView using WCF Service and Client Scripting to avoid page postback and provide more performance to our ASP.NET pages.
ASP.NET Using Databases
(Martin Dixon) ASP.NET websites would be useless without a data source. For this, most ASP.NET web applications use SQL Server. In this tutorial we will look into how to connect to a SQL Server database and how to use and save data on our web application.
Using Razor with Visual Basic
(Joe Kunk) In my local developer community, the popularity of the Microsoft Model-View-Controller Web development platform is clearly increasing, particularly since version 3 — featuring the Razor view engine — was released last January, and the ASP.NET MVC Tools Update was released in April.
Storing And Retrieving Global Dates And Times In The Database
(Ben Nadel) Over the last week, I’ve been diving deeply into the concept of global times and Daylight Saving Time (DST), exploring the Java Timezone and Calendar classes and seeing how date/time values can be translated around the globe.
