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 โMonth: March 2011
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 โWCF Binding Comparison
I have been through different articles to find a comparison table about WCF Bindings. I just came across this comparison table by Aaron Skonnard. I hope this would be a good reference comparison table. Quoting to Aaron Skonnard’s Blog in Plural Sight(original source), In my ongoing quest to produce the simplest table possible summarizing the […]
Read more โMicrosoft’s Windows 7 RTM Download Manager
A free download manager designed to integrate seamlessly with Windows 7 is now available from Microsoft. Dubbed the Microsoft Download Manager, the utility is designed, as the label implies, to help users administer their downloads beyond the boundaries of the browser. More often than not, downloading very large files can be problematic, especially in the […]
Read more โWhy we need ASP.NET MVC?
I have seen so many developers frequently asking why we need ASP.NET MVC, or MVC architecture itself? . Why microsoft is giving so much importance to MVC?. My humble answer would be Every Architecture or Programming Language would have it’s own advantages as well as disadvantages. MVC has a purpose, that’s why in programming world […]
Read more โ