|
|
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
11 Articles match "Visual Studio","Visual Studio 2008"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential Silverlight 3
How do I use Expression Blend to get the most out of Visual State Manager and Silverlight 3 Behaviors? You will also see how to use advanced pixel effects and to create visually compelling user experiences, as well as understand the pros and cons of Silverlight 3's support for GPU acceleration. In this module you will learn how to use styles and themes to create visually appealing user interfaces. You will learn how to create and manage control templates using Expression Blend, and use Visual State Manager to reduce code and maximize design flexibility.
DevelopMentor Courses
- Wednesday, June 17, 2009
Web Development Featuring LINQ, AJAX, ASP.NET & MVC Training
jQuery Visual Studio 2008 IIS 7 Silverlight 2 Internet Explorer 8 ASP.NET Model View Controller (MVC) You'll get answers to these questions: What is LINQ and can I use it in ASP.NET? Day 1 Visual Studio 2008 We explore many of the new features in Visual Studio 2008. Web Development Featuring LINQ, AJAX, ASP.NET & MVC is an examination of Microsoft's recent innovations in web development. Get the direction you need to leverage these varied technologies in your applications. What new controls have been added in ASP.NET 3.5?
DevelopMentor Courses
- Wednesday, June 2, 2010
Beyond ASP.NET: Enhancing Web Development with.NET 3.5
jQuery Visual Studio 2008 IIS 7 Silverlight 2 Internet Explorer 8 ASP.NET Model View Controller (MVC) You'll get answers to these questions: What is LINQ and can I use it in ASP.NET? Day 1 Visual Studio 2008 We explore many of the new features in Visual Studio 2008. Beyond ASP.NET: Enhancing Web Development with 3.5 is an examination of Microsoft's recent innovations in web development. Get the direction you need to leverage these varied technologies in your applications. What new controls have been added in ASP.NET 3.5?
DevelopMentor Courses
- Friday, June 12, 2009
|
21 Articles match "Visual Studio","Visual Studio 2008"
|
The Latest from DevelopMentor
|
MORE
|
|
Accessing TFS 2010 from Visual Studio 2008
Today I found the need to also connect to TFS 2010 from Visual Studio 2008. In order to connect to Team Foundation Server from VS2008 you need the Visual Studio Team System 2008 Team Explorer , then in order to connect to TFS 2010 you also need the Visual Studio Team System 2008 Service Pack 1 Forward Compatibility Update for Team Foundation Server 2010. Visual Studio 2008 Team Suite SP1. Visual Studio 2010 Ultimate. Tags: Team System Visual Studio 2010 This was not accepted as input.
The Blomsma Code
- Monday, May 10, 2010
MVVM Helpers 2.0 is live
There is a project template for Visual Studio 2008 and another for Visual Studio 2010 – make sure to copy them into the appropriate template directories. … and available on codeplex in beta form: [link]. There are several new features in this release that I've been tinkering with for a while. First, I now use MEF to link things together. waited until.NET 4.0 was released to push this out because MEF is part of the framework now. If you don't want to take a dependency on it (in 3.5) then please stay with 1.06 which is also available. public void Beep(). {.
Mark's Blog of Random Thoughts
- Friday, April 16, 2010
MVVM: IUIVisualizer and event management with behaviors
Open the project in Visual Studio 2008 SP1, it should build and run without any issues. This is the key that invokers will use to display the UI visually; I often use the typename of the View, but you can use any string here as long as you are consistent in registration vs. To use them, you add the behavior to the visual element in question, for example, the watermarked textbox behavior gets applied like this: {rtf1ansiansicpglang1024noproof65001uc1 deff0{fonttbl{f0fnilfcharset0fprq1 Consolas;}}{colortbl;??red0green0blue255;red255green255blue255;red163green21blue21;red255green0blue0;}??fs28
Mark's Blog of Random Thoughts
- Friday, February 5, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Accessing TFS 2010 from Visual Studio 2008
Today I found the need to also connect to TFS 2010 from Visual Studio 2008. In order to connect to Team Foundation Server from VS2008 you need the Visual Studio Team System 2008 Team Explorer , then in order to connect to TFS 2010 you also need the Visual Studio Team System 2008 Service Pack 1 Forward Compatibility Update for Team Foundation Server 2010. Visual Studio 2008 Team Suite SP1. Visual Studio 2010 Ultimate. Tags: Team System Visual Studio 2010 This was not accepted as input.
The Blomsma Code
- Monday, May 10, 2010
-
ReportViewer Control in Visual Studio 2008
I’ve been working a lot with the ReportViewer Control in Visual Studio 2008. ReportViewer Control in Visual Studio 2008. Reports are designed with drag-and-drop simplicity using Report Designer included in Visual Studio 2008 (Standard editon and above.). Adds visual appeal. You can specify fonts, colors, border styles, background images etc to make your report visually appealing. The greatest part of the control is that you can implement reporting without using a database! Enables interactivity in reports.
The Blomsma Code
- Wednesday, May 27, 2009
-
Visual Studio 2008 Freezing After Office 2010 Install
After some very frustrating experiences with Visual Studio 2008 hanging inexplicably, I discovered that the problem was the technical preview of Microsoft Office 2010 I had installed. The fix was easy: [link].
Ardent Dev
- Thursday, July 30, 2009
-
Visual Studio 2008 Hangs When Debugging ASP.NET App
I’ve been doing some work with ASP.NET MVC but was having periodic issues with Visual Studio 2008 hanging (freezing / becoming unresponsive) when I tried to run my web application with debugging. eventually feel asleep and when I awoke sometime in the middle of the night, my web app was happily waiting for input and Visual Studio debugging was completely responsive. have a folder containing approximately 20,000 images that are not included in the Visual Studio web project but are sitting in a directory in the web site. No luck.
Ardent Dev
- Monday, January 11, 2010
-
Creating a legacy web service proxy in Visual Studio 2008
If you right click on "References" in a VS2008 project you will find only two options now - "Add Reference" and "Add Service Reference". The first is for local assemblies, and the second generates WCF-compatible proxies through SVCUTIL.EXE. This happens to be one of the most obviously changed things in Orcas - the dialog presented is a more professional version than what was supplied with the original WCF CTP for VS.2005: The "Discover" button above can locate IIS-hosted web services (not Self Hosted however) and it now shows operations directly which is pretty cool. Why not just use WCF?"
-
Creating a legacy web service proxy in Visual Studio 2008
If you right click on "References" in a VS2008 project you will find only two options now - "Add Reference" and "Add Service Reference". The first is for local assemblies, and the second generates WCF-compatible proxies through SVCUTIL.EXE. This happens to be one of the most obviously changed things in Orcas - the dialog presented is a more professional version than what was supplied with the original WCF CTP for VS.2005: The "Discover" button above can locate IIS-hosted web services (not Self Hosted however) and it now shows operations directly which is pretty cool. Why not just use WCF?"
-
Nesting NHibernate Mapping Files
The problem: Hiding Your hbm.xml files in Visual Studio (or not). The solution: How to nest NHibernate mapping files in Visual Studio projects. I’m doing this in Visual Studio 2008. Tags: Uncategorized.NET NHibernate Visual Studio don’t know if this is a “bug or not, but it sure is annoying. The fix Timo posted does work, but it requires editing your.csproj file by hand which is both tedious and error-prone.
Jason Diamond
- Monday, September 7, 2009
|
|
|