-
| Related DevelopMentor Courses | 145 Results found Showing page 1 of 8 Next > |
- Windows 8 Consumer Preview
ISO images with the Windows 8 Consumer Preview are now available for download. Windows 8Go to [link] to get the bits.
DevelopMentor Courses - Wednesday, February 29, 2012 - 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. 1: $( "#draggable" ).css(
The Problem Solver - Wednesday, October 24, 2012 - Windows 8 RTM and Visual Studio 2012 now on MSDN
For those of us with an MSDN subscription: Windows 8 RTM and Visual Studio 2012 are both available for download. Visual Studio 2012 Windows 8Go to https://msdn.microsoft.com/en-us/subscriptions to get your copy.
DevelopMentor Courses - Thursday, August 16, 2012 - Certificate Validation and Setting up Service Bus 1.0 Beta for Windows Server
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). Microsoft recently announced the beta of Service Bus 1.0 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. For 1.
DevelopMentor Courses - Wednesday, July 25, 2012 - Brock Allen: Microsoft DevBoston : Windows Identity Foundation in.NET 4.5
The topic will be “Introduction to Windows Identity Foundation in.NET 4.5″ I’ll be speaking on Tuesday, October 16, 2012 at the Microsoft DevBoston user group. ″ The meeting will be hosted at the Microsoft NERD center in Cambridge, MA
DevelopMentor Courses - Saturday, September 8, 2012 - Maurice de Beijer: 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. 1: $( "#draggable" ).css(
DevelopMentor Courses - Wednesday, October 24, 2012 - Mark Smith: MVVMHelpers for Windows 8 Metro
I’ve been doing some Windows 8 Metro programming lately and to help with building more testable applications have ported the MVVMHelpers (mvvmhelpers.codeplex.com) over to Metro/.NET NET 4.5. This post is intended to introduce the functionality and show it off a little. … Continue reading →
DevelopMentor Courses - Thursday, June 21, 2012 - 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. 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? Keep a backup copy of this file, of course. "cd" to the directory where your copy of WcfSvcHost is located.
DevelopMentor Courses - Wednesday, October 5, 2011 - Fixing Skype [Windows]
The following worked for me (on Windows 7): 1. On Windows XP: Click Start and then Run.). On Windows XP: Click Start and then Run.). I just had Skype crashing on me every time it tried to connect and go online. If the Skype icon is displayed in the system tray at the bottom right of the screen, right-click it and select Quit. Click Start, type "run" and press Enter. Type "%appdata%skype" and click OK. Locate and delete the file shared.xml. The file may be displayed as shared if file extensions are not displayed by default on your computer. Restart Skype.
DevelopMentor Courses - Tuesday, June 7, 2011 - Mark Smith: Variable sized tiles in Windows Store Apps
'One of the common requests I hear when training customers on Windows 8 is “How do I create variable sized tiles in a GridView?” ” The Windows Store app utilize this technique where different tiles have different sizes to promote content. … Continue reading →
DevelopMentor Courses - Wednesday, May 8, 2013 - Essential Windows Communication Foundation 4 Training
Windows Communication Foundation (WCF) replaces previous technologies such as.NET Remoting, ASMX, and COM+. Here you learn about the different options like self hosting, IIS/WAS, and Windows Server AppFabric. Day 4 Claims-based Identity, Access Control & Federation Microsoft made heavy investments in unifying the representation of identity, authorization and personalization with the new released Windows Identity Foundation (WIF) library. Because it incorporates web service standards, WCF enables interoperability with other platforms such as Java/Unix.
DevelopMentor Courses - Tuesday, March 1, 2011 - Enabling Tincr on Windows 8
This works really well with one exception, on Windows 8 it will not install. Basically his solution is to run Chrome in Windows 7 compatibility mode and install Tincr. Some time ago I posted a blog post on Tincr and live reloading of CSS/JavaScript in Google Chrome. When you try Chrome shows the following error message: This application is not supported on this computer. Installation has been disabled. The Chromium team has acknowledged this as a bug but it still needs to be fixed. After that Chrome can be started in the normal way and Tincr will work just fine. Enjoy!
The Problem Solver - Friday, December 21, 2012 - Using RavenDB with Azure websites
While using RavenDB as a Windows Service or hosted in IIS is probably the best way to go in most cases there are a number of cases where the embedded option is great. In a previous post I explored various options of hosting RavenDB. And one of the places where I really like the embedded option of hosting RavenDB is when doing simple standalone websites. And with the new Azure website option that is a great way to host them. The code is real straightforward and just like before. 1: public static DocumentStore DocumentStore { get; private set; }. 2: 3: private void CreateRavenDB(). Enjoy!
The Problem Solver - Monday, December 10, 2012 - Brock Allen: Adding custom roles to windows roles in ASP.NET using claims
If you’ve been using WIF (Windows Identity Foundation) for any amount of time this shouldn’t be anything new, but for folks that haven’t had their eyes opened yet to using claims-based identity then I wanted to show how it’s very easy to add custom roles to windows roles (or any other claim type for that
DevelopMentor Courses - Thursday, January 17, 2013 - Lynn Langit: Quick Look – Windows Server 2012 on an Azure VM
While I was working with Windows Azure VMs for another reason, I noticed that there is now an image that uses Windows Server 2012 as it’s base OS as shown in the screenshot below. spun it up and here’s … Continue reading →
DevelopMentor Courses - Saturday, August 18, 2012 - Using Reporters in Approval Tests
It automatically adds this command to your clipboard: [UseReporter( typeof (ClipboardReporter))] Simply open a command prompt and past the contents of the clipboard in to the command prompt window to approve the file. Today I pushed new versions of ApprovalTests for both C# and Java to SourceForge. Updates include new capabilities around the Reporters feature set for ApprovalTests. These enhancements were driven by feature requests from Peik Aschan(@peikas). He and I pair-programmed remotely (he lives in Finland) to extend ApprovalTests per his ‘asks’. Why Use Reporters? png, *.html,
DevelopMentor Courses - Saturday, December 31, 2011 - jQuery UI and touch screens
It works perfectly with a mouse but with an iPad all you do is drag the whole browser window. I really like using jQuery UI in my web applications. But even though jQuery UI is very well tested there are some potential issues to keep in mind. One of those is using the jQuery UI controls on touch devices like the iPad. With these touch enabled devices becoming more and more popular support is quite important if you don’t know you exact client configuration. The problem The reason jQuery UI doesn’t always work out of the box is because they use the mouse events. Enjoy
The Problem Solver - Monday, September 17, 2012 - DotNed podcast: Marcel Meijer over Windows Azure
In deze podcast spreekt Maurice de Beijer met Marcel Meijer over huidige stand van zaken bij Windows Azure. Windows Azure is een dynamisch platform en er is dus veel nieuws te melden. Links: Blog: [link] [link] Using 32 bit DLL on Windows Azure: [link] Cloud9: https://c9.io/ Droam: [link] Met dank aan onze sponsor RedGate. Ze blikken even terug op de eerste versie van Azure en wat je toen allemaal wel en niet kon. Het grootste deel van de podcast gaat over hoe Azure veranderd is en wat je tegenwoordig allemaal kan doen. Podcast DotNed Azure
The Problem Solver - Monday, December 31, 2012 - Secure WCF REST Services with a Custom UserNamePasswordValidator
This assumes you’re running Windows Vista or later. For earlier versions of Windows you will need to use httpcfg – see here for more info. Download the code for this blog post here. When securing WCF services you’re faced with a choice: Message versus Transport security. Unless you need to conceal messages from an intermediary, your best bet is to stick with transport security and use SSL to secure messages traveling over HTTP. This means you can eschew the complexity and overhead of message-based security in favor of the simpler and leaner model of transport-based security.
DevelopMentor Courses - Monday, May 28, 2012 - Simple MVVM Toolkit for Silverlight 5.0, Windows Phone 7.1
and Windows Phone 7.1 ! Before you run the installer, however, you should install the prerequisites , which now include Silverlight 5 Tools and Toolkit , Expression Blend Preview for Silverlight 5 (this will be replaced by the Blend 5 SDK when it comes out), and the Windows Phone SDK 7.1. To get those, install the NuGet package manager from the Extensions Manager command under the Tools menu, then search for “SimpleMvvm” and select a package to install, depending on the type of project you have: WPF, Windows Phone, Silverlight 4 or Silverlight 5. Enjoy
DevelopMentor Courses - Friday, March 2, 2012