Archive for the ‘Uber Micro’ Category

Silverlight & WCF

Posted: 20th January 2012 by admin in Uber Micro
Comments Off

This post is for my students this week. Follow up on how to connect Silverlight to WCF interacting with a database.

.NET & PowerShell Cmdlet and Custom Collection Data

Posted: 12th January 2012 by admin in Uber Micro
Comments Off

This post is an extension from the post I did earlier this week on the Powershell Course. Found here: http://www.brianlockwood.info/2012/01/11/powershell/ Quick summary from my previous post: “Powershell is a scripting language that is deeply engrained in windows operating systems. It is a programming language for powerful automation, it can be used to interrogate and manipulate [...]

Powershell Course

Posted: 11th January 2012 by admin in Uber Micro
Comments Off

This week (of Jan 9, 2012) I am taking the Powershell v2.0 course at Benchmark Learning with eduator Lu Patrick (my colleague). It’s been a very interesting week. As a developer it’s actually been very easy to understand, pickup and use. In fact, with powershell leveraging the .NET framework it made it easy to understand [...]

Consuming web services with ASP.NET in VS 2010

Posted: 14th October 2011 by admin in Uber Micro
Comments Off

Web services have been an extremely important aspect of integrated systems. Microsoft has now moved to a more robust service oriented architecture called Windows Communication Foundation. Although this video presents web services developed in Visual Studio 2010 most steps and concepts here can be applied to the request response style communications of WCF. Consuming a [...]

.NET Extension Methods

Posted: 8th October 2011 by admin in Uber Micro

The advent of the .NET Framework 3.0 brought us extension methods.  These methods have  been widely used for LINQ queries but could be used so much more. Think about the data types (classes) built into the framework, we can’t modify them, we might be able to derive from them, but why can’t we just add [...]

Nuget Package Manager

Posted: 8th October 2011 by admin in Uber Micro

One of the coolest extensions to add to Visual Studio 2010 has to be the Nuget Package manager. Ever been one of those blokes that just can’t seem to get add ins, plug ins, CMSs to work no matter how hard you try to plug in the dependencies needed? What about making sure you use [...]

Print PDF from ASP.NET using jQuery & Winnovative

Posted: 8th October 2011 by admin in Uber Micro

On a recent project we had a need to generate a PDF for multiple pages within the application. After looking at our options we elected to use the winnovative HTML to PDF converter but this solution would really work with most PDF APIs I suspect. All pages worked great. We were able to set up [...]