(skumar.mastermind) In this article, I will describe implementing custom DataAnnotation validation for ASP.NET MVC3 applications with support for AllowMultiple = true on both server side and client side.
Tag: Development
ASP.NET 3.5 Drop Down List Controls
This tutorial will teach you all there is to know about the drop down list web control in ASP.Net.
jqGrid Strongly Typed Helper – Caption Layer, Dynamic Scrolling and Grouping
(Tomasz Pêczek) Recently, I have released an updated version of my Lib.Web.Mvc project, which brings few new functionalities to jqGrid strongly typed helper. Let me give you a short description of those, starting with support for caption layer:
Visual Studio QuickWatch
The QuickWatch dialog box is one of the large number of debugging windows and tools provided by Microsoft Visual Studio. QuickWatch allows ad-hoc expressions to be evaluated and variable values and properties to be browsed without adding a watch.
How to identify specific controls in a Windows Form
(Ged Mead) I’m not sure that’s the clearest heading I could have used to describe what I’m writing about – what I have in mind is the case where you have a lot of controls on a form and you need to enumerate through them all for some purpose or other.
jQuery Plugin: triggerHandlers() – To Trigger Handlers On All Selected Elements
(Ben Nadel) jQuery has a core method called trigger(). This method will trigger the given event on the selected elements and then propagate the event up the DOM before activating the default behavior (assuming it wasn’t explicitly prevented somewhere in the bubbling phase).
Parallel Programming Using New TPL Library in .Net 4.0
(Amit) There days nearly all computers are assembled with multicore processors. Now the time is different from when you had simple single-core processors processing a single instruction at a time of your program. If you are creating an application that has to be installed on a multicore CPU machine,
C# Practice Makes Perfect
(Mark Bowytz) For years, nobody cared that the legacy image-syncing application consumed as much bandwidth and processing time as it did.
The Past, Present and Future of Parallelizing .NET Applications
(Stephen Toub) Direct thread manipulation has historically been the way developers attempted to achieve responsive client applications, parallelized algorithms and scalable servers. Yet such techniques have also been the way developers historically achieved deadlocks, livelocks, lock convoys, two-st
Surround with feature in Visual Studio 2010
(Jalpesh) Everyday I am discovering something new with Visual Studio 2010 and today Once again I have discovered a new feature called “Surround with” feature. This feature is quite useful when you have very big HTML element and You want to surround it some HTML or ASP.NET element i.e.
