A taste of development

March 24, 2008

Sometimes you just have to make something fun and silly. The chance tree converted to javascript…

Filed under: Technology —Tagged , , — simma1990 @ 11:48 pm

Also see: New Assembly, Old .NET (and Vice-Versa) Also see: The 2 Technology Magazines You Should Read Also see: Java Frameworks State of the (dis)Union. Actually, I didn’t make it to be fun or silly, but rather to create a neat little client-side application for a good friend of mine. Could have just as easily [...]

Read the rest of this entry »

Note to self: Blog about using Service Broker

Filed under: Technology —Tagged , , — simma1990 @ 7:48 pm

Also see: Interested in Artificial Intelligence? What about Wiki’s? Well, now you can have both. Also see: CERT C Secure Coding Standard Also see: Exception Handling in Running a Business Just a note to myself to do a braindump on all this Service Broker shiznit I have been playing with lately. Potential discussion topics: MessageTypes, [...]

Read the rest of this entry »

Data Types a la Carte

Filed under: Technology —Tagged , , — simma1990 @ 6:00 pm

Also see: There can be only one… with data Also see: UI design Also see: A quick update on me. Data Types a la Carte. Wouter Swierstra. This paper describes a technique for assembling both data types and functions from isolated individual components. We also explore how the same technology can be used to combine [...]

Read the rest of this entry »

C# 3.0 Lambdas and Type Inference

Filed under: Technology —Tagged , , — simma1990 @ 3:00 pm

Daniel Cazzulino recently wrote a blog entry whose main focus was on building pipelines using iterators in C#. Towards the end he showed a slightly irritating problem in C# 3.0. He wanted to write this: var transformer = x => new { Original = x, Normalized = x.ToLower() }; However, the C# compiler complains because [...]

Read the rest of this entry »

Reporting Services administration changes in Katmai (v.Next)

Filed under: Technology —Tagged , , , — simma1990 @ 1:48 pm

Also see: When Will Foreign Ownership of US Sports Teams Start ? Also see: 2,433 Unread Emails, I feel your pain.. Also see: Publishing: Good reviews, bad reviews, and hurting oooh so many feelings. Brian Welcker posts some information on changes they are consindering to how you will administer Sql Server Reporting Services in the next version, [...]

Read the rest of this entry »

From C# to Java: Part 4

Filed under: Technology —Tagged , , , — simma1990 @ 12:48 pm

Also see: Snippet Compiler update As a member of Microsoft’s VSIP program, we have been creating source control plugins for the Visual Studio line of products for eight years.  As I started my recent foray into the Eclipse world, I was eager to explore the area of plugins over on this side of the fence.  [...]

Read the rest of this entry »

LINQ – The Uber FindControl

Filed under: Technology —Tagged , , , , — simma1990 @ 12:00 pm

Also see: Trust Microsoft with Claimspace (my response pending) With a simple extension method to ControlCollection to flatten the control tree you can use LINQ to query the control tree: public static class PageExtensions { public static IEnumerable<Control> All(this ControlCollection controls) { foreach (Control control in controls) { foreach (Control grandChild in control.Controls.All()) yield return [...]

Read the rest of this entry »

Natural Sorting in C#

Filed under: Technology —Tagged , , — simma1990 @ 10:48 am

Also see: Win friends and influence your team Jeff Atwood recently posted about natural sorting. This is all about making sure that strings that contain numbers sort numerically. I’m slightly surprised to see that he wants to call it alphabetical sorting. Surely by definition, alphabetical sorting is defined by, well, the alphabet. This is an [...]

Read the rest of this entry »

JSR-203 more New I/O APIs – NIO.2

Filed under: Technology —Tagged , , — simma1990 @ 8:48 am

Alan Bateman who forms part of the JSR-203 expert group — the latter of which focuses on the new generation Java I/O APIs or NIO.2 — weighs in on a series of issues in and around these API’s which are set to from part of Java SE 7. Also see: A Quick Fix for the [...]

Read the rest of this entry »

DevWeek 2008 Silverlight Precon Demos

Filed under: Technology —Tagged , , — simma1990 @ 5:00 am

Also see: Passing the Community Torch: In Search of a New Chief Executive in Redmond Fritz Onion and I just finished the pre-conference ‘Day of Silverlight’ talk at DevWeek. Demos can be downloaded from http://www.pluralsight.com/fritz/demos/DevWeek2008DayOfSilverlightDemos.zip http://www.interact-sw.co.uk/iangblog/2008/03/10/devweek-sl-demos

Read the rest of this entry »

©2012 A taste of development
Provided by WPMU DEV -The WordPress Experts
Hosted by Edublogs.org