- Adding Robots.txt to your ASP.NET MVC 3 ApplicationsOne of the things I always forgot to add to my web applications is the Robots.txt file that Search Engines use to see what they should index. This file…
- CSS Hassle for different browsersEven been into the hassle of an HTML table displaying differently on different browsers ? of course every UI developer have been into it. I've found a…
- Database continuous integration step by stepThis post will describe how to set up basic database continuous integration using TeamCity to initiate the build process, SQL Source Control to put your…
- SQL Azure: Database Size HistoryYou may end up in a situation where you need to know how your databases have evolved over time from a storage standpoint, and how much they were used. For…
- Ever wondered what the Object Explorer Details window is for?Typically, when I install SQL Server Management Studio and run it for the first time, the first thing I do is to close the Object Explorer Details window.…
- Presentation on SQL Server Health in a SharePoint environmentSql Health in a SharePoint environment View more presentations from Enrique Lima.
- Changing SharePoint with - CSS3, HTML5 and jQueryThis post covers how to squeeze the most out of the platform we all love - SharePoint 2010 and push the boundaries to the max in-order to get acceptance…
- Slides and source code for my past talks this yearI had the chance to be invited to talk at various conferences this year already, and I promised to post the slides and source code, so here it is!
- Agile Principles -- Continuous DeliveryProbably the most important principle in all of agile development reads like this... Our highest priority is to satisfy the customer
- Translate jQuery UI Datepicker format to .Net Date formatI needed to use the same date format in client jQuery UI Datepicker and server ASP.NET code. The actual format can be different for different localization…
- Visual Studio 10 crashed when tried to open one of solutionsVisual Studio 10 crashed when I tried to open one of my solutions. Closing Visual Studio and rebooting the machine didn’t help. The error message that was…
- Creating SharePoint sites from xml using PowershellIt is frequently useful to create / delete web applications in a development environment. If you need to create a structure, this can quickly become…
- Programming doesn’t have to be Magic In the show LOST, the Swan Station had a button…
- Robotic Arm – HardwareThis is first in series of articles about project I've been building in my spare time since last Summer. Actually it all began when I was researching a…
- NDepend Evaluation: Part 3NDepend is a Visual Studio add-in designed for intense code analysis with the goal of high code quality. NDepend uses a number of metrics and aggregates…
- How to remove the last character from StringbuilderWe usually use StringBuilder to append string in loops and make a string of each data separated by a delimiter. but you always end up with an extra…
- Customizing the Test Status on the TFS 2010 SSRS Stories Overview ReportThis post shows how to customize the SQL query used by the Team Foundation Server 2010 SQL Server Reporting Services (SSRS) Stories Overview Report.
- Using Node.js as an accelerator for WCF REST servicesNode.js is a server-side JavaScript platform "for easily building fast, scalable network applications". It's built on Google's V8 JavaScript engine and…
- Working with packed dates in SSISOne of the challenges recently thrown my way was to read an EBCDIC flat file, decode packed dates, and insert the dates into a SQL table. For those…
- Awarded Visual Studio ALM MVP for 2012!Moved to http://blog.ehn.nu/2012/04/01/awarded-visual-studio-alm-mvp-for-2012/
