(Alexandra Rusina) With this post I want to start a series devoted to the new parallel programming features in .NET Framework 4 and introduce you the Task Parallel Library (TPL).
Tag: Development
Checking For Empty Enumerations
(Phil Haack) While spelunking in some code recently I saw a method that looked something like this:
Visual Studio 2010 Productivity Power Tool Extensions
(Scott Guthrie) Last month I blogged about the Extension Manager that is built-into VS 2010 – as well as about a cool VS 2010 PowerCommands extension that provides some extra features for Visual Studio. The Visual Studio 2010 Extension Manager provides an easy way for developers to quickly find and
Visual Basic Book Excerpt: Useful Namespaces
(Rod Stephens) This following is part of Chapter 39, “Useful Namespaces,” which describes some of the more useful namespaces defined by the .NET Framework. It provides a brief overview of some of the most important System namespaces and gives more detailed examples that demonstrate regular expressio
Button in C#
(Mahesh Chand) Button class in Windows Forms represents a Button control. A Button control is a child control placed on a Form and used to process click event and can be clicked by a mouse click or by pressing ENTER or ESC keys.
Experiments in Wackiness: Allowing percents, angle-brackets, and other naughty things in the ASP.NET/IIS Request URL
(Scott Hanselman) Just because you CAN do something doesn’t mean you SHOULD. However, it’s always nice to do something crazy so that you can better understand a system.
Choosing between Concurrency Coordination Runtime and .NET Framework 4.0 Task Parallel Library
(Jeffrey Juday) I really love Concurrency and Coordination Runtime (CCR) and I have a major product built around CCR. Ever since the .NET Framework 4.0 Task Parallel Library (TPL) was released, I’ve been contemplating moving off of CCR.
Practical Code Generation in .NET: Generating a Connection String Manager
(Peter Vogel) In this chapter, I walk through an end-to-end solution for code generation that concentrates on integrating with Visual Studio and working with the CodeElement objects. The code for this solution is kept purposely simple to avoid involving other tools. (For example, I only make minimal
User authentication against AD and Roles based authorization in ASP.NET MVC – Part II
(Sandeep Joshi) In this post we are going to focus on second option when the roles are maintained in the DB.
Custom Time Cell in DataGridView
(Ankur Gupta) We can add a Time Control in DataGridview to give an option to user to put only time in any particular cell.
