All files hosted by me publicly available for download here.. Cheat Sheet for ASP.NET Page Life Cycle (PDF) Cheat Sheet for ASP.NET Full Event Life Cycle (PDF) The Agile Manifesto Reference (PDF) .NET Interview Questions – EBook – By: Shivaprasad Koirala (PDF) The Microsoft AJAX Client Life Cycle – Cheat Sheet (PDF) SQL Server Reporting Services […]
Read more โSearch Results for: events
Microsoft Community Tech days in Hyderabad
MS Community Tech Days is back again. This time it’s again back in action with all the latest technologies. It’s happening in 11 cities. As per today’s update we will be having Developer Dessions in the morning and followed by IT PRO Sessions. Venue: Microsoft Campus, Gachibowli -You need to make it even if it’s […]
Read more โAgile Software Development Methodologies
“What is Agile Software Development?” There are lots of defenitions available about Agile Software Development, but i think i should better explain this with a simple defenition. An iterative and incremental (evolutionary) approach to software development which is performed in a highly collaborative manner by self-organizing teams within an effective governance framework with “just enough” […]
Read more โMore on MVP Pattern – Part 2
Model-view-presenter (MVP) is a user interface design pattern engineered to facilitate automated unit testing and improve the separation of concerns in presentation logic. The model is an interface defining the data to be displayed or otherwise acted upon in the user interface. The view is an interface that displays data (the model) and routes user […]
Read more โModel-View-Presenter(MVP) :: Design Pattern
Model-View-Presenter (MVP) is a variation of the Model-View-Controller (MVC) pattern but specifically geared towards a page event model such as ASP.NET. For a bit of history, MVP was originally used as the framework of choice behind Dolphin Smalltalk. The primary differentiator of MVP is that the Presenter implements an Observer design of MVC but the […]
Read more โReactive Extensions for .NET (Rx)
Reactive Extensions for .NET (Rx) Rx is a library for composing asynchronous and event-based programs using observable collections. The “A” in “AJAX” stand for asynchronous, and indeed modern Web-based and Cloud-based applications are fundamentally asynchronous. In fact, Silverlight bans all blocking networking and threading operations. Asynchronous programming in by no means restricted to Web and […]
Read more โ