Search - Articles - Dev Forums - Favorites - Member Login  
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 16, 2010

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

Life runs on code. Find out how Visual Studio 2010 can help you realize your vision. Learn more...

Home > Search > Articles & Samples > Visual Studio 2005 > Migration to VS.Net 2005
Search:
What's New - What's Hot


Report Wizard in Visual Studio 2008        
Total Hits: 107  |  Today: 1 Author: John Charles Olamendy       Rating:  
Read Reviews | Write Review |   Your Rating: 

Client-side reporting is a very important feature in enterprise applications. It means producing reports on a local machine rather on a central server. Before VS 2005, Microsoft provided several choices to develop reports such as Crystal Reports from Business Objects. Then VS 2005 introduces Reporting Services at the client-side which is a serious tool to develop reports. In future articles, I will show how to produce customized reports from scratch for Reporting Services; but this article is co...

Nullable Types        
Total Hits: 41  |  Today: 0 Author: Sophia Salim       Rating:  
Read Reviews | Write Review |   Your Rating: 

Nullable type" is a new feature introduced in Visual Studio 2008. It aims to introduce consistency in how null or nothing is represented in value and reference types. Simply put, value types can now contain the literal "nothing" if they are declared in a special way. In this whitepaper I will discuss how value types can be declared nullable, the use of nullable declared variables, and the interaction of nullable types with other language features....

.NET Framework 3.0 Buffet        
Total Hits: 180  |  Today: 0 Author: Anil Kr. Sharma.       Rating:  
Read Reviews | Write Review |   Your Rating: 

“Too many changes spoil the broth”. Does this aphorism perfectly apply to the deluge of hastened .NET framework releases? Today, .NET is deliberated as the most successful and consented development platform in the programming world. But now, with the advent of yet another framework release at the door step, awaiting to be embraced by the tech community, most of us may possibly have qualms regarding its worthiness. Aren’t a lot of us already too satisfied and comfortable with the existing .NET fr...

Adopting Visual Studio Express Within Your Organization        
Total Hits: 69  |  Today: 0 Author: Rudolph Araujo       Rating:  
Read Reviews | Write Review |   Your Rating: 

Visual Studio 2005 is intended to reinforce the ability of developers to create Web applications, smart clients, Web services, and mobile applications in an easy, productive, and effective manner. In conjunction with the release of the .NET Framework 2.0, Microsoft is also attempting to make it easier for developers to write secure code by providing a lot of security by default and making it easy for development teams to make the right choices. One of the key additions to the current family of V...

Creating a Calculator in Visual Studio .NET 2005        
Total Hits: 270  |  Today: 0 Author: Vineet Kumar Rawat       Rating:  
Read Reviews | Write Review |   Your Rating: 

Its about creating a Calculator for Windows in .NET

Reader must have basic knowledge of VB...

Call Into The .NET Framework From Existing Visual Basic 6.0 Apps        
Total Hits: 42  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

Many developers believe that if they are writing code in Visual Basic® 6.0, the vast world of the Microsoft® .NET Framework is off limits to them. But in this article, I’ll prove that isn’t true. I’ll show how you can easily leverage anything in the .NET Framework 2.0 from existing Visual Basic 6.0 applications through a technique known as Visual Basic Fusion. Make no mistake, I’m advocating nothing less than leaving some of your applications in Visual Basic 6.0. However, there’s no reason that ...

ASP.NET AJAX Control Toolkit and Web Deployment Project Releases for VS 2008        
Total Hits: 152  |  Today: 0 Author: Scott Guthrie       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article examines ASP.NET AJAX Control Toolkit and Web Deployment Releases available for Visual Studio 2008.
This week my team released updates of the ASP.NET AJAX Control Toolkit as well as the Visual Studio Web Deployment project packager. Both of these updates are designed to work with VS 2008 and .NET 3.5....

Visual Studio 2008 and .NET 3.5 Overview        
Total Hits: 170  |  Today: 0 Author: Scott Guthrie       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article provides an overview of Visual Studio 2008 and .NET 3.5.
Today we shipped Visual Studio 2008 and .NET 3.5. You can download the final release using one of the links below:

