.NET news » Visual Studio Visual Studio Rss Feed

Inside Visual Studio LightSwitch

Microsoft Visual Studio LightSwitch uses a model-centric architecture for defining, building, and executing a 3-tier LightSwitch application.

10 Feb 2011, 18:00:00   Source: Inside Visual Studio LightSwitch   Tags: Visual Studio

Manage_Sql_Server_Database

Manage Sql Server Database within Visual Studio Team System
23 Jan 2011, 23:45:00   Source: Manage_Sql_Server_Database   Tags: Visual Studio

Calling .NET Components from PowerBuilder

I’ve written a number of articles in the past on using .NET components, both visual and non-visual, from a PowerBuilder “Classic” (i.e., Win32) application. Until now, all of them involved using a .NET component that was either provided in the .NET Framework or created using Visual Studio. What changes with PowerBuilder 12 is that we can now write a non-visual component using PowerBuilder.NET, so the solution is entirely PowerBuilder based. Technically, this really first became possible with the introduction of the .NET assembly target in PowerBuilder 11. However, there were a couple of issues with using this approach at that time.

read more

11 Jan 2011, 05:30:00   Source: Calling .NET Components from PowerBuilder   Tags: Visual Studio

Displaying a Paged Grid of Data in ASP.NET MVC

This article demonstrates how to display a paged grid of data in an ASP.NET MVC application and builds upon the work done in two earlier articles: Displaying a Grid of Data in ASP.NET MVC and Sorting a Grid of Data in ASP.NET MVC. Displaying a Grid of Data in ASP.NET MVC started with creating a new ASP.NET MVC application in Visual Studio, then added the Northwind database to the project and showed how to use Microsoft's Linq-to-SQL tool to access data from the database. The article then looked at creating a Controller and View for displaying a list of product information (the Model).

Sorting a Grid of Data in ASP.NET MVC enhanced the application by adding a view-specific Model (ProductGridModel) that provided the View with the sorted collection of products to display along with sort-related information, such as the name of the database column the products were sorted by and whether the products were sorted in ascending or descending order. The Sorting a Grid of Data in ASP.NET MVC article also walked through creating a partial view to render the grid's header row so that each column header was a link that, when clicked, sorted the grid by that column.

In this article we enhance the view-specific Model (ProductGridModel) to include paging-related information to include the current page being viewed, how many records to show per page, and how many total records are being paged through. Next, we create an action in the Controller that efficiently retrieves the appropriate subset of records to display and then complete the exercise by building a View that displays the subset of records and includes a paging interface that allows the user to step to the next or previous page, or to jump to a particular page number, we create and use a partial view that displays a numeric paging interface

Like with its predecessors, this article offers step-by-step instructions and includes a complete, working demo available for download at the end of the article. Read on to learn more!

4 Jan 2011, 18:00:00   Source: Displaying a Paged Grid of Data in ASP.NET MVC   Tags: Visual Studio

Visual Studio: Use Multiple Visual Studio Project Types for Cloud Success

Patrick Foley explains how he took advantage of the strengths of several different Visual Studio project types to solve a real-world problem with a cloud-based, data-centric Web site.

Toolbox: Visual Studio Tools and Extensions

If Visual Studio is your IDE of choice, you have a plethora of tools to make it even better. Here’s a selection of some of the most valuable ones.
3 Jan 2011, 18:00:00   Source: Toolbox: Visual Studio Tools and Extensions   Tags: Visual Studio

Create a Vista Gadget Using Visual Studio IDE (updated)

This article describes how to use Visual Studio for developing a Vista Gadget.
23 Nov 2010, 14:11:00   Source: Create a Vista Gadget Using Visual Studio IDE (updated)   Tags: Visual Studio

Poor Man's LINQ in Visual Studio 2005

A way to use LINQ to Objects in C# 2.0 with .NET Framework 2.0
29 Oct 2010, 04:38:00   Source: Poor Man's LINQ in Visual Studio 2005   Tags: Visual Studio

Highlights of ASP.NET MVC 3

As developers are just getting used to ASP.NET MVC 2 and Visual Studio 2010, Microsoft has already planned and released a preview of the next version of ASP.NET. What started out as “just another option” for ASP.NET developers has become the programming style of choice for developers writing .NET applications for the web.

28 Oct 2010, 19:00:00   Source: Highlights of ASP.NET MVC 3   Tags: Visual Studio

Beyond the Boundaries of Visual Studio 2010 with WebUI Test Studio

Advertorial