(SheoNarayan) In this article, we would learn the usage of SilverLight UI Controls i.e.TreeView and Button.
Tag: Development
Implementing validation callout in Asp.net MVC (with data annotations)
(Kedar Kulkarni) I always liked validation callout extender that is available in Ajax control toolkit. However in MVC, we largely rely on jQuery plugins to do all the fancy stuff (and of course important tasks too).
Creating OData Entries in WCF Data Services
(Jeffrey Juday) Open Data Protocol (OData) is built on Web standards like HTTP and AtomPub. Creating data on an OData Endpoint is simply an HTTP POST that contains an AtomPub payload. Leveraging WCF HTTP capabilities, WCF Data Services implements OData for .NET code.
How to enlist the items in the Combo box and how to execute server side event on selected item change of ComboBox?
(SheoNarayan) In this article, we are going to learn the usage of ComboBox Controls in SilverLight.
ComboBox using ExtJS and ASP.NET MVC
(John Charles Olamendy) Recently I’ve been researching a lot about the use of ExtJS JavaScript framework along with ASP.NET MVC in order to build very rich Web applications. ExtJS is a cool JavaScript library, so I want to describe another good feature of it. In this article, I want to talk about th
Cancelling Parallel Loops
The Task Parallel Library includes static methods that provide parallel equivalents of the for and foreach loops. As with parallel tasks, these loops can be cancelled by other processes using a system of cancellation tokens.
Page methods in asp.net
(Jalpesh) Now days people are looking for richer and fluid user experience and to create that kind of application Ajax is required. There are several options available to call server-side function from JavaScript with ASP.NET Ajax and if you are using asp.net 2.0 or higher version of Microsoft.NET F
Anatomy of a .NET Assembly – Type forwards
(Simon Cooper) If you’ve ever had a poke around System.dll or System.Core.dll in Reflector, you may have noticed TypeForwardedToAttributes applied to the assembly:
Work with Static Methods and Variables in PHP
(Mike Steward) Hi guys, In this article we are going to understand the concept of static methods and variables. Methods and variables can also be used and accessed if they are defined as static in a class.
New Request validation features in ASP.Net 4.5
(K. G. Sreeju Nair) ASP.Net request validation is a feature that automatically protects ASP.Net applications from XSS attacks. Request validation in asp.net triggers error when it found HTML markup in any of the input data. But some real life applications still require HTML data in some of the input
