CSS Class Names Instead of ASP.NET Client IDs
In ASP.NET the client IDs of controls are often really unpredictable. When you need to add some JavaScript code that works with rendered controls you have to know their IDs
More.26 February 2009
Do You Suffer From Information Overload?
Do you ever feel surrounded by tons of information that you think you don’t have time to consume?
More.5 February 2009
Visual Studio 2010 CTP Performance Tip
The current CTP is shipped as a Virtual PC image that means you cannot expect it run ultra fast
More.5 December 2008
Data Manipulations with Entity Framework
When learning a new ORM one of the most important and interesting thing is to get to know how you can manipulate data with that tool.Thus, this particular thing is explained in this tutorial.
More.1 October 2008
Getting Intrigued by Entity Framework
If you use LINQ to SQL, you may wonder why Microsoft released yet another ORM (Entity Framework), while they already had one. You may also be confused, because it’s not obvious which one to choose. Anyway, the Entity Framework has its own shiny features that don’t present in LINQ to SQL
More.28 September 2008
Entity Framework and MySQL
Although MySQL don't seem to be very interested in providing a native support for LINQ to MySQL and you have to use 3-rd party providers to interact with MySQL by using LINQ, they seem to move towards Entity Framework.
More.10 September 2008