JoeGeeky

Stories kicked by JoeGeeky

Casting just a little faster(www.smelser.net)

submitted by JoeGeekyJoeGeeky(364) 3 months, 19 days ago

This is a tip for the micro-optimizers in the crowd. Got a tight loop and need a little more performance. This may help. read more...

1 comment |category: |Views: 368

tags: another

The Pre-emptively active Activator(www.smelser.net)

submitted by JoeGeekyJoeGeeky(364) 3 months, 25 days ago

This is a nice pattern to help offset the cost of object construction read more...

1 comment |category: |Views: 122

tags: another

A few principles for writing blazing fast code in .NET(www.smelser.net)

submitted by JoeGeekyJoeGeeky(364) 4 months, 4 days ago

Just a few tips to write code that requires higher performance demands read more...

2 comments |category: |Views: 1020

tags: another

Log4Net... Friend or Foe?(www.smelser.net)

submitted by JoeGeekyJoeGeeky(364) 4 months, 8 days ago

This is one of those micro-optimization issues that few people will need to worry about, but its valuable information none-the-less. read more...

add a comment |category: |Views: 8

tags: another

Stay out of the JIT's way(www.smelser.net)

submitted by JoeGeekyJoeGeeky(364) 4 months, 11 days ago

This is a nice reminder on how to let the JIT make your code just a little faster. read more...

1 comment |category: |Views: 159

tags: another

Being recursive(www.smelser.net)

submitted by JoeGeekyJoeGeeky(364) 4 months, 14 days ago

This is a nice article about making recursive calls more efficient in .NET. read more...

add a comment |category: |Views: 13

tags: another

Add Chuck Norris to Your TFS 2010 Builds!(blogs.microsoft.co.il)

submitted by yuvmazyuvmaz(44) 4 months, 14 days ago

In this post I describe how to build a custom TFS 2010 build activity that displays a random Chuck Norris fact during an automated build. We use several more advanced concepts like build extensions and the ActivityTracking attribute which are often not described when presenting how to write custom build activities. read more...

1 comment |category: |Views: 42

tags: another

Common design patterns(stevesmithblog.com)

submitted by oguzh4noguzh4n(5) 4 months, 14 days ago

Common design patterns with .net read more...

add a comment |category: |Views: 21

tags: another

Windows Phone Application Icons and Tiles(www.windowsphonegeek.com)

submitted by winphonegeekwinphonegeek(2187) 4 months, 14 days ago

Windows Phone 7 Application Icons and Tiles read more...

add a comment |category: |Views: 11

tags: another

Windows Phone and PhoneGap - Article #7 - Check for Network Connection(windowsphonerocks.com)

submitted by isenthilisenthil(2309) 4 months, 15 days ago

If you want to find out the connection information of your Windows Phone using PhoneGap you can use the connection object . The navigator.network.connection.type - lets the developers know about the currrent device's connection states and in simple terms lets you know the type of connection , your Windows Phone is using . read more...

add a comment |category: |Views: 7

tags: another

Take a byte out of time(www.smelser.net)

submitted by JoeGeekyJoeGeeky(364) 2 years, 1 month ago

This is an easy pattern to save a little space on the wire. In high performance scenarios that can help make the difference on whether or not you can meet SLA. read more...

add a comment |category: |Views: 1

tags: another

Wrap config settings for speedier access(www.smelser.net)

submitted by JoeGeekyJoeGeeky(364) 2 years, 1 month ago

Measurably increases performance when working with config file. Simple pattern read more...

add a comment |category: |Views: 9

tags: another

SCRUM-tastic Tuesday - Manager Interruptus(www.smelser.net)

submitted by JoeGeekyJoeGeeky(364) 2 years, 1 month ago

Sometimes those managers can just get in the way of us doing our work. read more...

add a comment |category: |Views: 4

tags: another

SCRUM-tastic Tuesday - Dealing with naysayers(www.smelser.net)

submitted by JoeGeekyJoeGeeky(364) 2 years, 1 month ago

Nag, Nag, Nag, can we just get on with it. read more...

add a comment |category: |Views: 11

tags: another

A faster way to take out the Garbage(www.smelser.net)

submitted by JoeGeekyJoeGeeky(364) 2 years, 2 months ago

Here is config that is often overlooked and can be really valuable for some applications. read more...

add a comment |category: |Views: 7

tags: another

Putting your DataTable on a diet(www.smelser.net)

submitted by JoeGeekyJoeGeeky(364) 2 years, 2 months ago

A reminder of what free concrete implementations can cost us read more...

add a comment |category: |Views: 11

tags: another