| |
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.
|
52 Articles match "Microsoft","Windows"
| Related DevelopMentor Courses | MORE | | jQuery UI and Windows 8 and Internet Explorer 10 touch screens Microsoft has shipped Windows 8 and Internet Explorer 10 and the jQuery UI draggable effect doesn’t work there as is. I recently did a blog post describing how to enable the jQuery UI drag effects. In this post I showed how to get the draggable effect to work on an iPad. While that works just fine it isn’t the end of the story. The solution Fortunately the solution is a lot simpler and doesn’t require an additional plug-in. It turns out that Internet Explorer 10 has quite a good support for pointer and gesture events. It turns out this is rather simple. Enjoy! The Problem Solver - Wednesday, October 24, 2012 Certificate Validation and Setting up Service Bus 1.0 Beta for Windows Server Microsoft recently announced the beta of Service Bus 1.0 for Windows Server. Well if you install the beta on a Windows Server 2008 R2 box and you actually develop on another machine then there’s a couple of things not mentioned in the documentation that you need to do (having previously spent long hour glaring at certificate errors allowed me to resolve things pretty quickly). This is the on-premise version of the Azure Service Bus that so many have been asking for. There is a good walkthrough of the new beta in the MSDN documentation here including how to install it. DevelopMentor Courses - Wednesday, July 25, 2012 |
109 Articles match "Microsoft","Windows"
| The Latest from DevelopMentor | MORE | | DotNed podcast: Michaël Hompus over Serious Request en Windows Azure Links: Blog: [link] Serious Request: [link] SnowMaker: [link] Microsoft Showcase: [link] TechDays: [link] Enjoy In deze podcast spreekt Maurice de Beijer met Michaël Hompus over de software die Michaël met enkele collega's geschreven hebben voor de Serious Request actie van 3FM en het Nederlands Rode Kruis. Bij deze 6 daagse acties is meer dan 12 miljoen euro opgehaald via donaties en verzoeknummers op de website. Tijdens deze podcast, en zijn TechDays sessie in maart, vertelt Michaël hoe ze dit precies voor elkaar gekregen hebben. The Problem Solver - Monday, February 25, 2013 DotNed podcast: Michaël Hompus over Serious Request en Windows Azure Links: Blog: [link] Serious Request: [link] SnowMaker: [link] Microsoft Showcase: [link] TechDays: [link] Enjoy In deze podcast spreekt Maurice de Beijer met Michaël Hompus over de software die Michaël met enkele collega's geschreven hebben voor de Serious Request actie van 3FM en het Nederlands Rode Kruis. Bij deze 6 daagse acties is meer dan 12 miljoen euro opgehaald via donaties en verzoeknummers op de website. Tijdens deze podcast, en zijn TechDays sessie in maart, vertelt Michaël hoe ze dit precies voor elkaar gekregen hebben. The Problem Solver - Monday, February 25, 2013 Mark Blomsma: Upcoming Events First Windows Azure and second How to get free/cheap Microsoft software. March 18, SDN Event (Zeist, The Netherlands): A bunch of topics ranging from Delphi for iOS to Windows Azure to SOLID principles. Here are some events in which I’m involved or which are being organized by friends: February 25, Maine Developer Network (Augusta, Maine): Two topics in this meeting: First What’s New in Entity Framework 5 and second Using NuGet and creating packages. More on: [link]. February 26, Bangor Area.NET Developer (Bangor, Maine): Two topics in this meeting. More on: [link]. DevelopMentor Courses - Saturday, February 16, 2013 | -
| The Best from DevelopMentor | MORE | - Books on Windows Phone 7 development
Here are some books for people that are looking to get into Windows Phone 7 development (some are pre-order only at this time): Microsoft XNA Framework Programming for Windows Phone 7. Microsoft Silverlight Programming for Windows Phone 7. Windows Phone 7 Plain & Simple. Developing Windows Phone 7 Applications. Windows Phone 7 The Blomsma Code - Thursday, December 2, 2010 - Augusta Developer Event, December 16th 2010
Speakers: We have two confirmed speakers at this time: - Chris Bowen , developer evangelist for Microsoft and friend of the Maine Developer Network. Windows Azure. Windows Phone 7. Azure C# Community Windows Phone 7You are here by invited for the Augusta Developer Event on December 16th in Augusta, ME. Location: 41 Anthony Ave. Augusta, ME. Date: December 16th, 2010. Time: Everyone is welcome starting at 9am, sessions will start at 9:30am. Lunch will be at 12pm, pizza will be provided. Sessions will resume at 12:30pm. Door prizes will be drawn at 3:45pm. C# 4.0. The Blomsma Code - Thursday, December 9, 2010 - jQuery UI and Windows 8 and Internet Explorer 10 touch screens
Microsoft has shipped Windows 8 and Internet Explorer 10 and the jQuery UI draggable effect doesn’t work there as is. I recently did a blog post describing how to enable the jQuery UI drag effects. In this post I showed how to get the draggable effect to work on an iPad. While that works just fine it isn’t the end of the story. The solution Fortunately the solution is a lot simpler and doesn’t require an additional plug-in. It turns out that Internet Explorer 10 has quite a good support for pointer and gesture events. It turns out this is rather simple. Enjoy! The Problem Solver - Wednesday, October 24, 2012 - 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. That's a great reason and Microsoft and Google have interesting plays there too. 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. Now you have full access to your Windows 2008 machine. Here we go. Michael C. Kennedy's Weblog - Saturday, January 30, 2010 - Significant Advances in Unit Testing Windows Workflow
This post describes a unit testing library for testing Windows Workflow Foundations. Unit Testing Activities with Windows Workflow Foundation by Ron Jacobs. TDD and Windows Workflow Foundation by Ron Jacobs. So you might want to sell 5 shares of Google and buy 10 shares of Microsoft and pocket the difference. hope you find this library adds significant value to unit testing of your Windows Workflows. Personally, I think it makes unit testing of your Windows Workflows practical in the real world. It is not a framework like HarnessIt , NUnit , or MsTest. Michael C. Kennedy's Weblog - Sunday, January 18, 2009 - 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. found the answer in the forums and adapted the answer for my specific problem: 1.Copy WcfSvcHost.exe and WcfTestClient.exe from C:program files (x86)Microsoft Visual Studio 10.0Common7IDE to a local directory. 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. DevelopMentor Courses - Wednesday, October 5, 2011 - Certificate Validation and Setting up Service Bus 1.0 Beta for Windows Server
Microsoft recently announced the beta of Service Bus 1.0 for Windows Server. Well if you install the beta on a Windows Server 2008 R2 box and you actually develop on another machine then there’s a couple of things not mentioned in the documentation that you need to do (having previously spent long hour glaring at certificate errors allowed me to resolve things pretty quickly). This is the on-premise version of the Azure Service Bus that so many have been asking for. There is a good walkthrough of the new beta in the MSDN documentation here including how to install it. DevelopMentor Courses - Wednesday, July 25, 2012 %>
| | |