|
|
|
|
|
Total Hits: 107 | Today: 1
|
Author: John Charles Olamendy
|
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...
|
|
|
|
Total Hits: 41 | Today: 0
|
Author: Sophia Salim
|
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....
|
|
|
|
Total Hits: 180 | Today: 0
|
Author: Anil Kr. Sharma.
|
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...
|
|
|
|
Total Hits: 69 | Today: 0
|
Author: Rudolph Araujo
|
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...
|
|
|
|
Total Hits: 270 | Today: 0
|
Author: Vineet Kumar Rawat
|
Rating:
|
|

Its about creating a Calculator for Windows in .NET
Reader must have basic knowledge of VB...
|
|
|
|
Total Hits: 42 | Today: 0
|
|
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 ...
|
|
|
|
Total Hits: 152 | Today: 0
|
Author: Scott Guthrie
|
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....
|
|
|
|
Total Hits: 170 | Today: 0
|
Author: Scott Guthrie
|
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)....
|
|
|
|
Total Hits: 73 | Today: 0
|
Author: Microsoft Corporation
|
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....
|
|
|
|
Total Hits: 50 | Today: 0
|
Author: Ryan Frazier
|
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....
|
|
|
|
Total Hits: 25 | Today: 0
|
Author: DavidSchmitt
|
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...
|
|
|
|
Total Hits: 23 | Today: 0
|
Author: GoranZoran
|
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-...
|
|
|
|
Total Hits: 50 | Today: 0
|
Author: Masayuki Tanaka
|
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....
|
|
|
|
Total Hits: 15 | Today: 0
|
Author: Robin_Roy
|
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....
|
|
|
|
Total Hits: 60 | Today: 0
|
Author: Robin_Roy
|
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....
|
|
|
|
Total Hits: 47 | Today: 1
|
Author: Robin_Roy
|
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 ...
|
|
|
|
Total Hits: 16 | Today: 0
|
Author: Sateesh Kumar
|
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 ...
|
|
|
|
Total Hits: 70 | Today: 1
|
Author: Hatem Mostafa
|
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....
|
|
|
|
Total Hits: 43 | Today: 0
|
Author: Joydip Kanjilal
|
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...
|
|
|
|
Total Hits: 82 | Today: 0
|
Author: Chichka
|
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. ...
|
|
|
|
|
|