Anything They Can Do Why can't you?

6Mar/101

Presentation for Lambda Expressions

So I gave this talk about Lambda Expressions in C# today and people seemed to like it... In fact it was standing room only and the event organizer asked me to do a repeat this afternoon at the 2:30pm time slot. For all those that are interested here is the presentation that I gave as well as the VS2010 project sample

28Feb/100

Presentation at NYC Code Camp v4

Make sure to come check out my presentation at the NYC Code Camp on March 6th. I will be discussing how to use Lambda Expressions in your code to get more done with less effort.

Filed under: Appearances No Comments
1Feb/100

SQL Azure Presentation recap by SQLRockstar

So at SQL Saturday I presented a session on SQL Saturday that had several parts that required the internet for my demonstration. But, alas my tubes were clogged and as we are all aware the internet is not a truck. So as SQLRockstar points out that perhaps the epic fail that occurred with my connection illustrated a valuable lesson to consider when talking about moving you mission critical data to the Clouds.  What happens when for any given reason I (or an entire building/city/state/country/region) can't talk to  the clouds?

The clear solution is to have local servers that can work as fail overs but with SQL Azure not currently supporting mirroring to local databases any sync between local and cloud is DIY.

31Jan/100

SQL Saturday #34 Boston – Presentation Materials

Developing With SQL Azure

Pivot Data Visualizations

Also for those of you that are instrested in Pivot check out http://pivotcollectiontools.codeplex.com/ & http://pivotcollectionmaker.codeplex.com/.

12Jan/100

Speaking at Philly.Net Monthly Meeting

February 10th I will be speaking at the Microsoft Malvern, PA office for the monthly Philly.net meeting. I will be going over what I have learned and how I use Silverlight after working with it almost daily for over a year now. This is a tips and tricks session for Silverlight check it out if your considering using Silverlight in your projects. Its from 5:30 - 8:30 with free food. I am the first session and after me is a talk about C# 4.0.

Filed under: Appearances No Comments
7Jan/100

SQLSaturday #34 Boston 2010

I will be presenting 2 sessions at SQLSaturday #34 in Boston January 30th 2010 the event is from 8am till 5pm at Microsoft New England - 201 Jones Rd, Waltham, MA 02451. If your in the area please check it out, after all it's free.

Developing with SQL Azure
This is a high level intro of how to develop for SQL Azure either using traditional ASP.Net IIS or Windows Azure as a host. I will go over the differences between SQL Azure and Azure Storage. Considerations that need to be made if using Azure Cloud Hosting with ASP.Net Authentication and session states as well as how to use SQL Azure as a Sql(Membership,Role,Profile)Provider. I will share the tips and tricks that I have discovered as I worked with SQL Azure.

Pivot Data Visualization
Live Labs recently released Pivot a tool to visualize data which can allow uses to see patterns in data like never before. In this session I will provide a basic intro to Pivot and discuss how to use you existing database and the pivotcollectiontools(on codeplex) SDK that I have released to dynamically build Pivot Collections.

Filed under: Appearances No Comments