Today I have attended Microsoft Community Techdays – Hyderabad an event by Microsoft User Group/Community of Hyderabad(MUGH) – www.mugh.net . It’s a was nice event, which explained about some of the latest trends and advancements in Microsoft Technologies. The event was started around 9:30-9:45 after registration. There were two Tracks actually, IT PRO and DEVELOPER. […]
Read more โHow to Fix Startup Times in Windows 7
Sandro Villinger wrote an excellent article on speeding up boot-times, most of these articles do not go further than msconfig.exe, this article does. Windows 7 is a fast beast, especially when it comes to its startup process which was optimized dramatically compared to Windows Vista. No wonder, as Microsoft has a dedicated team focusing strictly […]
Read more โStack & Heap (Storage of Value Types and Reference Types)
As i have informed in my previous article, In an IT Services compnay interviewer has asked me about the Difference between value types and reference types in .NET. I have conveyed that Value Types are stored in “Stack” (Datastructure for Memory Management Technique) and Reference Types are stored in “Heap”. He immediately asked me why […]
Read more โExpression Blend 4 SDK for .NET 4 & Silverlight
Microsoft Expression Blend 4 includes new built-in behaviors, which are reusable pieces of packaged code that can be dragged onto any object, and then fine-tuned by changing their properties. Behaviors allow you to add interactivity to your applications without having to write any code. The Behavior API consists of three core classes: Trigger, Action and […]
Read more โWCF Basics Quick Overview
Windows Communication Foundation is unified programming API, takes many existing communication technologies, such as Web Services, Windows Remoting, Microsoft Message Queuing, and abstracts them into a single technology. In most cases, this simplifies the way you communicate with other applications. It also allows you to communicate with other applications without being coupled to a specific […]
Read more โASP.NET MVC 2 Localization complete guide
I found a nice article on localization web application based on ASP.NET MVC framework by Alex Adamyan Read More about ASP.NET MVC 2 Localization complete guide here… Cool one i think every one should read it. Similar one we have in my organization implemented using ASP.NET MVC 1.0 too.
Read more โ