Here're the main highlights of last several days:
The Golden Grid is a web grid system. Authors of this framework writes that it 's a product of the search for the perfect modern grid system and it's meant to be a CSS tool for grid based web sites.
You can view the new video about ASP.NET 4.0 features on Channel 9 site. This video demonstrates how ASP.NET AJAX can be leveraged in a complete client-side environment, making it easier to develop rich web applications.
Authors of Desizn Tech site posts very useful and easy for understanding tutorial about creating WordPress themes. From this tutorial you will learn how to create WordPress theme from scratch.
Feel free to subscribe to our RSS feed.
Here's the main highlights of last several days:

The new issue of Riding Rail Magazine is out. You can read about many interesting features of upcoming Rails 2.3 such as unified rendering, prompts for date select helpers and ActiveRecord fixes.

Today you can view two new video lecture in YUI Theater. The first one is from Douglas Crockford. In this lecture he speaks about performance of AJAX applications. In the second lecture Nicole Sullivane speaks about building rich and fast web sites.

The authors of Smashing Magazine continue to create and share various free and useful stuff. This time they offer the Viewport Wordpress theme, a set of Photoshop brushes and several icon sets.

Jonathan Trevor posts an article in which he tells about fundamentals of Yahoo Query Language. Yahoo Query Language is a base platform that opens up Yahoo! user data via web standard APIs and also provides a framework for how developers, publishers, and advertisers can build applications on and off Yahoo!.

Scott Mitchell posts a new article in which he continues to explore various features of ASP.NET authentication. This time he tells shows how to apply ASP.NET authentication and authorization rules to static content with IIS 7.0's integrated pipeline feature
Feel free to subscribe to our RSS feed.
ASP.NET is one of the most popular frameworks for building web site from Microsoft. In this review we collected the best and latest ASP.NET tutorials for several last months. This collection contains tutorials for all aspects of ASP.NET like ASP.NET AJAX, MVC and LINQ.
A perfect guide for people who has just started learning ASP.NET.
A large series of ASP.NET video tutorials from Microsoft for beginners that covers all basic aspects of ASP.NET technology.
The ASP.NET 2.0 Starter Kits for Visual Web Developer are fully functional sample applications which can help you to learn ASP.NET 2.0 and accomplish common Web development scenarios.
Scott Mitchell talks about tracking user activity in web applications and shows how to build user tracking system on your site.
Matt Berseth posted an article in which he said how to customize the delete confirmation dialog.
Scott Hansellman shows how to compress ASP.NET Session and Cache State with Zip.
A comprehensive series of articles covering all aspects of the ASP.NET membership.
In this article Suprotim Agarwal shows some tips and tricks while using the paging feature of the ASP.NET GridView control.
Nipun Tomar posted a new article in which he demonstrates the new DataPager control in action.
Scott Guthrie writes about new ASP.NET Charting control recently released by Microsoft.
A series of video tutorials about ASP.NET AJAX, which explores techniques in building ASP.NET AJAX applications.
Often we need to access the client-side variables from ASP.NET. This article shows how you can do it.
Read this article and learn how to create SharePoint ListStyle Grid GridView with Ajax Control Toolkit.
In this article you can read about creating a ASP.NET Confirmation Button control that uses jQuery and its plugin SimpleModal to implement modal confirmation popups.
In this article Dave Ward shows how easily you can add jQuery functionality to existing ASP.NET AJAX applications.
This article extends the previous example by adding modal UpdatePanel confirmation.
This article shows you how to send an email with jQuery and an ASP.NET web service.
A walkthorough tutorial from Brad Abrams in which he shows how to build the AJAX application using ASP.NET and jQuery from start to finish. Also this article covers LINQ practical usage.
Scott Guthrie posted a comprehensive tutorial in which he described all features of LINQ to SQL .
These video tutorials are focused on the new LINQ language features included in Visual Studio 2008. LINQ stands for Language Integrated Query, and it enables you to write queries over things like objects, databases and XML in a standard way using new language syntax.
This tutorial will show you how to create an online voting system which will take advantage of AJAX and LINQ to allow users to quickly and easily vote for their favorite Political candidate, and be shown who is currently the front-runner.
Stephen Walther collected lots of links on various tutorials about ASP.NET MVC Beta 1.
In this video tutorial, Stephen Walther introduces you to ASP.NET MVC controllers. You will learn how to create new controllers and return different types of action results.
This post specifically speaks about how URL Routing is used in ASP.NET MVC Application.
Very often we need to implement AJAX features in out ASP.NET applications. In this article you can read about Partial requests in ASP.NET MVC.
The goal of this tutorial is to explain how you can pass data from a controller to a view master page. Authors examine two strategies for passing data to a view master page.
This article demonstrates how you can implement dependency injection pattern using Microsoft's Unity Application Block.
Phil Haack posted an article about installing ASP.NET MVC on IIS6.
Feel free to subscribe to our RSS feed.
Here's the main highlights of today's news:
Authors of the Noupe site posted the big collection of the best Icons created in 2008 year.

Scott Mitchell posted article which can help to do better asp.net application deploy. He mentioted types of configuration settings that should be changed when deploying an application,
but if they are not changed the application will still work in production.
These configuration settings are easy to forget to change, and forgetting to change them can reduce the performance of your application or make it more vulnerable to attacks from malicious users. This article details a handful of configuration settings that fit into this latter category.

YUI 3.0 PR2 Now Available: Widget and Plugin Infrastructure, Sample Widgets, and More
This release adds significantly to PR1, providing an all-new widget foundation, two sample widgets, a new plugin architecture, a new ultralight plugin for menu-style navigation, and enhancements throughout the library.
Feel free to subscribe to our RSS feed.
It's really simple but not clear in MSDN.
Read
Write
Hope this helps.
Feel free to subscribe to our RSS feed.
Today I want to show how to implement expandable property for web control(property like Font or Style in WebControl class)
For example we have class
The key string in this class is [TypeConverter(typeof (TresholdConverter))]. So we are going to implement TresholdConverter class
It inherits from ExpandableObjectConverter class and overrides 4 his methods. Function of this class is adding value convert support to property grid for design-time.
In web control you can implement such property for example:
If you something don't understand see to MSDN or ask your question here.
Feel free to subscribe to our RSS feed.