Rob Sanders: Sanders Technology

Welcome to the 'Entertain us' Nation 2.0
  • Home
  • Pages
    • About Rob
  • Categories
    • Featured Articles
    • Programming
      • Database Magic
      • Design Concepts and Code
      • Entity Framework
      • Projects
      • Tips and Tricks
      • Visual Studio
      • Web Services and Interop
    • Technology
      • Cloud Computing
      • Security
      • Team Foundation Server
      • Windows
  • Links
    • Aussie Travel Guy
    • Aussie Wine Guy
    • Beautiful Honeymoon Registries
    • dZone Links for Developers
    • Evonet: Technology, Media and .NET
    • Joe Stevens' .NET Blog
    • Paul Stovell is a .NET Object
    • Thanh's TabletPC Blog
    • The Lego Republic
    • Trish's Testing Blog
    • Will's Mobility Blog

Tech Ed Behind the Scenes

 Microsoft Tech Ed  No Responses »
Sep 122012
 

Here’s a bit of a look outside the sessions at TechEd 2012:

20120912-134244.jpg
Last night at the Marketplace

20120912-134251.jpg
Awesome driving games

20120912-134257.jpg
Busy but worth it!

20120912-134301.jpg
Lego(tm) that LegoRepublic would be jealous of!

20120912-134307.jpg
Yes – that *is* a see through interactive monitor of sorts

20120912-134340.jpg
Get your photo taken with a Halo 4 dude…….

 Posted by Rob Sanders at 11:43 am  Tagged with: Marketplace, Photos, Stuff to do

OT: Lego Fun Time

 Hobbies, Personal and Hobbies  No Responses »
Mar 112012
 

This article has moved to a new home at the Lego Republic.

Click on this link to go there now.

 Posted by Rob Sanders at 9:46 pm  Tagged with: Lego, Lego Star Wars, Millennium Falcon, Photos, Star Destoryer, UCS, Ultimate Collector's Set
Get the Sanders Technology Digest App

profile for RobS on Stack Exchange, a network of free, community-driven Q&A sites
Google Profile

Don’t Miss This Section!

Wine Reviews

Visit Aussie Wine Guy
     Aussie Wine Guy

Stuff to cover the hosting costs

Pages

  • About Rob
  • My Criterion Collection
  • Privacy and Legal
  • Sanders Technology Digest App
  • Stop CISPA

View By Category

Tag Cloud

.Net 4.0 azure Bindings BizTalk Server 2010 C# Conversion Copyright CTP Diagrams Domain Names Enums Hyper-V Installation Lego Lessons Learned Microsoft Networking Photos Powerline Pre-Release RTM Rules Engine SDK SQL Server Storage team foundation server TechEd tfs TFS Azure Tools Upcoming Articles Virtualization visual studio Visual Studio 11 Visual Studio 2010 Visual Studio 2012 WCF Web Services Windows 8 Windows 8 RC windows phone 7 Windows Phone 8 Windows Server Wireless WSE

Random Articles

  • Robotics 101 (Lego Mindstorms NXT)
  • Finding the right folks
  • Interesting Factoid: SQL Server Compact Edition
  • Tax Collecting for the 21st Century
  • TechEd 2012: Locknote
  • Have you met……… BizTalk?
  • Green Day : No Lip Synching Here
  • Analyze .NET Applications with Visual Studio 2010 (Part 1)
  • I’ve got a new xbox 360!
  • SQL Server 2008 – Unique Constraint that allows NULLs

Blogroll

  • Beautiful Honeymoon Registries A really great example of an ASP.net implementation
  • Evonet: Technology, Media and .NET A blog devoted to all things ASP.net and more!
  • Joe Stevens' .NET Blog C# and .Net in style
  • Paul Stovell is a .NET Object Architecture and Code for the Windows Platform
  • Thanh's TabletPC Blog A Tablet PC/Mobility Blog
  • Trish's Testing Blog A blog about all things to do with the art of software testing
  • Will's Mobility Blog iPhone, Android technology and more

Hobbies

  • Aussie Travel Guy A travel and photography site
  • Aussie Wine Guy Another day, another blog
  • Beautiful Honeymoon Registries A really great example of an ASP.net implementation
  • The Lego Republic A site devoted to building kits

Technology

  • dZone Links for Developers dZone Links for Developers

Disclaimer

Privacy: Ads are generated on this site. Google may collect cookies about your interests to make ads more relevant. To Opt out or find more information, see this blog or also see the Google Privacy Center

Aussie Wine Guy


Visit Aussie Wine Guy

