Home / ASP.NET Weblogs

ASP.NET Weblogs

Posted to:
by
 rternier 
10-09-2007, 10:42 AM

Why redirect? Why not use a Modal Login?

Since the conception of secure pages on the internet, there has been the <pause><chimes> "Login Page" </chimes>. When a user authenticates on this "Login Page" they usually get some sort of a Session set for them, and they're forwarded...
Posted to:
by
 ysw 
10-09-2007, 9:49 AM

Master Page and PreInit

Emil Stoichev reminded today that it is very important to understand what is ViewState , how it works and how we should use it . The other problem mentioned there is unavailability of controls in PreInit phase if MasterPage is used. The problem is very...
Filed under:
Posted to:
by
 gbarnett 
10-09-2007, 6:27 AM

Finally a look at the ASP.NET MVC stuff

Check out this video from Alt.NET conference where Scott Guthrie shows the MVC framework debuting in ASP.NET sometime next year (he say's spring at the beginning).
Filed under:
Posted to:
by
 HosamKamel 
10-08-2007, 5:04 PM

43 Exceptionally Useful AJAX Applications

Justin has gathered 43 extremely useful (but still easy to implement) AJAX applications for use on any website. Keep your users coming back and increase your website’s functionality. See the 43 applications here http://www.designvitality.com/blog...
Filed under:
Posted to:
by
 emil 
10-08-2007, 4:36 PM

Thoughts on the ASP.NET ViewState

Last week I've attended the DevReach conference in Sofia, Bulgaria. It is one of the few international events presented in South Eastern Europe, but a lot of famous international speakers took part in it and I would say it was a good conference. I met...
Filed under: , ,
Posted to:
by
 Nullable 
10-07-2007, 9:43 PM

Lambda Expressions to Replace Inline Delegates

I've taken a change from using 'inline-delegates' which were introduced in .NET 2.0 (in C# 2) to using Lambda expressions for those quick "one-liner" functions. The great thing is that you can do this in C# 3.0 or VB9 ! If you didn't already know, C#...
Posted to:
by
 arieln 
10-07-2007, 8:52 PM

Silverlight Article

.Code Magazine has just published an article written by Soledad Pano , Rodolfo Finochietti , Federico Garcia and myself about the Silverlight Technology as its cover article. The article is written in Spanish; but I'll try to translate and post it so...
Filed under: , ,
Posted to:
by
 bradvin 
10-07-2007, 3:35 PM

ÜberUtils - Part 2 : Cryptography (continued)

ÜberUtils Series posts so far : Part 1 : Cryptography - Hashing Part 2 : Cryptography (Continued) - Encryption Part 3 : Strings Part 4 : Collections I am now going to finish off the cryptography part of my ÜberUtils project. If you don't know about it...
Filed under: , , ,
Posted to:
by
 ca8msm 
10-07-2007, 11:05 AM

CSS - Table design

I think I've used GridViews in pretty much every application I've built using ASP.NET, and as such they are something that I always end up styling via CSS. They render as a table which makes it easy to apply the same style right across your application...
Filed under: ,
Posted to:
by
 ysw 
10-06-2007, 6:54 PM

Using LINQ with System.Reflection Classes

C# 3.0 and LINQ is not only about accessing data in relational databases and LINQ queries can be used against in-memory data structures as well. Yesterday I had to discover all methods in an assembly satisfying some criteria. As I as playing with Visual...
Filed under: , ,

« First ... < Previous 721 722 723 724 725 Next > ... Last »