• Twitter Weekly Updates for 2010-05-09

    The State of Web Development 2010 http://www.webdirections.org/sotw10/ # Powered by Twitter Tools

  • Caching in .NET

    In every application you have some data that is more read-more,write-once or twice. For example you can have the list of Cities of a country,the list of Countries of the world or list of exchange currency. This data is modified rarely. Also,you can have data that is not very sensitive to be real-time,such as the…

  • Twitter Weekly Updates for 2010-05-02

    mvc contest : http://www.mvcmelee.com/faq.html # programmer bill of rights :http://www.codinghorror.com/blog/2006/08/the-programmers-bill-of-rights.html # Powered by Twitter Tools

  • Intercept errors

    Errors interception and rising Description We will speak here about the errors raised by external conditions (bugs) and the errors rose by the application. There is not application without bugs. The bugs are not desired for an application – but programmers are human beings and,by consequence,they cannot verify every possible path that go an application…

  • Logging and instrumentation

    Why There are at least two reasons for an application to register what tfhe user do. The first one and the most important is to see what is happening when a user has an error: what have been done,on which path did he go and what additional data(method parameters,usually) do you need for reproducing the…

  • Twitter Weekly Updates for 2010-04-18

    Ten Great CodePlex Projects for ASP.NET Developers http://www.codeguru.com/csharp/.net/article.php/c17085 – not all great,but interesting! # VS2010 comparison http://www.microsoft.com/visualstudio/en-us/products misses Express,but good anyway # chrome extension – just the beginning !http://mashable.com/2010/04/14/chrome-extensions-web-design/ # Powered by Twitter Tools

  • Html Agility Pack

    This is the ultimate reference of reading web pages. IF you want to do it yourself,you can try with WebRequest,http://msdn.microsoft.com/en-us/library/system.net.webrequest.aspx . But not all HTML is an XML – so you must find a method to parse. But am I the only one ?No – so I found the  HTML Agility Pack,http://www.codeplex.com/htmlagilitypack,that knows how to…

  • Twitter Weekly Updates for 2010-04-11

    quake 2 on javascript ! http://googlewebtoolkit.blogspot.com/2010/04/look-ma-no-plugin.html # Powered by Twitter Tools

  • Sql Server Management Studio free awesome addons

    The two addons that I can not live without in Sql Server and that,more,are free : SSMS Tools Pack – now 1.7.5.1,http://www.ssmstoolspack.com/Download SQL Search – now1.0 http://www.red-gate.com/products/SQL_Search/   The SSMS Tools Pack maintains a history of your commands . More,it saves on the C:\SSMSTools\SQLQueryActionLog   The Sql Search finds a text in the objects in…

  • Twitter Weekly Updates for 2010-04-04

    awesome tool from @redgate – more,is free : http://www.red-gate.com/products/SQL_Search/ # paris panorama http://www.paris-26-gigapixels.com/ # Powered by Twitter Tools

I am ok , you are ok