You are using Continuous Integration, Unit Tests and Code Coverage aren't you? If not, shame on you.
Configuring TeamCity 7 to build your VS2010 .NET project using Git repository:
(Via Southworks Blogs.)
You are using Continuous Integration, Unit Tests and Code Coverage aren't you? If not, shame on you.
Configuring TeamCity 7 to build your VS2010 .NET project using Git repository:
(Via Southworks Blogs.)
Posted at 01:19 PM in .NET, Microsoft | Permalink | Comments (0)
Really cool post on Windows Azure Queues. This is something that would be easy to replace in our guidance on Windows Azure.
Simple Capped Exponential Back-Off for Queues: "
Recently Steve Marx and I spent a few hours working on a best practices document for Windows Azure. As expected, this was a fun and educational experience – plenty of goofing around, but also some really good discussion on things to think about when building applications for Windows Azure. One of the items we discussed is a better approach for sleeping inside the Worker Role when pulling from queues. Rather than defaulting to a retry every 10 seconds we decided that the best approach is to exponentially back-off on your queue reads while capping it with an upper bound. "
(Via Wade Wegner.)
Posted at 12:56 PM in .NET, Microsoft, p&p, Windows Azure | Permalink | Comments (0)
It always takes a while for your project to go live on MSDN but it is alive… ALIVE! We really put a lot of effort into this one and is the last in the series. You should go check it out.
I have spent the past couple of years knee deep with Windows Azure and it has been awesome. I can't believe what we were able to accomplish:
Working on our new project is completely new! Will let you know more later!
Posted at 09:54 PM in .NET, Development, p&p, Windows Azure | Permalink | Comments (0)
Thinktecture.IdentityModel.* on GitHub: "
I uploaded Thinkecture.IdentityModel (core) and Thinktecture.IdentityModel.Web (WCF Web Programing Model) to github.
I thought that’s the easiest to make the source code available, especially for the stuff that is work in progress.
"
(Via LeastPrivilege.)
Great to here this! These guys are amazing and I highly recommend using this over rolling your own.
Posted at 04:40 PM in .NET, Microsoft, Windows Azure | Permalink | Comments (0)
The guys at thinktecture have come up with a cool way for you to have your own STS in your application that is simple and lightweight. These guys review our Claims Identity Guide and I can say these guys know Identity. Go download yourself a copy and get your identity on!
Posted at 05:53 PM in .NET, Microsoft, p&p, Windows Azure | Permalink | Comments (0)
This is the 3rd in our series of Windows Azure Guidance. This one is our release candidate and we should be done this week. There is a lot of post production to get the book done and onto MSDN, yet it will not be to much longer. While you wait, give the RC a whirl.
Enjoy!
Posted at 06:15 PM in .NET, p&p, Windows Azure | Permalink | Comments (0)
Jorge Rowies does it again. If you saw / liked the ACS Fluent Interface post, you will love to read how you can do the same thing for your API. Go read his new post and enjoy!
Posted at 09:01 PM in .NET, Microsoft | Permalink | Comments (0)
The guys at SouthWorks have been hard at work again. We have been using the same setup program for our Windows Azure Projects to configure ACS for a while now. It is a bit rough around the edges but we have not had time to invest a little upgrade. Well, leave it to these guys to go above and beyond: Jorge Rowies has create a fluent API for setting things up. Looks great. Check it out and start forking in GitHub.
Posted at 10:05 PM in .NET, Microsoft, p&p, Windows Azure | Permalink | Comments (0)
If you are interested in Claims Based Identity you have to check this out. I can't recommend this enough. I am really looking forward to the Azure release!
Thinktecture IdentityServer v1.0: "
Yeah – it is finally done. I just uploaded the v1 bits to Codeplex and the documentation to our server. Here’s the official blurb…
Thinktecture IdentityServer is an open source security token service based on Microsoft .NET, ASP.NET MVC, WCF and WIF.
High level features

Disclaimer
I did thorough testing of all features of IdentityServer - but keep in mind that this is an open source project and I am the only architect, developer and tester on the team.
IdentityServer also lacks many of the enterprise-level features like configuration services, proxy support, operations integration etc.
I only recommend using IdentityServer if you also understand how it works (to be able to support it). I am offering consulting to help you with customization and lock down - contact me.
Up next is v1 of the Azure version. Have fun!
"
(Via LeastPrivilege.)
