A taste of development

May 29, 2008

Language parsing and compiler design doesn’t have to be hard, but boy this book truly sucks!

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

How’d you like that for an opening up title? Did it seize your attention? Hell, your studying this far so I hazard it did. The book I’m riveting on hither is Work up Your Own.NET Language and Compiler  and delight, don’t click the link and so run purchase it. I don”t care about the 50 [...]

Read the rest of this entry »

Specifying the Citing Assembly

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

Suppose you’re debugging your application and you realise that version 1.0 of an assembly is being charged when you intended it should be version 2.0. Where is the reference to 1.0 coming from? The well-fixedest way to regain out is to view the Fusion log for this bind. If the version 1.0 assembly was successfully [...]

Read the rest of this entry »

May 28, 2008

Where to Find oneself Expert Support

Filed under: Technology —Tagged , , , — simma1990 @ 9:43 pm

Microsoft’s prescribed support website is http://support.microsoft.com/. It has all kinds of resources like product FAQs, downloads, searchable KB articles, newsgroup pointers, and ways to hit people to help with your single needs or feedback. Alas, I can’t consecrate attention to single customer issues. That’s because I work in product design and development, not customer support. [...]

Read the rest of this entry »

March 26, 2008

Brad Abrams’ pixel8 Interview Podcast posted

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

Also see: The influence of style upon methodology… I just noticed that the good folks at Pixel8 posted a podcast I did with them a while back.  It was a fun conversation about a bit of.NET history as well as where we are going.  Landing Page   Download show I’d love the hear what you [...]

Read the rest of this entry »

March 25, 2008

Prototypes and Java Config with Spring

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

Spring is a deep framework providing numerous approaches and techniques for Java developers. This post by Solomon Duskis covers the topic of Java config and prototypes in the framework. Also see: Infrequent blogging Also see: Note to self: Blog about using Service Broker Also see: The 2 Technology Magazines You Should Read http://feeds.feedburner.com/~r/techtarget/tsscom/blogs/~3/248013264/thread.tss

Read the rest of this entry »

Finally, the Killer App

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

Also see: YouTube Tries to Get Legal Also see: Brad Abrams’ pixel8 Interview Podcast posted Also see: This Guy Proves Anyone with a Keyboard can be Stupid If you’ve yet to be sold on the Internet, grab a seat and your favorite pointing device. My good man Ryan sent me a link to what is [...]

Read the rest of this entry »

Java Concurrency, another series on its issues

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

Previously in the blog section at TSS we presented a series on the issues related to Java concurrency, continuing with what is definitely a topic of interest given the emerging processor architectures in the industry, we present this post covering yet another series on the issues of Java concurrency. Also see: Infrequent blogging http://feeds.feedburner.com/~r/techtarget/tsscom/blogs/~3/248003447/thread.tss

Read the rest of this entry »

March 24, 2008

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 »

March 23, 2008

VS.NET Macro To Group and Sort Your Using Statements

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

Also see: The NCAA and the Hoosiers I try to follow a coding standard for organizing my using statements. System.* goes at the top and then other namespaces grouped together like this: using System; using System.Collections.Generic; using System.Configuration; using System.Data; using System.Data.SqlClient; using System.Web; using System.Web.Script.Services; using System.Web.Services; using System.Web.Services.Protocols; using Microsoft; using Microsoft.CSharp; using MyCompany; [...]

Read the rest of this entry »

March 21, 2008

Using Silverlight 2 on a production Web Server

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

Also see: CVS on the Web Also see: I’ve finally settled into my new position on the Internet Explorer team… Also see: The Internet is Officially Dead & Boring – Its the economy stupid ! I recently ran into an issue with using Silverlight 2 on a production web server.   Basically the Silverlight 2 application [...]

Read the rest of this entry »

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