Category: Asp.Net 2.o
9 May, 2005 (18:59) | General, Asp.Net 2.o | No comments
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 […]
9 May, 2005 (07:00) | Asp.Net 2.o | No comments
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
7 May, 2005 (18:53) | General, Asp.Net 2.o | No comments
Reflector Diff, a very nifty assembly diffing tool that uses Reflector is now .NET 2.0 compatible. Good deal Sean!
7 May, 2005 (18:48) | Asp.Net 2.o | 19 comments
Scott Mitchell has a whole mess of examples on the usage of the GridView control posted on MSDN.
link here
1 May, 2005 (06:35) | Asp.Net 2.o | No comments
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
18 April, 2005 (07:31) | .NET Tools, .NET Code Related, Asp.Net 2.o | No comments
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 […]
14 April, 2005 (19:58) | Asp.Net 2.o, SQL Server | No comments
Frederik has a small note about the much anticipated SQL Dependency Cache in ASP.NET 2.0 / SQL Server 2005
read more
14 March, 2005 (18:34) | .NET Code Related, Asp.Net 2.o | 2 comments
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 […]
27 February, 2005 (08:11) | Asp.Net 2.o | No comments
Dino Esposito published this on MSDN. It does contain some interesting points about the underlying structure of controls in 2.0
read more
26 February, 2005 (05:48) | Asp.Net 2.o | No comments
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
22 January, 2005 (07:11) | Asp.Net 2.o | 1 comment
A quick introduction to concepts and terminology about the connections feature within the ASP.NET Whidbey Web Parts Framework, followed by a discussion of building support for cross-page connections using the extensibility mechanisms, along with associated code to download and play with.
read more
16 January, 2005 (08:45) | Asp.Net 2.o | No comments
So it appears that in 2.0 one can post to the server, receiveve a return value into Javascript without causing a full postback cycle on the page. Scott has an example.
Scott on Writing
3 January, 2005 (21:03) | General, .NET Code Related, Asp.Net 2.o | No comments
Mike Gunderloy had a post of Saliks performance comparison. Very interesting results. It seems that Generics are wicked fast compared to the other 2 ways of building code.
15 December, 2004 (06:02) | Asp.Net 2.o | No comments
Christian Wade had a nice small post about client call backs in Whidbey
“Client callbacks are supported by ASP.NET V2 (Whidbey). They work by submitting an asynchronous XML-HTTP request to the server. This request is processed by the server, but does not re-render the page. It is very lightweight because the form […]
11 December, 2004 (05:12) | .NET, Asp.Net 2.o | No comments
There you have it. Straight from the horses mouth ahemmm Rocky’s blog. Kiss your ObjectSpaces good-bye.
Someone should really compile a history of this vaporware via all of the excited blog entries in the community.
So does this mean that MS has recognized that there are plenty of 3rd party tools that do this work […]
14 November, 2004 (21:49) | .NET, Asp.Net 2.o | No comments
As seen on The Serverside - a link to an MSDN article about ADO.NET 2.0. Discusses performance improvements of the new version. Funny, I thought for some reason the asynchroneous bulk features had been dropped from v 2.0 Maybe I misunderstood.
read more
25 October, 2004 (15:07) | .NET, Asp.Net 2.o | No comments
Just a link for MSDN web casts.
Click here
22 October, 2004 (15:33) | Asp.Net 2.o | No comments
1. Generics
2. Nullable Types
3. Iterators
4. Partial types
Read More
22 October, 2004 (15:30) | .NET Code Related, Asp.Net 2.o | No comments
Client Callbacks is a new feature in ASP.NET Whidbey(2.0). It allows calling server side events asynchronously, without causing postback. It is possible to do asynchronous call using XMLHttp Post in ASP.NET 1.0 itself, but now in ASP.NET 2.0 a clean framework is available to do this. This article describes how Client Callbacks works […]
18 October, 2004 (02:23) | Asp.Net 2.o | No comments
MSDN has a nice overview of the Web Parts Framework available to ASP.NET 2.0 (and sharepoint servers of course)
Read more