asp

ASP.NET - Cookies - Client Side State Management

In this post I'm going to explain what are cookies and how to use them as a part of the ASP.NET client side state management. You can read my previous posts in...

0 replies - 4779 views - 07/23/08 by gilf in News

ASP.NET - Query Strings - Client Side State Management

Continuing the tour in the ASP.NET client side state management our current stop is the query string technique. You can read my previous posts in the state...

0 replies - 13075 views - 07/20/08 by gilf in News

ASP.NET - Client Side State Management - Hidden Fields

In the previous posts in this series I introduced the client side state management and one of its techniques - the ViewState. Today I'm going to drill down...

0 replies - 11928 views - 07/14/08 by gilf in News

jQuery Goodness and ASP.NET AJAX - Take II

So clearly I am obsessing about getting jQuery features into my WebForm applications.  I would seriously love to see the following added ...

0 replies - 3790 views - 07/10/08 by Schalk Neethling in News

ASP.NET - ViewState - Client Side State Management

The ASP.NET ViewState is a client side state management technique which enables web pages to persist their state during postbacks. In the life cycle of a page,...

0 replies - 3516 views - 07/03/08 by gilf in News

26 Not To Be Missed .NET Articles - June 2008 - .NET Zone

This month we have even more then in May in fact, we have almost tripple, we cover topics such as Deliver Next-Generation SOA Apps with Microsoft Robotics...

2 replies - 1897 views - 07/02/08 by Schalk Neethling in News

ASP.NET Client Side State Management

There are two types of state management - server side and client side. In this post I'm going to introduce the client side state management and explain when to...

0 replies - 6812 views - 06/30/08 by gilf in News

ASP.NET Design Patterns, Test Driven Development and Agile Development Book List

I've been collecting book recommendations on software design principles and patterns, test-driven development, and agile development. I wanted to share my...

1 replies - 3325 views - 06/30/08 by Stephen.Walther in News

ASP.NET MVC Rocks the iPhone

With much fanfare Apple announced the availability of the iPhone SDK. I downloaded it and someday plan to play around with it, though with the SDK already...

3 replies - 3526 views - 06/19/08 by Aaron Lerch in News

ASP.NET - Preventing SQL Injection Attacks

Consider a simple web application that requires user input in some fields, lets say some search box. Suppose a user types the following string in...

0 replies - 13883 views - 06/18/08 by Schalk Neethling in News

Linq to SQL with Windows Communication Foundation in a Multi Tiered Environment - Part 2

In the first part of this article, I tried to define a Users & Favorites scenario and the things to keep in mind about Linq to SQL. In this post I’ll...

0 replies - 2193 views - 06/16/08 by sidarok in News