|
|
|
|
|
Total Hits: 137 | Today: 0
|
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: 44 | 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: 194 | 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: 72 | 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: 288 | 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: 47 | 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: 79 | 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: 53 | 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: 0 | Today: 0
|
Author: Rahul Bansode
|
Rating:
|
|

As the new versions .Net Framework is released, most of us also migrate our existing application to take the benefit of the new version. With each new version, some or the other existing coding methodoloy is changed. Though Microsoft provides the utility within the newer VS IDE to migrate the solution/project, we still require to manual remove all the error/warning, which occurs due to the migrations....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Subodh Sohoni
|
Rating:
|
|

With Visual Studio Team System (VSTS), Microsoft has made available an integrated set of tools which are used by members of the software development team. Each of these persons is going to play one or multiple roles. One can vary easily imagine roles of Business Analyst, Project Manager, Technology Solution Architect, Developer, tester and Release Manger. These roles use different tools which suit them. For example Developers over the years have used Visual Studio to create code and Project Mana...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: William Winner
|
Rating:
|
|

With many applications, spell checking can be a vital aspect to include. Most people are accustomed to the spell checking capabilities of products like Microsoft Word or OpenOffice. There are products available for purchase that can add spell checking capability, such as SharpSpell that can cost hundreds of dollars. Unfortunately, there is a lack of Open Source, freely available tools that can provide the functionality of Microsoft Word. That is why I began to work on a spell checking IExtender...
|
|
|
|
Total Hits: 3 | Today: 0
|
Author: Sky Sanders
|
Rating:
|
|

While I generally use CassiniDev for smoke testing, sometimes a quick and simple way to run some tests against a site using the built in server comes in handy.
Spinning up an instance of WebDev.WebServer.exe is fairly simple....
|
|
|
|
Total Hits: 3 | Today: 0
|
Author: www.smallworkarounds.net
|
Rating:
|
|

1. Alt+Shift+Enter is the shortcut to enter to fullscreen mode in Visual Studio 2. Its sometimes really helpful and more appealing for developers to work in full screen mode...
|
|
|
|
Total Hits: 5 | Today: 0
|
Author: interviews.dotnetthread.com/
|
Rating:
|
|

Generally we use browser back button frequently to go to back/previous page importantly its useful when we are searching using search controls (Textbox's, dropdowns, button..), or using Paging, Sorting etc....
|
|
|
|
Total Hits: 4 | Today: 0
|
Author: A IT Devotee
|
Rating:
|
|

Looking on the traffic on my previous post on MS chart, I thought to give more information and give some good quality images step by step which will help everybody to install and use this controls very well....
|
|
|
|
Total Hits: 2 | Today: 0
|
Author: interviews.dotnetthread.com
|
Rating:
|
|

In ASP.NET we will not find Ajax enabled website template as ASP.NET Ajax is now part of ASP.NET 3.5. • No need of any separate installations for AJAX Extensions as it is in built. • Every page should have ScriptManager in the form. • As ASP.NET Toolkit is a community driven project, Download Control toolkit for ASP.NET AJAX 3.5 which is separately built for 3.5 download at www.asp.net/ajax/. Add them to Toolkit Toolbar....
|
|
|
|
Total Hits: 5 | Today: 0
|
Author: Dan Neely
|
Rating:
|
|

I've lost about 6 hours over the last few days tracking down a bug that was caused by having two variables reference the same object when what I needed was to have the second one have its own copy of the first:...
|
|
|
|
Total Hits: 9 | Today: 0
|
Author: Ameet Phadnis
|
Rating:
|
|

Since my very first project I have been trying to find easy way out of coding or a way to jump start my projects. My very first article published on ASPAlliance also dealt with how to speed up projects using project templates in VS 2003. Readers really liked the process explained in those articles and I received some good reviews on it. After the release of VS 2005, I have been getting e-mails about how the previous process can be utilized for VS 2005. Frankly, the process in VS 2003 was too...
|
|
|
|
Total Hits: 6 | Today: 0
|
Author: Scott Guthrie
|
Rating:
|
|

It has been a little over a week since we released Beta 2 of VS 2008 and .NET 3.5. So far the feedback from people using it has been really great. I've received a lot of emails from people saying it is the best beta we've ever shipped, and several who have moved over to using it full time for all development....
|
|
|
|
Total Hits: 7 | Today: 0
|
Author: Amal ElHosseiny
|
Rating:
|
|

Our Solution contains web application, class library, windows application and web setup project. Web application contains the web.config file and web setup project is responsible of installing the web application....
|
|
|
|
|
|