(Jeremy McPeak) Few platforms draw the same amount of ire as ASP.NET (or .NET in general) from the development community. While there are certainly valid criticisms of the platform (what platform doesn’t?), the majority of negativity comes from those who haven’t spent any time with .NET.
Tag: Development
RESTful services with jQuery, PHP and the Slim Framework
(Christophe Coenraets) NOTE: This is the PHP version of this article and its companion app. A Java version is available here.
Hack-Proofing Your ASP.NET Applications
(Adam Tuliper) Almost every day, the mainstream media reports that another site has been hacked. These constant intrusions by prominent hacker groups leave developers wondering if those groups are using advanced techniques for their nefarious work. Although some modern attacks can be quite complex,
Invoking A Native JavaScript Constructor Using Call() Or Apply()
(Ben Nadel) This morning, I was working on some JavaScript code in which I wanted to create a proxy to a native JavaScript constructor (ex. Array, String).
Task Cancellation
The fourteenth part of the Parallel Programming in .NET tutorial examines how parallel tasks are cancelled. This includes stopping single tasks, co-ordinating the cancellation of multiple tasks and dealing with tasks that are cancelled before they start.
.Net asynchrony in the UI context
(dmihailescu) Most of code we still write today is synchronous, but sometimes having multithreaded applications is unavoidable. Today’s platforms (software frameworks and mostly hardware), have improved in order to accommodate this growing need.
Simple way of using transactions in ADO.NET Entity framework
(SheoNarayan) In this article, we shall learn how to use transactions in ADO.NET Entity framework in simplified manner.
Unobtrusive Validation with ASP.NET 4.5
(Brij) ASP.NET 4.5 has been improved and latest version ASP.NET. It includes an array of new and modified features. Today we’ll discuss one new feature Unobtrusive Validation that is introduced with ASP.NET 4.5
Visual Studio Code Definition Window
When working with large projects with numerous classes and references, it can be difficult to remember how every method works. The Code Definition Window helps by automatically looking up definitions and displaying their signatures or source code.
WPF DropDownButton Control
(Mahesh Chand) If you have written any Windows Forms or WPF applications, I am sure you are familiar with a Button, ComboBox and DropDown controls. How about a Button acts as a DropDown control when you click on t? That is what the WPF team has added in the WPF Toolkit, a new control called DropDown
