| |
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.
|
4 Articles match "How To","Visual Studio 2008"
| Related DevelopMentor Courses | MORE | | Essential BizTalk Server Learn how Orchestration, Business Rules, and Business Activity Monitoring allow you to develop sophisticated, agile, and transparent business processes - all without writing any custom code! You'll get answers to these questions: What role does BizTalk play in Microsoft's Service Oriented Architecture (SOA) strategy? How can I integrate disparate systems without modifying source code in those systems? How can I implement complex business processes that are reliable, long running, and stateful? Acquire skills you need to be productive today. XSLT++). DevelopMentor Courses - Wednesday, February 22, 2012 Essential Entity Framework 4.0 with Data Services Training including extension methods and lambda expressions Use LINQ to filter, sort, and group in-memory collections of objects Write LINQ to XML queries to search XML documents and save them to the file system Create LINQ to Entities queries to execute stored procedures and perform updates in real-world database applications Build a rich conceptual entity model using the EF and visually map it to a database schema Learn how to implement Repository and Unit of Work design patterns with EF 4.0 and Visual Studio 2010. DevelopMentor Courses - Wednesday, February 22, 2012 Essential BizTalk Server Learn how Orchestration, Business Rules, and Business Activity Monitoring allow you to develop sophisticated, agile, and transparent business processes - all without writing any custom code! You'll get answers to these questions: What role does BizTalk play in Microsoft's Service Oriented Architecture (SOA) strategy? How can I integrate disparate systems without modifying source code in those systems? How can I implement complex business processes that are reliable, long running, and stateful? Acquire skills you need to be productive today. XSLT++). DevelopMentor Courses - Tuesday, March 1, 2011 |
7 Articles match "How To","Visual Studio 2008"
| The Latest from DevelopMentor | MORE | | MVVM: IUIVisualizer and event management with behaviors It’s not designed to be a true image application ala photoSuru, it’s really more of a sample of MVVM practices with the helper library. It maps mouse DoubleClick on an image into a command in the ViewModel to display the properties. Open the project in Visual Studio 2008 SP1, it should build and run without any issues. The project structure is pretty much like all the other samples I’ve blogged about – I’m trying to keep to a consistent model: Service Registration. file registers a UI dialog to display the properties of the image. par ?? Mark's Blog of Random Thoughts - Friday, February 5, 2010 MVVM Helpers 1.05 With this post I am starting a new series - I hope to be more consistent in posting at least once or twice a week. To that end, I am going to focus on the WPF/MVVM helper library I use daily. So, without further ado, here's the code for you to download and play with, this compiles with Visual Studio 2008 SP1 , or with Visual Studio 2010 Beta 2. Or you can take any of the source code, modify it however you like and add it directly to your project. encourage anyone who wants to use this library to check that out. Mark's Blog of Random Thoughts - Wednesday, January 20, 2010 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 | -
| The Best from DevelopMentor | MORE | - Creating a legacy web service proxy in Visual Studio 2008
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. 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? The best part is the "Advanced" button though. - MVVM: IUIVisualizer and event management with behaviors
It’s not designed to be a true image application ala photoSuru, it’s really more of a sample of MVVM practices with the helper library. It maps mouse DoubleClick on an image into a command in the ViewModel to display the properties. Open the project in Visual Studio 2008 SP1, it should build and run without any issues. The project structure is pretty much like all the other samples I’ve blogged about – I’m trying to keep to a consistent model: Service Registration. file registers a UI dialog to display the properties of the image. par ?? - Creating a legacy web service proxy in Visual Studio 2008
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. 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? The best part is the "Advanced" button though. - MVVM Helpers 1.05
With this post I am starting a new series - I hope to be more consistent in posting at least once or twice a week. To that end, I am going to focus on the WPF/MVVM helper library I use daily. So, without further ado, here's the code for you to download and play with, this compiles with Visual Studio 2008 SP1 , or with Visual Studio 2010 Beta 2. Or you can take any of the source code, modify it however you like and add it directly to your project. encourage anyone who wants to use this library to check that out. Mark's Blog of Random Thoughts - Wednesday, January 20, 2010 - 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 - Loading data from Excel 2007
I’m playing around with code generation using Visual Studio 2008 T4 and I needed to pull in some data. Easiest way to create the data is using Excel and then pull it into a dataset. The code below shows how to select the data from a worksheet. Using the right connection string this becomes very easy. public class Excel2007Reader. {. private static string BuildExcelConnection( string filename ). {. return @"Provider=Microsoft.ACE.OLEDB.12.0;Data Data Source=" + filename + @";Extended Properties=""Excel 12.0;HDR=YES;""" HDR=YES;""" ; }. The Blomsma Code - Tuesday, June 2, 2009 - Creating a legacy web service proxy in Visual Studio 2008
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. 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? The best part is the "Advanced" button though. %>
| | |