| |
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.
|
11 Articles match "2008","Windows"
| Related DevelopMentor Courses | MORE | | 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. DevelopMentor Courses - Wednesday, July 25, 2012 Scopeless contacts: the problem ve been over this ground again and again, first in Why Do Requirements Change (2004), again in Changing Software Development (2008) and more recently in Dear Customer (2012). 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. Further still: the iPhone was released in June 2007 and the AppStore in July 2008. I’ve discussed Agile contract models before and I’ve agued against points based contracts (‘Points based contracts? Allan Kelly's Blog - Wednesday, August 15, 2012 Essential Windows Presentation Foundation - WPF Training Use VS.NET 2008 (or 2010) and Expression Blend together to build your user interface. Utilize your existing controls, forms and resources from Windows Forms with WPF. Essential Windows Presentation Foundation provides hands-on experience with the latest in Microsoft UI technologies. Learn how to best utilize WPF for both new projects as well as porting existing Windows Forms, MFC or traditional Win32 application over to this new platform. and teaches developers how to properly use WPF to build advanced Windows client desktop applications. SP1 and 4.0? DevelopMentor Courses - Wednesday, February 22, 2012 |
98 Articles match "2008","Windows"
| The Latest from DevelopMentor | MORE | | Scopeless contacts: the problem ve been over this ground again and again, first in Why Do Requirements Change (2004), again in Changing Software Development (2008) and more recently in Dear Customer (2012). 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. Further still: the iPhone was released in June 2007 and the AppStore in July 2008. I’ve discussed Agile contract models before and I’ve agued against points based contracts (‘Points based contracts? Allan Kelly's Blog - Wednesday, August 15, 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. DevelopMentor Courses - Wednesday, July 25, 2012 Screencast: Real-World MVVM with WCF RIA Services Entities are persisted to the Northwind sample database (using SQL Server 2008 Express) through an ADO.NET Entity Data Model. Add a View using the Silverlight Child Window item template and bind controls to properties of the Model property on the ViewModel. Great news! have just published an online tutorial and screencast for using the Simple MVVM Toolkit to build Real-World MVVM Apps with WCF RIA Services. Screencast Part 1 Streaming (watch now) or Download (offline for pc or mobile device) Screencast Part 2 Streaming (watch now) or Download (offline for pc or mobile device). Tony and Zuzana's World - Thursday, April 28, 2011 | -
| The Best from DevelopMentor | MORE | - MongoDB vs. SQL Server 2008 Performance Showdown
These inserts were performed by inserting 50,000 independent objects using NoRM for MongoDB and LINQ to SQL for SQL Server 2008. All of these tests were run on a Lenovo T61 on Windows 7 64-bit with a dual-core 2.8 GHz processor using the 64-bit versions of both SQL Server 2008 Standard and MongoDB 1.4.1. This article is a follow up one I wrote last week entitled “The NoSQL Movement, LINQ, and MongoDB - Oh My!”. In that article I introduced the NoSQL movement, MongoDB, and showed you how to program against it in.NET using LINQ and NoRM. Those were. Performance. Fair enough. Michael C. Kennedy's Weblog - Thursday, April 29, 2010 - Error installing SQL Server 2008 R2
I just tried installing SQL Server 2008 R2 in a VirtualPC environment. Tags: SQL Windows 7 This caused an error, redownloading the.iso image from MSDN did not help. Binged it and found Bob Beauchmin had the same problem. Apparently the.iso reader in VirtualPC causes the problem. More here: [link]. The Blomsma Code - Monday, May 10, 2010 - Verifying JavaScript with JSLint and Visual Studio
Since I do the majority of my work on Windows machines, I’m fortunate enough to have a built-in scripting engine that can run JavaScript without having to install any extra tools. Check Use Output Window and click OK. You should see your Output window appear with the results of the run. Douglas Crockford’s JavaScript: The Good Parts is a short, but informative read that all JavaScript developers should probably pick up. finally decided to make this an almost instantaneous process. The source code for JSLint is written in, what else, JavaScript. Jason Diamond - Saturday, August 9, 2008 - Verifying JavaScript with JSLint and Visual Studio
Since I do the majority of my work on Windows machines, I’m fortunate enough to have a built-in scripting engine that can run JavaScript without having to install any extra tools. Check Use Output Window and click OK. You should see your Output window appear with the results of the run. Douglas Crockford’s JavaScript: The Good Parts is a short, but informative read that all JavaScript developers should probably pick up. In it, he describes what parts of the JavaScript language we should be using (the good parts) and what parts we shouldn’t (the bad and the awful parts). Jason Diamond - Saturday, August 9, 2008 - How to build a Development/Test/Demo CA
So I ended up running Windows Cerificate Services which proved to be an easy to use, robust solution. Install Windows Server (2003 or 2008) - either phyiscally or virtually. You can also set the lifetime of that revocation list to some high value (like 5 years), so Windows will cache the list. I often need X509 certificates - but I never really became friendly with makecert. You can have one at home or carry it around in a VM. Perfect. There are some gotchas you can run into and I refined my configuration over the years. Basic Installation. Select Stand-alone CA. www.leastprivilege.com - Thursday, August 14, 2008 - Username/Password Validation with Geneva
By default the Windows handler is registered and unless you have a used a username/password pair that incidentally matches a Windows account on your system, username authentication will fail. You first have to remove the windows handler - or clear the handler collection and add your own handler to it: < add type = " LeastPrivilege.SimpleUserNameSecurityTokenHandler, AutoClaims " /> There is also a thread on MSDN where Pedro shows how to do that programmatically. This is also true for username/password authentication. if (unToken.UserName != unToken.Password). {. www.leastprivilege.com - Thursday, November 13, 2008 - Part 3: Shifting focus to the first available element in WPF
The first page looks like this: The XAML layout for window1.xaml looks something like this: <TabControl x:Name="Pages" SelectedIndex="0"> What I want is to have focus immediately positioned within the first text box but it turns out that you can't get WPF to do this directly from XAML - because the TextBox isn't a direct descendent of Window - it's part of the Page1 user control. You can try putting the focus shift into the user control but it turns out that it won't work there either - it's got to be assigned to the focus scope which is the window. but all is not lost! %>
| | |