| |
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.
|
25 Articles match "2010","Windows"
| Related DevelopMentor Courses | MORE | | Visual Studio 2010: Debugging a x86 WCF service on a x64 machine No problem, but now when I want to test or add a service reference to this WCF service I ran into the problem that WcfSvcHost and WcfTestClient both will run a x64 because I’m running Windows 7 x64. 2.Start a Visual Studio 2010 Command Prompt (one of the links from the start menu -> Visaul Studio 2010). Visual Studio 2010 WCF Windows 7I just ran into an issue where I have a WCF service that depends on a.NET assembly that is compiled specifically for x86. In order to use that assembly I need to compile the service as a x86 service. How to solve this? DevelopMentor Courses - Wednesday, October 5, 2011 Guerrilla.NET (US) Training WPF/SL : Develop cutting-edge UIs with Windows Presentation Foundation and Silverlight including coverage of Silverlight 5.0 WCF : Develop network services with Windows Communication Foundation. You learn a myriad of patterns and best practices, and you get hands-on experience developing applications using Visual Studio 2010. WPF/SL : Develop cutting-edge UIs with Windows Presentation Foundation and Silverlight including coverage of Silverlight 5.0 WCF : Develop network services with Windows Communication Foundation. dynamic typing from C# 4.0, and jQuery. DevelopMentor Courses - Tuesday, March 1, 2011 Guerrilla.NET (UK) Training Develop network services with Windows Communication Foundation Develop cutting-edge UIs with Silverlight 4.0 Use data binding to create rich data driven Silverlight applications Use powerful new security models with Windows Identity Foundation Debug.NET application beyond using Visual Studio breakpoints Come and learn to build robust.NET applications! You learn a myriad of patterns and best practices, and you get hands-on experience developing applications using Visual Studio 2010. How do I develop network services with Windows Communication Foundation? couldn't? DevelopMentor Courses - Tuesday, March 1, 2011 |
129 Articles match "2010","Windows"
| The Latest from DevelopMentor | MORE | | Scopeless contacts: the problem Cast your mind back 2 years, what was the world like in July 2010 ? Froyo) JP Morgan was fined £33m for failing to protect client money Greek debt was downgraded to junk in April Barclays were fixing Libor Go back a little further: Windows 7 was release in October 2009. I’ve discussed Agile contract models before and I’ve agued against points based contracts (‘Points based contracts? Just say No’) but the more I think about client-supplier software development contracts the more I think including any scope in the contract is asking for trouble. mean: “the work which will be done.” Allan Kelly's Blog - Wednesday, August 15, 2012 WCF SOAP and REST Multi-Project Visual Studio Templates Last year I published a REST Multi-Project Visual Studio Template on the Visual Studio Extensions Gallery, available for download from the Tools-Manage Extensions menu from within Visual Studio 2010. Similarly, the service resides in a separate project than the web host, which makes it easier to re-deploy it in a self-hosting scenario (such as a Windows Service). What I like about this sort of project template is that it produces a much more realistic WCF solution with entities spit off into a separate project that is referenced from both the service and client projects. Enjoy. DevelopMentor Courses - Sunday, June 10, 2012 2011 Recap My first client was a pharmaceutical distribution company that was porting two applications, one a Windows Forms app and the other an ASP.NET app, over to a single Silverlight app that would run both in-browser and out-of-browser. That morphed into a project building a Security Token Service using Windows Identity Foundation by customizing the Thinktecture Identity Server authored by Dominick Baier. In June of 2010, when I migrated my blog to WordPress.com , I was receiving about 3,000 hits per month. He is the youngest of our three children. So what’s next for blogging? Tony and Zuzana's World - Tuesday, January 31, 2012 | -
| The Best from DevelopMentor | MORE | - Reporting using Entity Framework
We can use any Windows or ASP.NET application and add start using the ReportViewerControl, but Visual Studio also offers a report application template. Tags: NET C# Community Visual Studio 2010 For many years the mantra for implementing business logic in your line of business application has been: “don’t put it in the database, don’t put it in the user interface”. In other words, apply the layers design pattern if at all possible, together with implementing the Model-View-ViewModel ( MVVM ) or Model-View-Controller ( MVC ) pattern. Life is good. Then it is time to create a report. The Blomsma Code - Wednesday, October 20, 2010 - Accessing TFS 2010 from Visual Studio 2008
I’ve recently installed TFS 2010 and have been running some projects on a complete 2010 oriented environment. Today I found the need to also connect to TFS 2010 from Visual Studio 2008. essentially due to a project that I cannot convert to 2010, yet). 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 I did. The Blomsma Code - Monday, May 10, 2010 - Using Windows 7 Search to delete ‘obj’ folders
One easy way is to use Windows 7 Search to look for all the ‘obj’ folders and just delete them manually. For a complete overview of the Windows 7 Search syntax go to: [link]. Tags: Windows 7 Visual Studio will create ‘obj’ folders within your solution to store a bunch of temporary files. You can remove these files in a number of ways. To do this I use the ‘kind’ keyword in the query box. Tip: Just typing ‘kind:’ will give you a list of choices to choose from. The Blomsma Code - Tuesday, February 9, 2010 - Purchasing Visual Studio 2010
Amazon sells various versions of Visual Studio 2010. Visual Studio 2010 Feature Comparison. Microsoft Test Manager 2010. Windows Development. Microsoft Visual Studio Team Explorer 2010. Microsoft Visual Studio Team Foundation Server 2010. Microsoft Visual Studio Team Foundation Server 2010 CAL. Windows Azure™. †. ††. †††. Windows (client and server operating systems). Windows Embedded operating systems. May require one or more Microsoft Visual Studio Load Test Virtual User Pack 2010. Tags: Visual Studio 2010 The Blomsma Code - Tuesday, July 13, 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. Of course, upgrading to VS 2010 is only half the process. 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). was not able to find a tool out there that does this automatically, so I wrote one. Cheers. Tony and Zuzana's World - Sunday, November 28, 2010 - Securing a Workflow Service using Windows Identity Foundation
In windows the preferred form of federated security is through Windows Identity Foundation and it is real easy to secure an ASP.NET site or WCF service using Windows Identity Foundation. Before we start we need to install Windows Identity Foundation and the related WIF SDK using the two links provided. The service web.config is also standard and pretty short: This just works as expected and when I run I see the following output: Securing this service using Windows Identity Foundation. How about securing a workflow service? try. {. catch (Exception ex). {. The Problem Solver - Friday, September 24, 2010 - Building Windows Machines in Amazon EC2
In this article I'm going to give you a simple, step-by-step overview of how to create a Windows 2008 server image in Amazon's Elastic Cloud Compute (EC2) infrastructure. I'm putting Visual Studio 2010 Beta on mine to play around with that software without 'polluting' my real system. We'll start with a stock Amazon Windows 2008 server image. This time we'll setup a 64-bit Windows 2008 Server (Data Center Edition). You'll need to retrieve that password using the "Instance Actions -> Get Windows Admin Password" option. Feel free to send me any I missed. Michael C. Kennedy's Weblog - Saturday, January 30, 2010 %>
| | |