Interesting Finds: February 9, 2010

by Jason Haley 8. February 2010 23:44

312 unread entries this morning.

Other

Visual Studio 2010

Code to look at

From CodePlex Feed

Data Access

Web

Database

PowerShell

Agile

Cloud Computing

Career

Business

Innovation

Community

Other link blogs

Interesting Finds: February 8, 2010

by Jason Haley 7. February 2010 23:29

Other

Visual Studio 2010

Code to look at

From CodePlex Feed

Data Access

Web

Database

Security

Cloud Computing

Career

Business

Innovation

Community

Other link blogs

Interesting Finds: February 7, 2010

by Jason Haley 6. February 2010 23:46

70 unread items this morning.

Other

Code to look at

From CodePlex Feed

Web

Database

Career

Innovation

Other link blogs

Azure Storage Client Extensions + Azure Table Query

by Jason Haley 6. February 2010 13:42

I’m working on combining the Azure Storage Client Extensions functionality into Azure Table Query.  This will add the ability to create projections, do joins on tables, ordering results and a couple of other things.  Below is a screen shot of one of the projection queries joining two tables together:

image

Comments (0) | Post RSSRSS comment feed |

Categories: Azure
Tags:

Phishing email about Windows Azure

by Jason Haley 6. February 2010 03:13

I got my first phishing email about Windows Azure yesterday.

The message title was: IMPORTANT NOTICE: Corrective action taken to resolve potential issues with your Windows Azure platform usage statement‏

In the bottom of the email there is a link to the mocp.microsoftonline.com url but the properties of that link show it going to and address off of  http://sn122w.snt122.mail.live.com with a guid … doesn’t sound right to me.  Looks to me like people are phishing to find live id accounts that are connected to Windows Azure.

Warning: Be careful reading your emails and don’t click on links.

Comments (0) | Post RSSRSS comment feed |

Categories:
Tags:

Interesting Finds: February 6, 2010

by Jason Haley 6. February 2010 02:34

216 unread entries this morning.

Other

Visual Studio 2010

Web

Database

Debugging

Agile

Architecture

Cloud Computing

Career

Community

Other link blogs

Interesting Finds: February 5, 2010

by Jason Haley 4. February 2010 23:26

Other

From CodePlex Feed

Data Access

Web

Silverlight

Database

Debugging

Agile

Cloud Computing

Career

Business

Innovation

Community

Other link blogs

Introducing: Azure Table Query Project

by Jason Haley 4. February 2010 11:01

Today I moved my new pet project out to CodePlex: Azure Table Query

image

This project is a result of me wanting to run ad hoc LINQ queries against Azure table storage.  Last week I wrote about How To: Query Azure Log Tables with LINQPad – but that requires a separate assembly to contain the entities and context classes.  This week I’ve taken it a step further … starting with the work I did on the Query Editor in  PowerCommands for Reflector.  The Azure Table Query is a similar tool for Azure table storage but is implemented as a Web Role project.

Besides giving you the ability to run ad hoc queries against table storage, you can also export your table entities as a compressed serialized xml file.  You do this by creating the query you want exported then choose the output type you want from the drop down.

The project is still in its early stages, but here is a list of some features and limitations.

Current features

  • Ability to get the list of tables in a configured Azure table storage account
  • Ability to see properties of an entity (if there are entities in the table)
  • Ability to execute ad hoc LINQ queries against (a single table in) Azure table storage
  • Query output is a grid by default
  • Optional output currently includes Xml serialized objects (either a normal xml file or a compressed xml file)

Current limitations

  • The table storage account is configured as a setting of cloud service (which means you can’t change it on the fly)
  • Only able to use a single table in a query
  • The LINQ syntax is limited to the same subset of operators currently supported by Azure table storage
  • No security … meaning if someone finds this page they will be able to query your table storage and export the data
  • UI could be improved

The download and information on how to use it are on the project’s site: Azure Table Query

Comments (0) | Post RSSRSS comment feed |

Categories: Azure
Tags:

Interesting Finds: February 4, 2010

by Jason Haley 4. February 2010 02:18

286 unread items today.

Other

.Net 4.0

Code to look at

From CodePlex Feed

Web

Database

Architecture

Cloud Computing

Career

Blogging

Innovation

Community

Other link blogs

Comments (0) | Post RSSRSS comment feed |

Categories:
Tags:

Interesting Finds: February 3, 2010

by Jason Haley 2. February 2010 23:52

261 unread entries this morning.

Other

Visual Studio 2010

Code to look at

From CodePlex Feed

Web

Database

Data Access

Security

Architecture

Cloud Computing

Career

Business

Innovation

Community

Other link blogs