Visual Basic and .Net News and Resources
This is a quick start guide about how to use Barcode Professional for Reporting Services in most possible RDL (Report Definition Language) reporting scenarios.
Barcode Professional for Reporting Services was designed to be flexible and easy to use independently of the reporting scenarios you need to develop. Barcode Professional for Reporting Services will be used in different ways depending on your needs and reporting scenario. In all cases, the first thing you must determine is which reporting scenario you will be targeting on is.
With the release of a new feature pack for Visual C++ 2008, developers can now write applications that feature the Office 2007 appearance, a Microsoft senior executive announced this week. At the same time, the company also discontinued support for its aging Visual Basic 6 integrated development environment, or IDE — to the dismay of some die-hard users.
“I am pleased to announce that the Visual C++ 2008 Feature Pack has shipped,” S. Somasegar, senior vice president of Microsoft’s developer division, said on his blog this week.
“The Feature Pack provides several exciting features for C++ developers, such as a major update to MFC [Microsoft Foundation Classes] and an implementation of TR1 [Technical Report 1],” the post said.
The MFC gives C++ users access to the Windows programming interfaces, while TR1 is a set of suggested additions to the International Organization for Standardization’s C++ standard. Using the newly added MFC components, “developers can create applications with the ‘look and feel’ of Microsoft’s most popular products — Microsoft Office, Visual Studio and Internet Explorer,” his posting continued.
Read the rest at InternetNews
Source Code Release for Visual Studio 2008. The Web Service Software Factory: Modeling Edition is an integrated collection of resources designed to help you quickly and consistently build Web services that adhere to well-known architecture and design patterns. This release is for Visual Studio 2008 and contains the Service Factory source code.
The Web Service Software Factory: Modeling Edition (also known as the Service Factory) is an integrated collection of resources designed to help you quickly and consistently build Web services that adhere to well-known architecture and design patterns. These resources consist of patterns and architecture topics in the form of written guidance and models with code generation in the form of tools integrated with Visual Studio 2008. This release contains the Service Factory source code.
Download Web Service Software Factory Modeling Edition Source Code
The Team System Management Model Designer Power Tool is a productivity tool that helps architects and system designers to generate models of an application that contribute to minimized TCO.
The Team System Management Model Designer Power Tool is a productivity tool that helps architects and system designers to generate models of an application that contribute to minimized TCO. These models include configuration, instrumentation, health, and performance information. The Team System Management Model Designer Power Tool also assists developers to implement the required instrumentation, and create management packs for monitoring systems such as Microsoft System Center Operations Manager 2007.
This CTP enables developers to use Visual Studio 2008 with SQL Server 2008 Nov CTP.
This CTP resolves a problem that when you try to open a database connection to SQL Server 2008 by using Visual Studio 2008 design tools, you may receive the following error message:
“This server version is not supported. Only servers up to Microsoft SQL Server 2005 are supported.”
Microsoft wants more students using its software tools and it thinks it has hit on the right business model. It’s going to give away its software.
Starting this week, college students in 10 countries will be able to get Microsoft’s Visual Studio and several other programs for free as part of an effort dubbed DreamSpark. Over the next year, Microsoft plans to offer the program worldwide for college and high school students.
In addition to giving away its Visual Studio tools, Microsoft is also providing no-charge access to its Expression Web design tools and its XNA studio for developing Xbox 360 software. Microsoft already provides discounted academic versions of its software, as well as a free “express” version of Visual Studio. Students can also get free copies of Windows Server and the developer version of the SQL Server database.
You can read the rest at cNet.
This data sheet provides a comprehensive product comparison of the Visual Studio 2008 IDE products. It does not provide data about Visual Studio Team System 2008 Team Foundation Server, Visual Studio Team System 2008 Team Explorer, or Visual Studio Team System 2008 Test Load Agent. This data sheet is provided for illustrative purposes only.
Download this white paper in your choice of the following formats: Microsoft Word document (DOCX), PDF file or XPS file.
This article looks at a line of business application built using .NET 2.0, Windows Communication Foundation, and Visual Studio 2005 that automatically chooses the most suitable connection based on the state of the user’s network connection, providing reliability via message queuing on top of it.
Since network connectivity cannot always be guaranteed, what happens when the network goes down or a network connection is simply unavailable? How can you provide your users with the best connected experience regardless of the state of the network?
I’ll start off with an overview and step-by-step configuration of a WCF service that exposes multiple bindings and wrap up with a pattern for adding logic to a Windows Forms test harness client that detects available network options and chooses the appropriate WCF binding at run time. Where the network is down or otherwise unavailable, I will provide the user with a reliable, “always on” computing experience using Queued Calls via Microsoft Message Queuing (MSMQ). As you will learn, MSMQ integrates seamlessly with WCF services. When network state is online, I will explore appropriate uses for TCP and HTTP depending on the geographical location of the user.
In addition to queued calls, WCF provides a number of powerful reliability features that are supported out of the box including WS-Reliable Messaging for managing message delivery even across multiple hops, and WS-Atomic Transactions for implementing distributed transactions. In this article, I will focus specifically on Queued Services, which are implemented seamlessly in WCF using Microsoft Message Queue (MSMQ). I will discuss these additional reliability features in future articles.
Read the rest of the article at DevX.