|
|
-
|
|
Prism is a Framework for developing Composite or Complex applications specific to WPF or Silverlight or Windows Phone. It uses modularity; It allows to break application into pieces can be called as Modules. It uses design patterns like MVVM, Command Patterns, Dependency Injection (DI), and Invers......
|
|
-
|
|
WPF is Windows Presentation Foundation Framework that shipped as part of the .NET Framework 3.0 . First it has shipped with Windows Vista OS in built, and is re-distributable for Windows XP or Windows Server 2008. WPF is Object Oriented , XAML based. It Uses DirectX Engine for rendering GUI ......
|
|
-
|
|
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......
|
|
-
|
|
jQuery is like the ASP.NET AJAX Client Framework (MicrosoftAjax.js), with selectors, DOM selections/ manipulations, plug-ins, and better animation support. jQuery is more powerful than MS AJAX on the client side due to its light weight nature . This is the reason Microsoft integrated jQu......
|
|
-
|
|
The $() function is an alias for the jQuery() function . This returns a special Java-Script object. This JavaScript Object contains an array of DOM elements that matches the selector. Selector is key thing in jQuery development.It is away to select node from DOM. This Java-Script object posses......
|
|
-
|
|
Dollar Sign is nonetheless an alias for JQuery. You can write jQuery syntax using $ sign or jQuery. This can also be called Selector($). This can be called as an expression for identifying target elements on a page that allows to easily identify and also grab elements required. The ......
|
|
-
|
|
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. ......
|
|
-
|
|
Introduction As all of us know if something went wrong in the Silverlight application that is consuming WCF, how much painful it is to investigate the problem. Debugging only help to certain level, as it do not always give the exact error message. It sucks and it eats considerable amount of time to......
|
|
-
|
|
Introduction We have been using ClientID’s in ASP.NET 2.0/3.5 that makes each control to generate the unique client side id attribute to that page or browser. But these ID’s were long and randomly generated. Developers who work on Client-Side programming that uses Java Script, JQuery or Ajax have b......
|
|