|
|
|
|
|
| | Total Hits: 199 | 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: 8 | 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: 108 | Today: 0 | Author: J Martinsson | Rating:  |
| |  Mainsoft for Java EE, Developer Edition, 2.5 (a. k. a. Grasshopper™ 2.5) gives you the freedom to build C# and Visual Basic® Web applications using the Visual Studio® 2008 development environment and host them on open Java platforms. Like its predecessor, Grasshopper 2.5 provides full support for ASP.NET AJAX and integrates seamlessly with Microsoft's® ASP.NET 2.0 AJAX Extensions and the AJAX Control Toolkit. In addition, 2.5 supports new language features for C# 3.0 and Visual Basic 9, such as ... |
| | Total Hits: 76 | 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: 65 | Today: 0 | Author: Dave Leffler | Rating:  |
| |  In part I of this article, we successfully set up our Vista programming machine as an SVN server, created an SVN repository, and added an existing Visual Studio 2008 project into the SVN repository. In part II, we’ll start using our SVN setup to maintain and manage copies of our source code as a backup facility, if you will.... |
| | Total Hits: 156 | 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: 56 | Today: 0 | Author: Ansil | Rating:  |
| |  In my office we are using VS2002 and at my home I am having VS2003. Being a late night programmer , I usually do coding at home and had a hard time converting my home worked c# projects bacK to VS2002 in the morning. So I started experimenting and found out a solution. VS.NET 2003 uses a new format. So we cannot open those projects/solutions that were created/modified by VS.NET 2003 with VS.NET 2002.... |
| | Total Hits: 48 | 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: 43 | Today: 0 | Author: Mark Smith | Rating:  |
| |  After a long beta period Microsoft pushed Visual Studio .NET 2008 (code named “Orcas”) out to MSDN in November - keeping their promise to deliver it by the end of the year. DevelopMentor has been using Orcas in many of our .NET classes for a while now and I for one, am pretty excited that it’s finally here. There are a ton of new features and enhancements in this release that make it almost a no-brainer to upgrade - I thought I’d take a moment and list my top ten favorites in no particular order... |
| | Total Hits: 58 | 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: 301 | 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: 51 | 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: 92 | Today: 0 | Author: Scott Guthrie | Rating:  |
| |  This article will help you to learn how to provide Authorization with the built-in Visual Studio 2005 web server named Cassini.... |
| | Total Hits: 5 | Today: 0 | Author: Michael Livshitz | Rating:  |
| |  As we have said (part 1), we are ready to write code for the class UserControls_ListBoxesFT_C. Well! Inside the class we will use variables named according to the properties of the class. For example, the _WidthLB variable corresponds to the C_WidthLB property, _DT_In - to C_DT_In, etc. All properties are simple enough and are written like that... |
| | Total Hits: 61 | Today: 0 | 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: 64 | 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: 104 | Today: 0 | 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: 97 | 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. ... |
| | Total Hits: 64 | Today: 0 | Author: Tom Ollar, Jim Bennett | Rating:  |
| |  Necessarily such a device makes various assumptions about its players. The assumptions here are that object-oriented software construction is important. That exercising new types with tests is the preference if the burden of doing so is not too great. That systems grow in complexity. That developers want to see the frail aspects of a solution in order to remodel them. And finally that the execution states of an application, if stored as a persistent, searchable structure, give rich opportunity f... |
| | Total Hits: 30 | Today: 0 | Author: Alessandro Del Sole | Rating:  |
| |  Visual Studio 2008 includes tools for Office that allow developers to build custom components, such as add-ins, for Microsoft Office System applications writing managed code. Writing custom components is really straightforward because developers can take the advantage of the powerful environment provided by Microsoft Visual Studio 2008 and .NET Framework 3.5. Since you are not limited to a small set of libraries or user controls, you can take the best from .NET Framework in your Office solutions... |
|
|
|
|
|
|
|
|
|
|
|
|
|