|
|
-
|
|
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...
|
|
-
|
|
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......
|
|
-
|
|
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......
|
|
-
|
|
After getting very good response to the jQuery series some of the readers requested to write about WPF . BeyondRelational is always happy to serve for what readers are ask for. In continuation to jQuery series, I would also like to host WPF series. So Read On? 1. What is WPF ? Why it is......
|
|
-
|
|
These Questions are common to C++, C#, Java Interviews. Questions are related to software design patterns 1. What is Loosely Coupling in Object Oriented Programming or Software Design? System should have as many dependencies as is needed to do their job - and the dependencies should be few. ......
|
|
-
|
|
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......
|
|
-
|
|
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 ......
|
|
-
|
|
In order the application to respond to user input WPF offers 2 concepts . Lot of people get confused with events and commands. When do you use what? When to choose which? Handling input in WPF is done by 1. Event Handling 2. Command Handling Events Events represe......
|
|
-
|
|
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......
|
|
-
|
|
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......
|
|