|
Posted to:
10-09-2007, 10:42 AM
|
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:
10-09-2007, 9:49 AM
|
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...
|
|
Posted to:
10-09-2007, 6:27 AM
|
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).
|
|
Posted to:
10-08-2007, 5:04 PM
|
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...
|
|
Posted to:
10-08-2007, 4:36 PM
|
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...
|
|
Posted to:
10-07-2007, 9:43 PM
|
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:
10-07-2007, 8:52 PM
|
.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...
|
|
Posted to:
10-07-2007, 3:35 PM
|
Ü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...
|
|
Posted to:
10-07-2007, 11:05 AM
|
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...
|
|
Posted to:
10-06-2007, 6:54 PM
|
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...
|