| |
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 "Visual Studio 2008","Web"
| Related DevelopMentor Courses | MORE | | Essential BizTalk Server BizTalk Best Practices Architecture Orchestrations XML and XML Schemas in BizTalk Using the Orchestration Designer Writing XSLTs with BizTalk Maps Creating and Managing Ports Adapters and Pipelines Custom Adapters and Pipelines Using Web Services in BizTalk Business Rules Engine Correlation and Convoys Transactions Debugging Strategies WCF Adapters Administration and Deployment Features BAM Deployment Essential BizTalk Server teaches best practices in BizTalk applications: set up, configuration, development, deployment, tracking, and administration. This is where pipelines come in. 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. Leverage new features of C# 3.0, How do I leverage EF 4.0's DevelopMentor Courses - Wednesday, February 22, 2012 Essential BizTalk Server BizTalk Best Practices Architecture Orchestrations XML and XML Schemas in BizTalk Using the Orchestration Designer Writing XSLTs with BizTalk Maps Creating and Managing Ports Adapters and Pipelines Custom Adapters and Pipelines Using Web Services in BizTalk Business Rules Engine Correlation and Convoys Transactions Debugging Strategies WCF Adapters Administration and Deployment Features BAM Deployment Essential BizTalk Server teaches best practices in BizTalk applications: set up, configuration, development, deployment, tracking, and administration. This is where pipelines come in. DevelopMentor Courses - Tuesday, March 1, 2011 |
10 Articles match "Visual Studio 2008","Web"
| The Latest from DevelopMentor | MORE | | 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. invocation. There are plenty of resources on the web about these so I won’t go into detail on their creation – check the library source code if you want to see how they work, but using them involves taking a dependency on two assemblies: System.Windows.Interactivity.dll. par ?? par ?? Mark's Blog of Random Thoughts - Friday, February 5, 2010 MVVM Helpers 1.05 released an earlier version of it onto the web and have gotten a lot of comments which has been great, so I am releasing the latest version which has a lot of changes. 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. 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. mvvmhelpers.zip. Project Structure. Credits. Mark's Blog of Random Thoughts - Wednesday, January 20, 2010 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. The problem only occurred with a specific web project. 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. When "Show All Files" is on, Visual Studio becomes unresponsive. No luck. Mystery solved. Ardent Dev - Monday, January 11, 2010 | -
| The Best from DevelopMentor | MORE | - 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. Interestingly, Firefox had no problem displaying the web page. After that IE7 displayed the web page property for localhost addresses. To rectify the issue, I just had to open the hosts file and add the following entry: 127.0.0.1 localhost. Tony and Zuzana's World - Wednesday, March 11, 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. For those clients, we have no choice but to use legacy web service proxies.NETThe best part is the "Advanced" button though. - 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. invocation. There are plenty of resources on the web about these so I won’t go into detail on their creation – check the library source code if you want to see how they work, but using them involves taking a dependency on two assemblies: System.Windows.Interactivity.dll. par ?? 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. For those clients, we have no choice but to use legacy web service proxies. The best part is the "Advanced" button though. - Christmas comes early: Microsoft releases Visual Studio.NET 2008
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. The visual designer and XAML views stay synchronized and “mini” thumbnails and scaling bars are used to help you see what you are building. 8: ClickOnce improvements Microsoft introduced a simplified way to deploy Windows Forms clients from the web with Visual Studio 2005 called ClickOnce. framework released with Visual Studio 2005. 2: Visual Studio Split View. Mark's Blog of Random Thoughts - Wednesday, December 19, 2007 - MVVM Helpers 1.05
released an earlier version of it onto the web and have gotten a lot of comments which has been great, so I am releasing the latest version which has a lot of changes. 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. 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. mvvmhelpers.zip. Project Structure. Credits. Mark's Blog of Random Thoughts - Wednesday, January 20, 2010 - 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. The problem only occurred with a specific web project. 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. When "Show All Files" is on, Visual Studio becomes unresponsive. No luck. Mystery solved. Ardent Dev - Monday, January 11, 2010 %>
| | |