Welcome to Jonathan Parker's Blog Sign in | Join | Help

Browse by Tags

All Tags » .NET   (RSS)
I've signed up fro the SQL Server Data Services (MSSDS) and have started to play around with the API. It's quite nice and simple. Here's an example of how to get your data in the cloud with MSSDS. Add a Web Reference to any .NET 2.0+ project. I'll be Read More...
So many times I have been shocked by the thoughtless lack of imagination in the computer world. On of them is clipboard . However the column must be in the top 10. Is text editing still an unsolved problem? Here's the problem: You get a bunch of data Read More...
The BCL Team have confirmed via their blog that they will be removing some of the BCL types from Silverlight 1.1 The following types will be completely removed: ArrayList BitArray CaseInsensitiveComparer CaseInsensitiveHashCodeProvider CollectionBase Read More...
Iterators can be very useful sometimes. For example, you may need to process every second item in a collection. With the yield keyword it's easy to create a generic iterator that does this like so: class CustomIterator { public static IEnumerable<T> Read More...
Yep, I've just passed my second exam and thus have achieved MCTS: .NET Framework 2.0 Web Applications . I encourage you to give it a try if you're interested in advancing your .NET skills. These exams really help to give you a more comprehensive understanding Read More...
More Posts Next page »