Category Archives: Microsoft Technologies

contains the blogs related to Microsoft technologies and other MS related stuff

Points To Remember While Developing App For Windows 8

By | October 28, 2012

Recently I attended Windows 8 AppFest at Banglore and preparing now for Wowzapp (Windows 8 Hackathon) in Agra and learned a lot about developing Windows 8 apps, and I found many folks here are confused about the metro style apps (Windows RT Style). This post is to keep in mind some points what to do… Read More »

How to use multiview in asp.net ??

By | July 31, 2011

Multiview and view were the new controls added in ASP.NET 2.0, these controls are very much useful in making tab like control and may be used to create simple image gallery with previous and next buttons. In this tutorial I will explain you how to use multiview and view as a simple image gallery, the… Read More »

Introduction to Windows Presentation Fondation

By | June 22, 2011

Uh …. hello … I’ll start my first technical article with the technology WindowsPresentation Foundation then it’s my favorite. First, what is Windows Presentation Foundation (WPF)?Windows Presentation Foundation is the next generation of Microsoft UIframework to create applications with rich user exprience. It is part. NET Framework 3.0 and above. WPF combines applications with graphical user interfaces (2D, 3D), the documentand multimedia. Vector rendering engine uses hardware acceleration of modern graphics cards. This makes the interface faster, scalable and resolution independent following figuregives an overview of the WPF maininnovations Now let’s go further with the separation… Read More »