(Ashish Shukla) Multithreading means executing more than one code block at a time .Usually it is used to create more responsive user interface(User interface that is not freezed up) ,although it can be used for other tasks as well like performing some action while still waiting for a response from w
Tag: Development
Upload Multiple Files in ASP.NET using jQuery
(Gaurav Dudeja India) In this article, I will demonstrate how to use this plug-in with ASP.NET to upload multiple files. We will also display information about the files uploaded – like the name, size and type of the file.
My VS 2010 and ASP.NET 4 Talks Online
(Scott Guthrie) The past 7 years I’ve done an annual all day event in Arizona – organized by the most excellent Scott Cate (who always does a phenomenal job organizing the event and making it a great one). Earlier this month I visited and presented 4+ hours of content covering VS 2010, ASP.NET 4 and
Writing the tests for FluentPath
(Bertrand Le Roy) Writing the tests for FluentPath is a challenge. The library is a wrapper around a legacy API (System.IO) that wasn’t designed to be easily testable.
ADO.NET Entity Framework 4.0 : DataBinding with ASP.NET
(Wriju Ghosh) This post is to give an idea on how easily we can bind and create master details display in ASP.NET.
Add Image on DatagridView Cell Header
(Ankur Gupta) Windows Forms DataGridView control does not have any property by which we can add an Image on the DataGrid View Header.
AutoPropertyChanged – type-safe INotifyPropertyChanged implementation
(WPFanatic) I’d guess anyone who delved a little bit deeper into WPF learned how the class ObservableCollection integrates so smoothly into WPF’s databinding.
Tips and Tricks to prevent SQL Injection in .Net Code
(Deepak Palkar) There are many detailed articles available on web on SQL Injection topic and hence I’ll just try to keep it short and simple in this post.
Implementing the MVC Design Pattern in ASP.NET…
(Joydip Kanjilal) Design patterns can help solve complex design problems if they are properly used. The main advantage of using the Model-View-Control (MVC) pattern is decoupling the business and the presentation layers.
Enhancing Windows Presentation Foundation (WPF) XamDataGrid from Infragistics
(Memphisto) I had to extend the Infragistics Controls with added functionality and ease of use. And one of the primary goals I had to achieve was to abstract out the "Infragistics" touch from the controls.