Featured Articles

  • A quick and dirty Rules Engine using Windows Workflow (Part 2)

    A quick and dirty Rules Engine using Windows Workflow (Part 2)

    Hi there and happy new year.  2011 promises to be quite an interesting year, and I hope that I can continue to contribute here at Sanders Technology.  To kick off the new year, I decided to revisit the Windows Workflow article I started late last year. A little while ago I wrote a post at entitled “A quick and dirty Rules Engine using Windows Workflow (Part 1)” which has evidently been fairly popular.  Unfortunately, it seems that I forgot to follow it up with a part 2!  Now, welcoming in the new year, I’m putting together the second part. Honestly though, folks, this could easily be a multi part mini project, because the uses of this Windows Workflow Foundation (WF) [...]

  • A quick and dirty Rules Engine using Windows Workflow (Part 1)

    A quick and dirty Rules Engine using Windows Workflow (Part 1)

    Recently I put my mind towards developing a fairly light rules based utility for applying various logical patterns on top of some linear business data.  Honestly, my initial thoughts were “oh no, not another boring rules based implementation” because we (ought to) know how boring that can be – and convoluted – but this time I decided to try something a little different. Through no fault of my own, I’ve actually had very little to do with Windows Workflow Foundation – WF, not WWF which stands for World Wildlife Foundation, and not to be confused with the World Wrestling Federation, just to avoid confusion! Most of the project I’ve worked on previously have used some other workflow product, usually something [...]

  • The ADO.Net Entity Framework, POCO Objects and You

    The ADO.Net Entity Framework, POCO Objects and You

    Introduction Now if you are like me, you’ve probably had some interest in POCO (plain old CLR objects) objects for at least some time.  They are an invaluable tool in the distributed systems and service oriented architecture areas, but up until now they’ve been inaccessible for those designs. In a nutshell, both LINQ to SQL and Entity Framework (v1) class entities did not support serialization for the purpose of stateless transport(such as web service communication).  This stems from the embedded context tracking attributes, and the design which stipulates a fairly poor experience for those daring enough to detach entities and “pass them around”. Enter the ADO.net Entity Framework v2.. ahem, version 4 which shipped in the early part of this [...]

  • A Dynamic Data Website with SQL Azure and the Entity Framework

    A Dynamic Data Website with SQL Azure and the Entity Framework

    This is part of a series of entries written about Microsoft’s new SQL Azure database service and the Entity Framework v4. Following on from my previous posts (check them out before continuing) – this article assumes you have followed steps outlined in the  previous posts to create various models and accounts etc. Part 1 – Working with Entity Framework v4 and SQL Azure Part 2 – Next Steps with SQL Azure Part 3 – Putting it all together – SQL Azure Part 4 – A Dynamic Data Website with SQL Azure and the Entity Framework (this post) Addendum – Getting a SQL Azure Database Continuing along.. Our next step is to create a Dynamic Data website.  If you haven’t come [...]

  • Putting it all together – SQL Azure

    Putting it all together – SQL Azure

    Happy Australia Day to you! Following on from my previous posts (check them out before continuing) – this article assumes you have followed steps outlined in the  previous posts to create various models and accounts etc. Part 1 – Working with Entity Framework v4 and SQL Azure Part 2 – Next Steps with SQL Azure Part 3 – Putting it all together – SQL Azure (this post) Part 4 – A Dynamic Data Website with SQL Azure and the Entity Framework Addendum – Getting a SQL Azure Database Now we should have a working data model which has been created in your SQL Azure (Cloud) database.  Taking lessons learned from Part 2, we’re going to create an Entity Framework (v4) [...]

  • Working with Entity Framework v4 and SQL Azure

    Working with Entity Framework v4 and SQL Azure

    This post is the first in a series of posts on this topic.  The following is a summary of the various parts. Part 1 – Working with Entity Framework v4 and SQL Azure (this post) Part 2 – Next Steps with SQL Azure Part 3 – Putting it all together – SQL Azure Part 4 – A Dynamic Data Website with SQL Azure and the Entity Framework Addendum – Getting a SQL Azure Database Introduction Well, it’s been “out there” for a while, and now it is time I gave you a taste of how to combine some of the “Next Generation” data access technologies, today.  SQL Azure is Microsoft’s “Database in the Cloud” and represents a complete makeover (replacement) [...]

  • Functional Transparency: Part 2

    Functional Transparency: Part 2

    This is a little late – but I feel it is worth going into and you can catch up be reading (or re-reading) Part 1 located here.  Just in case you are wondering “what on Earth is he babbling on about?” which is a fair and often under asked question, here’s a brief summary to refresh your memory. The objective is to implement additional (background) functionality which is not seen by calling/consuming code – hence, transparent.  In fact, it’s even possible to enforce execution of certain functionality no matter how a DataContext is manipulated – neat, huh? So let us look at a simple database table and let us further assume you have generated a LINQ to SQL Model: SQL [...]

  • Functional Transparency with LINQ to SQL (Part 1)

    I’m going to coin the phrase ‘Functional Transparency’ because it fits the definition.  I’ve been working with functional transparency in LINQ to SQL for a few weeks now, and it seems to be working well enough to write about.  The objective is to implement additional (background) functionality which is not seen by calling/consuming code – hence, transparent.  In fact, it’s even possible to enforce execution of certain functionality no matter how a DataContext is manipulated – neat, huh? In other words, we implement additional functionality between the DataContext, its entities and the Database itself.  Our objective may be to modify the data returned from a query (or data saved to a database), might be to audit operations or even check [...]

  • Intelligent Paging using LINQ to SQL and the LinqDataSource control

    Intelligent Paging using LINQ to SQL and the LinqDataSource control

    Undoubtedly, anyone who has evaluated LINQ to SQL has fond it a fairly powerful yet lightweight ORM technology which is less complex than the ADO Entity Framework yet utilizes the strength and power of Language Integrated Queries. One problem with LINQ to SQL is the auto paging feature of the LinqDataSource.  Below is a rough GridView which displays three columns, UserName, FirstName and LastName.  This is just a rough demo, so we’re looking at paging.      If you simply drop a GridView and a LinqDataSource control onto a Web Form and configure the LinqDataSource (using Smart Tags) without specifying a Group By field or Order By field (Figure 1) then you will get fairly optimal database querying (Figure 2) although [...]

« Previous Post Pause Next Post »
© 2012 Rob Sanders: Sanders Technology Suffusion theme by Sayontan Sinha