If you are a MSDN subscriber, you can download your copy from the MSDN subscription site (note: some of the builds are just finishing being uploaded now - so check back later during the day if you don't see it yet)....

Step-By-Step Guide to Converting Web Projects from Visual Studio .NET 2002/2003 to Visual Studio 2005        
Total Hits: 73  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

Walks you through the process of converting an existing Visual Studio .NET 2003 Web project to a Web application project in Visual Studio 2005....

Enforcing Policy with Microsoft Visual Studio Team System 2008 Team Foundation Server        
Total Hits: 50  |  Today: 0 Author: Ryan Frazier       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article describes a mechanism for policy deployment and versioning (for enterprise-development organizations that might consist of hundreds or thousands of development workstations), and outlines a sample solution that might be used to enforce policy....

Gendarme Integration for VS2008    Version: 0.00       Price: $0.00   
Total Hits: 25  |  Today: 0 Author: DavidSchmitt       Rating:  
Read Reviews | Write Review |   Your Rating: 

Ever since setting up our CruiseControl.NET server for our internal projects, I wanted to integrate a Gendarme run to catch all those nasty little things that slip through, like not checking arguments for null. Now that I finally found some tuits to do it, the next problem became obvious: doing a quick commit often lead to a quick build fail. Gendarme would have no use if it didn’t find anything, no? So the missing piece was integration into Visual Studio. Arthur hacked together a little XSLT+Po...

How to Migrate VS Package from VS2008 to VS2010 Beta 2    Version: 0.00       Price: $0.00   
Total Hits: 23  |  Today: 0 Author: GoranZoran       Rating:  
Read Reviews | Write Review |   Your Rating: 

Last few days I was making a migration of my VS package from VS2008 to VS2010 beta 2. The new model of creating and deploying VS extensions is now easier but the migration to this fine technology is not so sweet. Since this is a cutting edge technology, one can find very little resources on the Internet. One frustrating moment was when I realized that some things have changed even between beta 1 and beta 2 and tutorials for beta 1 are not valid anymore (For example: http://msdn.microsoft.com/en-...

Web site crawling using Visual Studio 2008 webtest file        
Total Hits: 50  |  Today: 0 Author: Masayuki Tanaka       Rating:  
Read Reviews | Write Review |   Your Rating: 

If you want to get another web site data, you can use HttpWebRequest and easily get page data via HttpWebResponse.But the site reuires form-based logon , Or you need some operation to get desired page, you should manage cookies and hidden variables like viewstate.This is pretty complicated and relyed on site behavior. So, if you can use webtest file as a direction for crawling, you can easily record your operation and can eliminate programming for each site....

Version Control in VSTS 2008        
Total Hits: 15  |  Today: 0 Author: Robin_Roy       Rating:  
Read Reviews | Write Review |   Your Rating: 

Version Control is the most integral part of software development. All of us use version control systems in some or other form. As part of my article series on VSTS 2008, let me share the version control features available with VSTS 2008 in this article. Version Control is one of the elements of Team Foundation Server apart from Work Item Tracking, Project Management, Build Automation and Reporting....

Delete Project in VSTS 2008        
Total Hits: 60  |  Today: 0 Author: Robin_Roy       Rating:  
Read Reviews | Write Review |   Your Rating: 

In my article Project Setup in VSTS 2008, I shared on how to setup project in TFS 2008. One of the common problems and concerns are on project deletion on Team Foundation Server. In this article, I am going to share on how to delete a project in TFS....

Project Setup in VSTS 2008        
Total Hits: 47  |  Today: 1 Author: Robin_Roy       Rating:  
Read Reviews | Write Review |   Your Rating: 

Microsoft Visual Studio Team System 2008 is an integrated application lifecycle management (ALM) product family with the tools and processes that help development teams work more effectively together.
Microsoft Visual Studio Team System 2008 Team Foundation Server(TFS) is a team collaboration platform that combines team portal, version control, work-item tracking, build management, process guidance and business intelligence into a unified server. It allows everyone on the team to collaborate ...

Introduction to Tracepoints in Visual Studio 2008        
Total Hits: 16  |  Today: 0 Author: Sateesh Kumar       Rating:  
Read Reviews | Write Review |   Your Rating: 

In this article, we will look into Visual Studio 2008 new feature called as tracepoints. Tracepoints is a handy feature in logging the values in debugging mode. In earlier versions of Visual Studio, we use console.writeline statement or write to a file using stream objects for logging the values of a variable. But, later we need to remove those statements while delivering the code. In order to resolve this kind of troubles, visual studio came up with tracepoints. We can use tracepoints to print ...

Binary Data Marshaling        
Total Hits: 70  |  Today: 1 Author: Hatem Mostafa       Rating:  
Read Reviews | Write Review |   Your Rating: 

Data Marshalling is the process of converting data objects into a data stream that corresponds with the packet structure of the network transfer protocols. Or represent data objects in a standard format that can be sent and received by network protocols, and retranslated in the other side....

New Features in Visual Studio 2008        
Total Hits: 43  |  Today: 0 Author: Joydip Kanjilal       Rating:  
Read Reviews | Write Review |   Your Rating: 

Visual Studio 2008 comes with a lot of enhancements to its earlier counterpart. This article takes a quick tour of the new features in the Visual Studio.NET 2008 IDE. Here is a list of the new features added to Visual Studio 2008 that we will discuss in this article:

* Support for Multi-targeting
* Integrated Ajax Support
* Support for Split View...

Building Client/Server applications with VC for secure private file sharing        
Total Hits: 82  |  Today: 0 Author: Chichka       Rating:  
Read Reviews | Write Review |   Your Rating: 

Most encrypted file sharing solutions today use digital certificates, which are designed for applications where there is a large user base not known in advance. However, if someone wants to avoid the cost and the hassle of obtaining and maintaining certificates, there is another possible solution around. In this article, a simple client/server solution is presented for secure private file sharing. The security is provided through symmetric encryption algorithm (AES 128) with shared secret keys. ...


1  2  3  4  Next >> 


DevASP.Net - Disclaimer - Privacy
© 2002-2010 DevASP.net