After seeing this, I think I also want the “Apple 5”; supposedly this lady is true and has been waiting in line for 2 days.
{Credit: wmpoweruser.com}
After seeing this, I think I also want the “Apple 5”; supposedly this lady is true and has been waiting in line for 2 days.
{Credit: wmpoweruser.com}
Microsoft folks have released a large collection of free eBooks including Visual Studio, WP, Win 8, Office 365, SQL, Azure, CRM, etc. You can get more details from the following two posts where not only you can browse the catalogue but also download them.
Happy Leeching!
I am running Windows 8 on my primary work machine now, which is domain joined. When I try and use the SkyDrive metro app (which ships with Windows 8), it does not like that fact I am domain joined and wants me to switch accounts, which is something I don’t want to do. This of course works great for those who are not domain joined and essentially are personal machines. For many of us who will be using this on ‘work’ machines, this seems like we will be ignored.
Of course I can install the desktop app, but that is not Metro and I am then in the ‘old’ world. Also the free 25 GB has now dropped to 7 GB, if you already have a Live account, I suggest you login and upgrade your account back to 25 GB for free!
When you install Win 8 on a Netbook the screen resolution would be too low for Metro apps to run which is a bummer. One way to get around this and “fix” this is to update the registry (and you thought that was so XP!) :).
Run Regedit and search for “display1_downscalingsupported” (without quotes). Find all occurrences of this entry and change its value from 0 to 1.
Reboot when finished and you should have more options on your Screen Resolution choosing which will allow you to run Metro. 🙂
Microsoft’s productivity future – how cool is this?
Microsoft recently release the Kinect SDK which allows you to implement a Natural User Interface and program against it! There is a lot of interest around including claims on how Robotics will change to how you can integrate a light sensor.
You can use Visual Studio (C++, C# and VB.NET supported) and get quite interesting results.
Here are a series of links below which will help you get started.
Keep and eye out on the Coding4Fun Kinect blog.
Debugger Canvas is a new user experience for the debugger in Visual Studio Ultimate. It pulls together the code you’re exploring onto a single pan-and-zoom display. As you hit breakpoints or step into code, Debugger Canvas shows just the methods that you’re debugging, with call lines and local variables, to help you see the bigger picture.
Check out the quick demo below to see what it is capable of and read up on the guide on how to use it.
One word – WOW!
If you are ever in a situation where you want to find out if you logged into using cached domain credentials (AD) or authenticated against the domain controller then the easiest way is to open Event Viewer and look for the entry where the source is NETLOGON and Event ID 5719.
The description would be something like:
Log Name: System
Source: NETLOGON
Date: 27/05/2011 08:53:17
Event ID: 5719
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: YOUR-Full-Qualified-Computer-Name
Description:
This computer was not able to set up a secure session with a domain controller in domain YOUR-DOMAIN-NAME due to the following:
There are currently no logon servers available to service the logon request.
This may lead to authentication problems. Make sure that this computer is connected to the network. If the problem persists, please contact your domain administrator.
ADDITIONAL INFO
If this computer is a domain controller for the specified domain, it sets up the secure session to the primary domain controller emulator in the specified domain. Otherwise, this computer sets up the secure session to any domain controller in the specified domain.
Here is a screenshot (on Win 7) showing a (filtered) view of the same event.
More related details on Dustin’s post – WCF scales up slowly with bursts of work.
If you ever want to get a Mini Dump of a process (of course for debugging purposes) the easiest way to do so is to use Task Manager (or use Sys Explorer). Just find the process you are interested in, right click and select “Create Dump File” and voila.
One thing to be careful – make sure you are using the same version of the Task Manager (or Sys Explorer) as the process. For example if your process is x32 (and you are running on a x64 system), then make sure you are using x32 version of Task Manager and not the x64 as that will cause issues.
I was wondering what new features of BizTalk 2010 do you like the most? Also are they any must have tools now? I am interested in the following:
Channel 9 has a number of free technical courses on a number of emerging MS technologies covering a wide range such as Azure, Win7, Identity, SQL Server 2008 R2, Visual Studio 2010, .NET 4.0, Silverlight 4, MOSS 2010, Office 2010, etc.
These cover a number of the features and essentially have everything to get a developer quite comfortable with the stack. In some areas they go a little deep as well. I think its an excellent way to come up to speed.
Here is a quick example of the topics covered in some of the tracks:
Bing Maps adding Flickr images, live video and stars – very cool.
Update: The official TED video below is quite cool and in addition to the one above, also adds more interesting features such as video – check it out.
I know a little bit about WCF 🙂 but never really used it in anger in BizTalk and also did not get an opportunity to extend the adapter.
I was looking for something else and came across this post form Paolo which explains in a lot of detail how does one go about extending and customizing WCF adapters. If you don’t know anything about WCF the first part explains that in general before going in to the BizTalk specific things.