Recently I asked what the Internet Society of Australia’s position was in relation to the distinction between the Coalition’s FTTN-based NBN verses the previous Government’s FTTP-based NBN plans. Here’s an abstract from the response off the member’s list: On the topic of FTTN vs. FTTP: ISOC-AU does not see any […]
Monthly Archives: September 2013
14 posts
Intro If you want to manage your SQL Databases in Azure using tools that you’re a little more familiar and comfortable with – for example – SQL Management Studio, how do you go about connecting? You could read the help article from Microsoft, or you can follow my intuitive screen-based […]
Introduction Recently I began writing a series of articles demonstrating how you could take a blank Database schema and bring it all together with a fully integrated object relational mapping access model (Entity Framework) and then exposing the entire object graph via WCF web services in a completely detached mode. […]
Introduction This article is part of the ongoing series I’ve been writing recently, but can be read as a standalone article. I’m going to do a better job of integrating the changes documented here into the ongoing solution I’ve been building. However, considering how much time and effort I put […]
Yesterday saw the release of a number of products from Microsoft. The big news is Windows 8.1, which was revealed to have hit the RTM milestone last week and was released to MSDN and TechNet subscribers yesterday. Included in the mix was the well performing Windows Server 2012 (previously in […]
Introduction Following on from the previous article, Data Access with the Entity Framework V6 RC1, this time I’m going to go deeper and look at how we manipulate entities through a structured and often times generic approach. We’ll take a particularly close look at an approach to adding, updating and […]
Introduction Today I’m following on from my previous series of articles from last week, particularly (and logically) from the article More with the Entity Framework V6 RC1. This time around, I’m going to go under the covers and document a new approach I’m trying out around the Entity Framework Data […]
Editorial Update With the recent release of Visual Studio 2013 RC (which includes, by the way a “Go-Live” license) this issue with Visual Studio 2013 Preview has probably been overtaken by events. I’ll leave this here anyway as a historical footnote. How’s this? Tonight I fired up the VM I […]
Introduction In my last post, I explained how to add a NuGet package to a solution, and from there how to generate and lightly consume an Entity Framework data model. We’re going to take it to the next level now, and do a bit more with the framework. Expanding on […]
Introduction Following on from the earlier article which established a data schema, the next step is to wrap the database design in an ORM.. for fun. I’m going to take a look at the latest pre-release of the Entity Framework, version 6 (RC1). If you’re interested in the licensing aspects, […]
Introduction Per my introduction article, I’m learning the hard way – with the latest from Microsoft. Yesterday I created a SQL schema from a Twitter archive which was “fun”, but didn’t provide me with a decent enough schema to model a complete end-to-end design for something meaningful. So I’m back […]
This article will look at populating an archive of Twitter data into SQL Server 2014. This process can apply to older versions of SQL Server.
Introduction Recently, I added some articles about installing and configuring some new pre-release software that Microsoft released earlier in the year. [ Visual Studio 2013 | Team Foundation Server 2013 ] Now I’m ready to put it all to the test! I know there’s been a lot of build-up, and […]
If you’re like me, you might have more than one installation of Visual Studio floating around, which can make the process of applying updates a bit tedious. With the release of Visual Studio Update 3 [description], we have another large (potentially ~2GB) set of updates to apply. Now, you might […]