http://mjjames.co.uk/
Name: http://mjjames.co.uk/
Score: 50.02
Last Seen: 415 days, 11 hours, 58 minutes ago
Member Since: 21 January, 2009
DotNetShoutout
atom rss
8
shouts

David L's Blog : Windows Azure SDK on Windows 7 Beta!

published 415 days, 10 hours, 51 minutes ago posted by mithumithu 416 days, 14 hours, 16 minutes ago
Friday, January 23, 2009 1:09:59 PM GMT Thursday, January 22, 2009 9:45:07 AM GMT
So with the new release of our SDK and VS Tools and the recent release of Windows 7 Beta, some folks may have tried to run one on the other... Well, in case you have and are wondering why some parts don't work, or in case you haven't and were thinking of trying to, or haven't and were thinking you might look good in mauve stretchy velour pants (like I did that one time at last years MSFT Christmas party), I have some info f... (more)
category: Foundation | clicked: 1 | comment | | source: blogs.msdn.com
tags: Azure, Windows 7 Beta
9
shouts

LINQ to NHibernate, IEnumerable vs IQueryable

published 416 days, 5 hours, 13 minutes ago posted by http://www.genericerror.com/blog/http://www.genericerror.com/blog/ 417 days, 12 hours, 5 minutes ago
Thursday, January 22, 2009 6:48:18 PM GMT Wednesday, January 21, 2009 11:56:48 AM GMT
LINQ is pretty cool but there are some subtleties to watch out for. Learn from someone elses experiences making sure only the necesary queries are making it through to the database. (more)
category: Architecture | clicked: 48 | comment | | source: www.genericerror.com
tags: Linq, NHibernate
16
shouts

.NET Cheat Sheets

published 416 days, 5 hours, 13 minutes ago posted by http://john-sheehan.com/http://john-sheehan.com/ 418 days, 4 hours, 40 minutes ago
Thursday, January 22, 2009 6:48:18 PM GMT Tuesday, January 20, 2009 7:21:31 PM GMT
A collection of cheat sheets for .NET developers. (more)
category: ASP.NET | clicked: 9 | comment | | source: john-sheehan.com
tags: .NET, C#, keyboard-shortcut, string-formatting
10
shouts

Azure Table Storage – How to Install and Setup

published 419 days, 6 hours, 57 minutes ago posted by beebee 419 days, 23 hours, 3 minutes ago
Monday, January 19, 2009 5:04:12 PM GMT Monday, January 19, 2009 12:58:12 AM GMT
Introduction to Configuring for Azure Table Storage We will be working on the Thumbnails example, which is installed with the Windows Azure SDK. Thumbnails The Thumbnails sample is a service that demonstrates a web role and a worker role. What are web roles and worker roles? A Windows Azure application can't actually see the VM it's running in. A developer isn't allowed to supply his own VM image for Windows Azure to run, nor does he need to worry about maintaining this copy of the Windows op... (more)
category: Web Service | clicked: 12 | comment | | source: blogs.msdn.com
tags: Azure, Web Services
9
shouts

Windows Azure Services – Exercise 1 - The Very Beginning – The Infamous Hello World

