| |
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.
|
2 Articles match "Visual Studio 2008","Windows"
| Related DevelopMentor Courses | MORE | | Essential BizTalk Server How does BizTalk integrate with Windows Communication Foundation (WCF)? We'll have a look at the BizTalk schema editor in Visual Studio. BizTalk comes with an excellent XSLT designer that visually represents the XSLT. Using Microsoft Visual Studio 2008, which comes with integrated XSLT debugger, we can now debug our maps. The orchestration editor is an elaborate editor integrated into Visual Studio. It allows us to create/edit orchestrations in a visual manner. We'll be using the latest version of the product: BizTalk 2010. DevelopMentor Courses - Wednesday, February 22, 2012 Essential BizTalk Server How does BizTalk integrate with Windows Communication Foundation (WCF)? We'll have a look at the BizTalk schema editor in Visual Studio. BizTalk comes with an excellent XSLT designer that visually represents the XSLT. Using Microsoft Visual Studio 2008, which comes with integrated XSLT debugger, we can now debug our maps. The orchestration editor is an elaborate editor integrated into Visual Studio. It allows us to create/edit orchestrations in a visual manner. We'll be using the latest version of the product: BizTalk 2009. DevelopMentor Courses - Tuesday, March 1, 2011 |
16 Articles match "Visual Studio 2008","Windows"
| The Latest from DevelopMentor | MORE | | Automatically Upgrading to Visual Studio 2010 I’ve had the need recently to convert a large number of projects from Visual Studio 2008 to Visual Studio 2010. And here is a Windows Forms app I wrote that searches for all Visual Studio solutions under a root directory and shells out to a command prompt to do the upgrade. Just upgrading to VS 2010 will leave the application targeted to whatever version of.NET is was using (for VS 2008 it’s usually.NET 3.5). Tags: Technical Visual Studio Here is a link to the docs on that option. Cheers. Tony and Zuzana's World - Sunday, November 28, 2010 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. So my initial setup was: Windows 7 Ultimate 64-bit. Visual Studio 2008 Team Suite SP1. Visual Studio 2010 Ultimate. So I did. The Blomsma Code - Monday, May 10, 2010 MVVM Helpers 2.0 is live To hook up a ViewModel to it you use the ViewModelCreator markup extension, in prior versions of the library you supplied the type to create (and optionally the designer type): < Window x : Class ="WpfMvvmApplication1.Views.MainWindow". If you add this, the type (if supplied) will be ignored: < Window x : Class ="WpfMvvmApplication1.Views.MainWindow". Recall from prior posts that it is responsible for creating new popup windows (either modal or modaless) inside the VM – to display child dialogs for example. public partial class ChildWindow : Window. {. Mark's Blog of Random Thoughts - Friday, April 16, 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. So my initial setup was: Windows 7 Ultimate 64-bit. Visual Studio 2008 Team Suite SP1. Visual Studio 2010 Ultimate. So I did. The Blomsma Code - Monday, May 10, 2010 - Automatically Upgrading to Visual Studio 2010
I’ve had the need recently to convert a large number of projects from Visual Studio 2008 to Visual Studio 2010. And here is a Windows Forms app I wrote that searches for all Visual Studio solutions under a root directory and shells out to a command prompt to do the upgrade. Just upgrading to VS 2010 will leave the application targeted to whatever version of.NET is was using (for VS 2008 it’s usually.NET 3.5). Tags: Technical Visual Studio Here is a link to the docs on that option. Cheers. Tony and Zuzana's World - Sunday, November 28, 2010 - ASP.NET: Internet Explorer Cannot Display the Web Page
After installing a recent Windows Update, I was no longer able to run ASP.NET web apps using localhost. The result was that pressing F5 or Ctrl-F5 to run an ASP.NET web app from Visual Studio 2008 resulted in a page in IE7 that said “Internet explorer cannot display the web page. It seems the update removed an entry from my hosts file, located in C:WindowsSystem32driversetc, removing the entry that maps localhost to the loop-back IP address. Interestingly, Firefox had no problem displaying the web page. localhost. Tony and Zuzana's World - Wednesday, March 11, 2009 - MVVM: Views and ViewModels
Copy the project template into your Visual Studio 2008 templates directory located off your user documents - mine is at %UserProfile%DocumentsVisual Studio 2008TemplatesProjectTemplatesVisual C#Windows. In this case, the TotalFiles and TotalFileSize gets displayed in the StatusBar of the window when the directory has files. cf6 // Get the message visualizer service from the service resolver.par ??cf0 The message visualizer is used to display a simple message box from the ViewModel. Project Template. Dependencies. ViewModels. Views. Views. - Creating a legacy web service proxy in Visual Studio 2008
There are still a lot of Windows 2000 systems out there! 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. The best part is the "Advanced" button though. The bottom section - "Compatibility" allows you to generate a web service proxy using that original WS technology. You might be asking - "Why would I want to generate one of those? Why not just use WCF?" - MVVM Helpers 2.0 is live
To hook up a ViewModel to it you use the ViewModelCreator markup extension, in prior versions of the library you supplied the type to create (and optionally the designer type): < Window x : Class ="WpfMvvmApplication1.Views.MainWindow". If you add this, the type (if supplied) will be ignored: < Window x : Class ="WpfMvvmApplication1.Views.MainWindow". Recall from prior posts that it is responsible for creating new popup windows (either modal or modaless) inside the VM – to display child dialogs for example. public partial class ChildWindow : Window. {. - MVVM Helpers 2.0 is live
To hook up a ViewModel to it you use the ViewModelCreator markup extension, in prior versions of the library you supplied the type to create (and optionally the designer type): < Window x : Class ="WpfMvvmApplication1.Views.MainWindow". If you add this, the type (if supplied) will be ignored: < Window x : Class ="WpfMvvmApplication1.Views.MainWindow". Recall from prior posts that it is responsible for creating new popup windows (either modal or modaless) inside the VM – to display child dialogs for example. public partial class ChildWindow : Window. {. %>
| | |