By Sarath, on August 11th, 2010%
Tweet
Most of the Visual Studio Developers are familiar with Visual Assist X developer tool. It has really nifty features for improving the productivity. It may not be too detailed refactoring facilities or so flexible features as other tools provides like DevExpress but as a whole all we like this tool. But only one problem, it’s a . . . → Read More: Visual Studio 2010 – Productivity tools
By Sarath, on July 19th, 2010%
Tweet
Most of the native Windows Programmers are familiar with GDI, the graphics API provided under Windows. GDI is widely used in windows applications. Later, Microsoft had introduced class-based, better services through GDI+ under Windows. Both Native programmers and Managed developers are making use of GDI/GDI+ classes and APIs.
But GDI was too old and was introduced with . . . → Read More: Programming Direct2D – Part 1