Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Thursday, August 28, 2008

Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Knowledge Base > Visual Studio.Net > General
Search:
What's New - What's Hot


Compare Variables in VFP and VS.NET        
Total Hits: 157  |  Today: 0 Author: Claudio Lasalla and Markus Egger       Rating:  
Read Reviews | Write Review |   Your Rating: 

Learn about different types of variables, and what it means to perform boxing, unboxing, and casting operations....

HOWTO: Repair IIS Mapping After Removing and Reinstalling IIS (Q306005)        
Total Hits: 1007  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

After you install the .NET Framework SDK or Visual Studio .NET, Internet Information Server (IIS) mappings are created to associate new file extensions and settings for ASP.NET. If you did not have IIS installed when you ran the SDK or Visual Studio Setup, or you uninstalled and reinstalled IIS after you ran the SDK or Visual Studio Setup, those settings will not be in place and you will experience unexpected behavior when you attempt to view ASP.NET pages....

How to populate the datagrid on background thread with data binding by using Visual C#        
Total Hits: 20  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |   Your Rating: 

This step-by-step article shows you how to query a database on a background thread and use databinding to display the results in a DataGrid object.

When large queries to a database are executed, the application may become unresponsive for a long period of time. To avoid this behavior and decrease the waiting time of the user, the query can be executed on a background thread, releasing the application for other tasks until the data is returned from the database and databinding is performed...

Creating and opening ASP.NET projects in Visual Studio .NET        
Total Hits: 18  |  Today: 1 Author: Jerry Orman       Rating:  
Read Reviews | Write Review |   Your Rating: 

Welcome to the ASP.NET Support Voice column! My name is Jerry Orman. I have been with Microsoft over 5 years, and have spent most of my time focused on Web-related technologies such as Microsoft FrontPage and the new Microsoft SharePoint technologies. I have spent the last year working with Microsoft ASP.NET as a support engineer. This month in the Support Voice column, I am going to describe creating and opening ASP.NET projects in Microsoft Visual Studio .NET....

HOWTO: Gain Access to Favorites from Within Visual Studio .NET IDE        
Total Hits: 208  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

By default, the Favorites window is not visible in the Visual Studio .NET integrated development environment (IDE)....

HOW TO: Create, Edit, and Execute Stored Procedures in Visual InterDev (Q301072)        
Total Hits: 237  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article shows how to create, edit, and execute stored procedures in SQL Server by using Visual InterDev 6.0....

HOW TO: Populate a DataSet Object from a Database by Using Visual Basic .NET (Q301216)        
Total Hits: 2278  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

DataSet objects, a key part of data access in the Microsoft .NET Framework, are in-memory objects that can hold tables, views, and relationships. This article shows how to fill a DataSet object with the results of one or more database queries, and how to access that data after it is loaded into the DataSet object....

Q300943 - HOW TO: Create Client Access to Remote Server        
Total Hits: 398  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

This step-by-step procedure demonstrates how to create a client that accesses a remote server. This client can be located on the same computer, on a different computer, or on a different network....

HOWTO: Create or Open a Visual Studio .NET Project in the Root Web        
Total Hits: 1005  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

Visual Studio .NET provides a new way to create and open a project that is located in the root Web. This article describes this new procedure. As in Microsoft Visual InterDev 6.0, it is convenient to create and open a project in the root Web when you are working with Web applications that serve as the root of a Web server. The pages for the application are stored in the root Web and in the subdirectories of the root Web, but they are not stored in subWebs....

HOW TO: Create a Network Installation Point for Visual Studio .NET Setup (Q307372)        
Total Hits: 322  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

You can place an installation image of Visual Studio .NET on a local area network (LAN) hard drive to provide better control to those users with permission to install the product, which can reduce the time that is required to install, and can reduce the occurence of any problems associated with the handling of CD-ROMs and DVD-ROMs....

INFO: Native Versus COM-Callable .NET Controls in Internet Explorer        
Total Hits: 6  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |   Your Rating: 

Instances of the .NET UserControl class -- .NET classes that are subclasses of the System.Windows.Forms.UserControl class -- can be hosted in Microsoft Internet Explorer 5.01-and-later in two different ways: directly through the .NET Runtime, or indirectly, as COM interop objects. Which approach you take depends on the needs of your application....

Error Highlighting and Quick Fixes        
Total Hits: 127  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

ReSharper is undoubtedly the most intelligent add-in to Visual Studio .NET 2003 and 2005. It comes equipped with a rich set of features that greatly increase the productivity of C# and ASP.NET developers. With ReSharper you get intelligent coding assistance, on-the-fly error highlighting and quick error correction,...

How To: Host a Remote Object in a Windows Service        
Total Hits: 203  |  Today: 0 Author: J.D. Meier, Alex Mackman, Michael Dunner, and Srin       Rating:  
Read Reviews | Write Review |   Your Rating: 

Objects called using the .NET Remoting infrastructure can be hosted by ASP.NET, custom executables or Windows services. This How To shows you how to host a remote object in a Windows service and call it from an ASP.NET Web application....

How to capture shortcut keys in Visual Studio .NET        
Total Hits: 95  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article describes how to capture keyboard events in the Form object by using Microsoft Visual Studio .NET. The sample function demonstrates how to confirm that a user has entered a keyboard shortcut. This article assumes that you are familiar with the following topics: Microsoft .NET events Microsoft .NET forms Microsoft .NET controls The following examples show how to use Visual Studio .NET to confirm that the ALT key and the F key are pressed at the same time. This example also switches ...

How to identify a Nullable        
Total Hits: 170  |  Today: 0 Author: Dinesh.Kulkarni       Rating:  
Read Reviews | Write Review |   Your Rating: 

We could debate the issues with writing code that uses a "marker" interface but here I want to just provide a solution for deciding if a type is Nullable....

HOW TO: Use Launch Conditions in Visual Studio .NET (Q307374)        
Total Hits: 390  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

You can establish launch conditions in your setup solution that terminate the installation and display a message if certain conditions exist. This article describes the kinds of launch conditions that you can specify and provides an example of how to set up a launch condition....

HOW TO: Use the Visual Studio .NET Server Explorer (Q316649)        
Total Hits: 228  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article explains how to use the Server Explorer in Visual Studio .NET....

HOW TO: Create, Use, and Manage Macros in Visual Studio .NET (Q317347)        
Total Hits: 326  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article demonstrates how to create a new macro project in Visual Basic .NET, and then record a simple macro that inserts a TODO token into the code and subsequently opens the Task List window to view the TODO task. It also shows you how to map the macro to a keyboard shortcut....

Q301102 - HOW TO: Make a GET Request        
Total Hits: 317  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

The Microsoft .NET Framework includes many useful classes for networking, including the ability to make Web requests. This article demonstrates how to make a simple GET request to retrieve a Web page from the Internet...

Q300951 - HOW TO: Create a Remote Server        
Total Hits: 346  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article illustrates how to create a simple, remote server that another application can access. The application that accesses this server can be located on the same computer, on a different computer, or on a different network. The remote server is broken into two parts: the server object and the server application....


DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net