(Somasegar) In my previous posts on the productivity improvements in Visual Studio 2010, I’ve focused on features that all VS developers can take advantage of. Sometimes, though, the most useful features are those that are specific to the development language you’re using or platform you’re develop
Tag: Development
Data Integration Design: Event Management
(Andres Perez) Event management can enable the management and control of the quality of information, replacing the classical trial-and-error, time-consuming and error-prone process.
Dynamic Views in ASP.NET MVC 2
(Greg Shackles) One of the new features introduced in C# 4.0 is the dynamic keyword. So far I haven’t had much use for it, but lately I’ve discovered that it can be very useful when designing ASP.NET MVC views. It also has uses when interacting with COM APIs and other dynamic languages, but I’m goin
Anonymous Types in C# or VB .NET
(Hima) Anonymous types as the name suggests, help us to create an object without declaring its data type. Since name of the data type is not specified that the type is referred to as an anonymous type.
New Features of WCF 4.0: Part III
(John Charles Olamendy) Microsoft.NET 4.0 and Visual Studio.NET 2010 ships a lot of new features in their underlying technologies. In this series of articles, I want to talk about the new features in the area of Windows Communication Foundation (WCF) in order to improve the development experience, e
ColdFusion 9’s NEW Operator Can Use Dynamic Class Paths
(Ben Nadel) Last week, I discussed the fact that in ColdFusion 9, the CreateObject() function no longer needs the “Type” parameter when creating ColdFusion components. ColdFusion 9 also introduced the New operator for component creation; but, I had stated that if you needed to create components with
How to pass ASP.NET server side array to client side and binding them with Html element?
(Abhijit Jana) This is a very often requirement for an ASP.NET Developer to pass a server side array to client side and access them through java Script. There are several ways to do that. But here I am describing one of the simplest steps to pass server side array to client side. In this blog post y
Why a SQL Developer or a BI Developer should learn .NET ( DotNet )
(Siddharth Mehta) As of this draft, I work as a Technical Lead for designing applications where Microsoft Business Intelligence Stack of technologies are involved and I specialize in the same, but this has not been my background right from the start of my career. Like every fresh graduate from an av
Web Custom Control Behavior and Authoring
(John Dundon) The goal of this post is to provide guidance for control vendors on best practices for writing custom controls with regard to their behavior in Visual Studio. It is designed to give vendors insight into how Visual Studio behaves when performing common actions related to custom controls
DomainUpDown in C#
(Mahesh Chand) A DomainUpDown control allows users to provide a spin (up/down) interface to move through pre-defined strings using up and down arrows. In this tutorial, we will see how to create a DomainUpDown control and use it in a Windows Forms application.
