Notify Property Weaver extension for Visual Studio 2010 and Visual Studio 11
Generate PropertyChanged notifications automatically when inheriting from INotifyPropertyChanged.
Tweet 0 Comments Save Tags: .net , open source , reviews , tools
Find/Replace in Visual Studio using Regular Expressions
David Amador gives a brief tutorial on using Find/Replace to change unwanted code snippets using regular expressions in Visual Studio.
Tweet 0 Comments Save Tags: .net , how-to , microsoft , tools
Dynamic CSS with Razor (part 2)
In PART ONE we saw how to create a gradient programmatically in order automate a CSS stylesheet using the Razor engine. We started from a... more »
Tweet 0 Comments Save Tags: .net , css-html , how-to , microsoft
Starting TeamCity builds from HipChat using Github Hubot
After writing about “Running your TeamCity builds from PowerShell for any Git branch” I’d like to talk about another integration which is... more »
Tweet 0 Comments Save Tags: .net , agile
C# and Facebook
You can interact with Facebook in C# by installing Facebook C# SDK dlls. The easiest way to do this is using NuGet. To add the reference,... more »
Tweet 0 Comments Save Tags: .net , how-to , microsoft , web services
Devs: You MUST Declare the length for VARCHAR and NVARCHAR datatypes
I have seen some new SQL Server developers declaring Varchar and Nvarchar data types without specifying a length, since it is optional.... more »
Tweet 0 Comments Save Tags: .net , database , server
Clearer MVC
In every application there are some variables that are set by the ASP.NET application( ASP.NET_SessionId cookie ) and some that are... more »
Tweet 0 Comments Save Tags: .net , frameworks , web design
Test Driven Development (TDD) in C#
There is such a great buzz about Test Driven Development(TDD) among the geeks and in the software industry that its being talked about in... more »
Tweet 0 Comments Save Tags: .net , how-to , microsoft , tools
Configure WebMatrix/IIS Express to work with WP7 on Windows 7
How to configure IIS Express / WebMatrix to use it effectively with WP7
Tweet 0 Comments Save Tags: .net , how-to , web 2.0
Performance - Using .Net and COM
How I managed to reduce a costly COM method runtime from minutes to seconds in a .Net application, and what are the rules of thumb that... more »
Tweet 0 Comments Save Tags: .net , how-to , windows
Clang: Defending C++ from Murphy's Million Monkeys
Were we to craft a Lenox Globe of programming languages, C++ might be followed by a famous cautionary phrase: Here Be Dragons. The... more »
Tweet 0 Comments Save Tags: .net , c-and-cpp , opinion
SQL SERVER – Convert Subquery to CTE – SQL in Sixty Seconds #001 – Video
SQL Server is an ocean of information. I believe if one starts learning today, after 60 years he/she may still be learning the subject... more »
Tweet 0 Comments Save Tags: .net , database , security , server
From C# to C++, the short guide that isn't (all that short)
This is a big post – over 12200 words – and so I’ve decided to make it available as a PDF download, which you can get... more »
Tweet 0 Comments Save Tags: .net , c-and-cpp , other languages
Globalization and Localization with ASP.Net Web Applications
Most websites on the internet today are designed and developed to support a single language and culture, but making a website or web... more »
Tweet 0 Comments Save Tags: .net , how-to , microsoft , tools
Microsoft Announces C++ AMP Open Specification
Microsoft has announced a new open specification for Visual Studio 2011: C++ AMP will allow developers to write programs that compile and... more »
Tweet 0 Comments Save Tags: .net , c-and-cpp , microsoft , tools
Why is RAID So Important for Databases?
A good server design has no, or very few, single points of failure. One of the most common server component that fails, are disks. So... more »
Tweet 0 Comments Save Tags: .net , database , microsoft , server
Running your TeamCity builds from PowerShell for any Git branch
I love TeamCity and use it since a while to automate my build/release processes. As human we should never do the work a machine can do,... more »
Tweet 0 Comments Save Tags: .net , java , tools
Real Developers never start a Project without Source Control. Period!
Real developers never start a project without source control, period! So, today I am going to walk you through the steps to use... more »
Tweet 0 Comments Save Tags: .net , how-to , open source , tools
Kick-start Your F# WPF Apps
Many WPF project templates are available in the Visual Studio Gallery, but most of the sample apps require more files than you may need... more »
Tweet 0 Comments Save Tags: .net , other languages , tools
Web Essentials and CSSCop for Visual Studio 2010
This post discuss about new features in Web Essentials extension and Image optimizer which helps developers to write web applications... more »
Tweet 0 Comments Save Tags: .net
In The Brain of Oren Eini aka Ayende Rahien: Introduction to RavenDB (video)
In this talk, Ayende Rahien shows Raven DB, his schema-free, JSON-based, Linq enabled data store, supporting very efficient searching.... more »
Tweet 0 Comments Save Tags: .net , database , open source
Dependency Management with .NET - Doing it Right
The problem of dependency management is neither new nor original, it exists in all development platforms, and .NET is no different. In... more »
Tweet 0 Comments Save Tags: .net , methodology , reviews , tools
A tale of re-usablity - refactoring MangoTree parts
As I am working on MangoTree - a Twitter client for Windows Phone, I find myself modifying tons of code that I wrote at the very... more »
Tweet 0 Comments Save Tags: .net , how-to , microsoft , mobile
Programming Windows Phone 7.5 Part 2: Icons
In the previous part of this series I mentioned that the next one would be about creating some icons for your Windows Phone application.
Tweet 0 Comments Save Tags: .net , how-to , mobile
Email-New Html5 input element
In most of the websites we have contact forms and other forms where we have some standard inputs like Phone,Email and Website URL and... more »
Tweet 0 Comments Save Tags: .net , how-to , microsoft , server