published 418 days, 2 hours, 33 minutes ago posted by beebee 419 days, 22 hours, 59 minutes ago
Tuesday, January 20, 2009 9:28:56 PM GMT Monday, January 19, 2009 1:02:19 AM GMT
Hello World How many of us started learning something with the "Hello World" example. We've seen "Hello World" travel from a console application to a GUI. Now it's in the cloud. History While small test programs existed since the development of programmable computers, the tradition of using the phrase "Hello world!" as a test message was influenced by an example program in the seminal book The C Programming Language. The example program from that book prints "hello, world" (without capital letters ... (more)
category: Architecture | clicked: 12 | comment | | source: blogs.msdn.com
tags: Azure, Web Services
9
shouts

Windows Azure Services – Exercise 2: Configuration, Logging, and Debugging

published 418 days, 2 hours, 33 minutes ago posted by beebee 419 days, 22 hours, 58 minutes ago
Tuesday, January 20, 2009 9:28:56 PM GMT Monday, January 19, 2009 1:03:21 AM GMT
Windows Azure Services – Exercise 2: Configuration, Logging, and Debugging Learn about the API and Fabric In this exercise, you will explore some of the Windows Azure API and development fabric features. Logging Support First, you will add some logging support. Logging is extremely important in Windows Azure applications. Instead of attaching a debugger This is your view on what is happening inside your application. While you can attach a debugger to the local development fabric, you cannot at... (more)
category: Architecture | clicked: 4 | comment | | source: blogs.msdn.com
tags: Azure
9
shouts

Setting up Azure-Table Storage

published 418 days, 2 hours, 33 minutes ago posted by beebee 419 days, 23 hours, 20 minutes ago
Tuesday, January 20, 2009 9:28:56 PM GMT Monday, January 19, 2009 12:41:22 AM GMT
What is Azure? What pieces are part of it? Before we get started, I'd like to ask my readers how they would define Cloud in one or two sentences? Simply put, the cloud is a set of connected servers which developers can install and run services, as well as store and retrieve data. Now that we've got the cloud cleared up (pun intented), how to you define Azure? Once again, in simple terms, Azure is an operating system for the cloud and is optimized for utility computing (pay for what you use only). Devel... (more)
category: Architecture | clicked: 0 | comment | | source: blogs.msdn.com
tags: Azure, Web Services
12
shouts

Understanding Azure Tools – The Real Starting Point

published 418 days, 2 hours, 33 minutes ago posted by beebee 419 days, 23 hours, 1 minute ago
Tuesday, January 20, 2009 9:28:56 PM GMT Monday, January 19, 2009 1:00:37 AM GMT
The real starting point I am writing this blog to help the very beginner in all of us. I started writing on the "Thumbnails" example, but found all the talk about "blobs" and "queues" was too fast. Also, the documentation is at the "conceptual level." I always like starting from scratch when learning something. I love seeing things like "File – New – Project." Goals We are interested in creation, building, debugging, running and packaging of scalable services on Windows Azure. Setup Install Win... (more)
category: Architecture | clicked: 1 | comment | | source: blogs.msdn.com
tags: Azure, Web Services
5
shouts

Syntax Highlighting and Intellisense for WSC Files in Visual Studio 2008

published 416 days, 12 hours, 51 minutes ago posted by http://mjjames.co.uk/http://mjjames.co.uk/ 417 days, 9 hours, 52 minutes ago
Thursday, January 22, 2009 11:10:43 AM GMT Wednesday, January 21, 2009 2:09:11 PM GMT
Visual Studio Tip on setting up custom Syntax Highlighting and Intellisense (more)
category: ASP.NET | clicked: 40 | comment | | source: blog.mjjames.co.uk
tags: Intellisense, Syntax Highlighter, Visual Studio
3
shouts

Customizing your Visual Studio Welcome Screen

posted by http://mjjames.co.uk/http://mjjames.co.uk/ 417 days, 9 hours, 54 minutes ago
Wednesday, January 21, 2009 2:07:25 PM GMT
A Quick Tip on customizing / disabling the RSS Feed used by the Visual Studio Startup Screen (more)
category: ASP.NET | clicked: 4 | comment | | source: blog.mjjames.co.uk
tags: Visual Studio 2008 SP1, Welcome Screen
11
shouts

JQuery 1.3 and Visual Studio 2008 IntelliSense

published 419 days, 6 hours, 57 minutes ago posted by beebee 423 days, 36 minutes ago
Monday, January 19, 2009 5:04:12 PM GMT Thursday, January 15, 2009 11:25:27 PM GMT
JQuery 1.3 and Visual Studio 2008 IntelliSense Time for an update on the JQuery IntelliSense story. Since I last updated the blog on this subject, things have moved on enormously:Microsoft started shipping JQuery 1.2.6 with ASP.NET MVC, and announced their intention to do the same with VS 2010.Alongside that, they handed over their own annotated intellisense file to the JQuery project to support intellisense in VS 2008To make that even easier to use, they released a patch for VS2008 SP1 that allows the... (more)
category: Ajax | clicked: 12 | comment | | source: blogs.ipona.com
tags: Intellisense, jQuery, Visual Studio
5
shouts

SYTYAWD #4 Using Regular Expressions In Java Script

published 419 days, 6 hours, 57 minutes ago posted by beebee 419 days, 17 hours, 27 minutes ago
Monday, January 19, 2009 5:04:12 PM GMT Monday, January 19, 2009 6:34:51 AM GMT
The next installment of the So You Think Your A Web Developer series will talk about Regular Expressions in Java Script. Many developers cringe at the site of Java Script, and even more run and hide with the mention of Regular Expressions. As a web developer, it is your responsibility to write sites that load fast, and often times string manipulation is the cause of bottlenecks on web sites. String manipulation is most efficient when Regular Expressions are used. If you are unfamiliar with Regular Expres... (more)
category: Ajax | clicked: 0 | comment | | source: www.mcwherter.net
tags: Java, JavaScript, Regex