|
|
-
|
|
You might be hearing people talking much about cloud computing these days . You might be wondering what is Cloud & Cloud Computing. In this blog post I just wanted to give overview of Cloud & Cloud Computing and continue to write series of blog posts related to Cloud Space. In technical te......
|
|
-
|
|
If you put jQuery in your CV, then beware, you should be able to answer following questions. Better you read on, and test yourself how much you can score. 1. What is jQuery & its significance? Why it is so popular? 2. What is jQuery UI? 3. What are various jQuery Features? 4. What do Dollar......
|
|
-
|
|
Event Routing or A Routed Event is a type of event that is has the ability to invoke handlers not only on on the object that raised the event but also on multiple listeners in an element tree. There are 2 types of events in WPF 1. Bubbling 2. Tunneling 3. Direct Event Bubbling It sta......
|
|
-
|
|
You might be working with ASP.NET Dropdown list or normal html dropdownlist while
working with web development. In common scenarios and day to day applications we
need to get value filed ( usually ID ) and text filed of the selected item in the
drop down.
......
|
|
-
|
|
Document.ready() function is completely different from body onload() function . Explanation JavaScript Operations on the page elements are performed outside of the DOcument Markup (DOM) that creates them. This is because of waiting until DOM elements of the page are fully loaded before those......
|
|
-
|
|
jQuery is lightweight, client side script JavaScript library file that supports all browsers.Query is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery makes it easy to play with the DOM,......
|
|
-
|
|
Where to Get started VS2012 ? VS2012 RC got released on 31st of May 2012 You can download all the 4 versions from microsoft downloads I personally like the old logo compared to the new logo ,We need to adapt to the new...
|
|
-
|
|
What is a DFD? A Data Flow Diagram called DFD is a graphical representation of the "flow" of data. DFD depicts the flow of data from external entities to the system. As the name suggests it shows how data moved from one process to another. It also needs to tell details of......
|
|
-
|
|
Today I would like to discuss an interesting feature that is available only in ASP.NET4. It is primarily used in MVC3 applications. ASP.NET 4.0 comes with a Encoded Expressions that will automatically convert string into html encoded. Now we can replace all occurrences of with . SO what is the ......
|
|
-
|
|
WPF is a huge shift from WinForms . If you are planning to migrate from WinForms to WPF these are the benefits . Benefits of WPF over Winforms Rich UI can be made very easily especially for the Windows Applications. WPF Supports animations and Special Effects easily through Graphics A......
|
|