Development With A Dot
Blog on development in general, and specifically on .NET. Created and maintained by Ricardo Peres.
-
Speeding Up NHibernate Startup Time
One technique I use and posted on the NHUsers mailing list consists in serializing a previously-configured Configuration to the filesystem and deserializing it on all subsequente starts of the application:
-
Initially Unselected DropDownList
One of the most (IMHO) things with DropDownList is its inability to show an unselected value at load time, which is something that HTML does permit.
-
Loading a Template From a User Control
-
ASP.NET MVC 2 Released
Get it while it’s hot from here. Also read the release notes.
-
Introdução ao NHibernate on TechDays 2010
I’ve been working on the agenda for my presentation titled Introdução ao NHibernate
that I’ll be giving on TechDays 2010
, and I would like to request your assistance.
-
Microsoft TechDays 2010 Portugal
Once again, TechDays is at the door!
-
Three Ways To Create An Object
-
Find Control that Caused a Postback
Sometimes there is the need to find the control that caused the postback from outside the event handler. The following code gives you just that:
-
ASP.NET Events
Here is the full list of all events that occur in an ASP.NET application, from the standard modules, to the page, master page, page controls and master page controls.
-
ASP.NET Dynamic Data NHibernate Provider
My NHibernateDataSource was just a necessary step in order to build an ASP.NET Dynamic Data provider for NHibernate. I am pleased to say that it is now working! Like the NHibernateDataSource, it is only - for now - merely a proof of concept, it needs cleaning up and still misses the association metadata part, which means no links to associated entities, but list, edit, delete and insert are working fine.