Browse by Tags
All Tags »
Jason (RSS)
In this post I'm going to demonstrate how you would return and consume multiple result sets from a stored procedure in LINQ to SQL. Imagine you have a stored procedure like this one below. Very simple – it’s just returns all customers and
Read More...
Did you know that VS2008 has a great feature to remove any unused 'using' statements in your code? Simply right click anywhere in your code file, select ' Organize Usings ' and select ' Remove Unused Usings '. You then end up with only the using statements
Read More...
Lately I've been experimenting with SCVMM and PowerShell, and I wondered how hard it would be to automate the creation of a Virtual Machine via C#. Well the good news is that's it not that hard at all! In this post I'm going to demonstrate how to: Create
Read More...
I know I had a hard time trying to work this out when I was starting to use Expression, so I thought it might be useful to share! Thanks Tim ! Creating Arcs and Changing Centers with Expression Jason
Read More...
Just a quick tip I thought I would share... When working in SQL Server Management Studio, an easy way to hide the results of a query is to press CTRL + R. Press it again to toggle showing the results. Jason
Read More...
Recently we had a new release of an application that didn't go as well as planned, which I'm sure a lot of you can probably relate to - after all, how many rollouts do go as planned? This new release contained miles of bug fixes and enhancements and was
Read More...
Yesterday my manager sent an email around to the team asking for ways we could better utilize the blog and how we could 'do more blogging'. Needless to say, his email got me thinking... How do we - an internally facing team - better connect with customers?
Read More...
If you're serious about developing in .NET, you MUST have this tool! Scott Hanselman has a great post detailing the new features here: http://www.hanselman.com/blog/Reflector5ReleasedWorldDominationAssured.aspx You can download it from here - Jason
Read More...
I've been playing around with Windows Live Writer for a little while now (since it first came out in beta!) and the more I use it, the better it seems to get (in case you haven't used it, I encourage you to check it out ). The only "problem" I've had
Read More...