G’Day Everyone, Despite the rather sudden nature of my availability – which was evidently due to my salary and a decline in engagement opportunities (doubtlessly caused by the current economic trends), I’m now starting to put together a workable curriculum vitae and preparing for the inevitable trek towards gainful employment. […]
Yearly Archives: 2008
187 posts
Here are some lessons learned from using the Entity Framework and the EntityDataSource provider in ASP.net development. Edit: Hi Everyone, I’ve been getting some traffic on this topic and I realise I’ve only written half the details (there is more to come). Please bare with me and I’ll aim to […]
Posted recently on Slashdot, this blog entry located here [http://www.slugsite.com/archives/957] has some really interesting pictures of WWII encryption techniques. These appear to be legitimate (or at the minimum, possibly used for training documentation), and show how codes were encoded/decoded during the conflict. What is more interesting are the range of […]
Since I’m rather unlikely to reach for the book on Windows for Workgroups or Red Hat 6.1 they went off to be recycled. My general rule of thumb is that if it’s >10 years old, I probably don’t need it anymore. One exception to the rule (for example) is a […]
Sometimes you have to wonder how people miss things.. Something simple like: string movieTitle = "Ghostbusters";var movies = from mov in mdb.Movie where mov.Title.Contains(movieTitle) select mov; Fails with a nasty error: "The ntext and image data types cannot be used in WHERE, HAVING, GROUP BY, ON, or IN clauses, except […]
Don’t you just hate it when your heart sinks and you read something like this: SQL Server Express and Hosting “Several questions have come up lately regarding whether SQL Server Express is an appropriate product to be used in a hosting environment. Here are the answers: User Instances (also known […]
Hi Everyone, The VSTS Database Edition GDR (which introduced support for SQL Server 2008) has just been released (RTM). Worthy of note: (from the release notes): Projects Partial projects Allowing code sharing between projects by including files from a different project, where the code is included as-is from the originating […]
In the last entry, we looked at basic querying with a web browser and viewing service metrics. This entry will examine administrative commands and bulk uploading options using the SDS administration utility (st.exe) which is part of the SDS SDK. Migrating Data To SQL Data Services There’s really no fun […]
On the weekend we were at the mercy of some really terrible rugby as Australia played France to decide who could play the worst. Stay tuned for a complete review of a game which was only slightly better than South Africa vs Australia, 2006…
Yesterday was suddenly (without warning) my last day working for Readify Pty Ltd. I’ve worn the Readify badge of honour with pride for over two and a half years spread over two stints (from February this year until end of November) and just under two years, 2005-2007. To those whom […]
In the previous entry we reviewed how to create entities, but what do we do now? Before I go into detail on how to interact with SDS directly, let’s take some time to go over the fundamentals of querying with SDS. This entry will focus on some of the techniques […]
Hi Everyone, This is a small break in our scheduled programming (the SQL Server Data Services series) to point to a new blog post by the ADO Entity Framework team announcing some of their thoughts for the next edition. As you might be aware, the ADO Entity Framework shipped v1.0 […]
In the last entry, we established a way of programmatically creating an SDS Authority and Containers. In this entry we will focus on creating data Entities using the SOAP interface. Review In Part 1, we saw how the relationship is defined between objects in the SQL Data Services world. An […]
In Part 1, we were introduced to the concept of SQL Data Services (SDS) and the fundamental design. In Part 2, we looked at the options for authentication, data access and the SDS SDK (helpful tools). In this entry we will look at using the SOAP interface to create an […]
Yesterday, Part 1 in this series introduced you to the basic fundamentals behind SQL Data Services (SDS). The official definition of SQL Data Services is below. “Microsoft SQL Data Services (SDS) offers highly scalable and Internet-facing distributed database services in the cloud for storing and processing relational queries. SDS can […]