Development With A Dot
Blog on development in general, and specifically on .NET. Created and maintained by Ricardo Peres.
-
Change Tracking
You may recall my last post on Change Data Control. This time I am going to talk about other option for tracking changes to tables on SQL Server: Change Tracking.
-
Visual NHibernate Update
I have previously talked about Visual NHibernate. It has grown since last time, now offering support for multiple databases (SQL Server, Oracle, MySQL, PostgreSQL, Firebird), generates projects from existing databases or from existing Visual Studio projects and produces XML or Fluent mappings, to name just a few. To me it is by far the most interesting tools for working with NHibernate I know of (granted, I haven't tried NHibernate Profiler).
-
NHibernate Tools
Felice Pollano is the author of a two great new tools for working with NHibernate:
-
Enhanced Dynamic LINQ Filtering
-
Browser Uniqueness
The Electronic Frontier Foundation (EFF) has recently published a paper on browsers being tracked by it's unique fingerprint. If you're curious to know what your favorite browser is doing to protect (or not) your privacy, check it here: https://panopticlick.eff.org
-
Lesser Known NHibernate Session Methods
The NHibernate ISession, the core of NHibernate usage, has some methods which are quite misunderstood and underused, to name a few, Merge, Persist, Replicate and SaveOrUpdateCopy.
-
ASP.NET List Control
-
Reading A User's ASP.NET Profile
-
Change Data Capture
There's an hidden gem in SQL Server 2008: Change Data Capture (CDC). Using CDC we get full audit capabilities with absolutely no implementation code: we can see all changes made to a specific table, including the old and new values!
-
Exam 71-513: TS: Windows Communication Foundation Development with Microsoft .NET Framework 4
Just took the 70-513 exam. Here are some thoughts: