Archive for category: Asp.Net 2.o

Asp.NET 2.0 Master Pages

9 May, 2005 (18:59) | Asp.Net 2.o, General | By: Thomas

Some aspects of ASP.NET 2.0 and Visual Studio 2005 remind me a little bit of the changes that happened to Access when it went from ver 2.0 to 95. For the uninitiated, Access was the absolute king of the hill for developers during a short period in the early 90’s. It was the only [...]

Fun with callbacks Part 1: What’s in the ASP.NET box?

9 May, 2005 (07:00) | Asp.Net 2.o | By: Thomas

Bertrand LeRoy points out that AJAX is available in ASP.NET 2.0 and the way it was implemented it actually works better than some of the 3rd party approaches out there.
read more

Reflector Diff revd a version

7 May, 2005 (18:53) | Asp.Net 2.o, General | By: Thomas

Reflector Diff, a very nifty assembly diffing tool that uses Reflector is now .NET 2.0 compatible. Good deal Sean!

GridView Examples for ASP.NET 2.0

7 May, 2005 (18:48) | Asp.Net 2.o | By: Thomas

Scott Mitchell has a whole mess of examples on the usage of the GridView control posted on MSDN.
link here

Handling Client Files in ASP.NET Whidbey

1 May, 2005 (06:35) | Asp.Net 2.o | By: Thomas

I just saw this on Phil’s blog and wanted to make a note of it for posterity. Something to read when there is a little bit of time. Article here

Then there were 2….

18 April, 2005 (07:31) | .NET Code Related, .NET Tools, Asp.Net 2.o | By: Thomas

MikeG has a quick review of the Constable Authorization Engine. I like the idea behind this product a lot. The only other tool on the market that is somewhat similar is Desaware’s State Coder.
Both products are much better realizations of the “Wizard Tool” that ships with ASP.NET 2.0.
Both tools use a state machine to allow [...]

NSQUARED2 – Caching in .NET 2.0

14 April, 2005 (19:58) | Asp.Net 2.o, SQL Server | By: Thomas

Frederik has a small note about the much anticipated SQL Dependency Cache in ASP.NET 2.0 / SQL Server 2005
read more

Fredrik Normens blog – NSQUARED2

14 March, 2005 (18:34) | .NET Code Related, Asp.Net 2.o | By: Thomas

Fred discusses the changes in Configuration Section Handlers in .NET 2.0.
“…In this post I will write something about the new section handler feature. I have written about the new way of creating section handler before. But this time I will focus on how to create a collection of adding child elements by using the ConfigurationElementCollection [...]

ASP.NET 2.0 and Data-Bound Controls: A New Perspective and Some New Practices

27 February, 2005 (08:11) | Asp.Net 2.o | By: Thomas

Dino Esposito published this on MSDN. It does contain some interesting points about the underlying structure of controls in 2.0
read more

HttpOnly Cookies with ASP.NET 2.0

26 February, 2005 (05:48) | Asp.Net 2.o | By: Thomas

Christop Wille mentions that “…In the article The 80/20 Rule for Web Application Security, there is one security solution proposed to protect sensitive cookies: adding the httpOnly flag. This attribute prevents cookies from being accessed through client-side script, thus mitigating the risk of cross-site scripting.”
Link here