orand

Stories kicked by orand

5 Minute Tutorial on Managed Extensibility Framework (MEF)(milkcarton.com)

submitted by akcoderakcoder(830) 3 years, 1 month ago

A quick, to the point tutorial on exposing and consuming a plugin architecture created with MEF. read more...

add a comment |category: |Views: 3232

tags: another

Jeff Atwood Finally Jumps the Shark(kevinwilliampang.com)

submitted by kpanghmckpanghmc(2055) 3 years, 3 months ago

Well, we all knew it had to happen eventually. After years of great blog posts and insightful commentary on the programming world, Jeff Atwood has finally jumped the shark in his latest post which essentially says "programming is hard, let's go shopping!" read more...

add a comment |category: |Views: 788

tags: another

A better, easier way to make sure you've globalized everything(milkcarton.com)

submitted by akcoderakcoder(830) 3 years, 3 months ago

A better, easier way to make sure you've globalized everything in your application read more...

add a comment |category: |Views: 474

tags: another

Re-index your database(milkcarton.com)

submitted by darukudaruku(240) 3 years, 3 months ago

FTA: "As our production database gets more and more data in it, we noticed that things were slowing down. I ran SQL Profiler trying to figure out if we needed to ad more indexes, better arrange the data, or anything we could do to improve the performance. After about an hour of running queries, creating indexes, profiling, and looking at execution plans; I had gotten barely anything for performance gains." read more...

add a comment |category: |Views: 405

tags: another

Calculating the distance between two Zip Codes in C#(wiredprairie.us)

submitted by orandorand(295) 3 years, 4 months ago

Code for calculating distances between zip codes using downloaded U.S. Gazetteer files and the Haversine formula. read more...

add a comment |category: |Views: 38

tags: another

Visual Studio 2010 == Visual Studio 2008 + ReSharper(codebetter.com)

submitted by LordLord(3737) 3 years, 4 months ago

o you want the next gen of next-gen applications? Get the Visual Studio 2010 CTP! Which is – according to Microsoft itself – really just Visual Studio 2008 with ReSharper installed. read more...

7 comments |category: |Views: 931

tags: another

Live Framework Triggers(orand.blogspot.com)

submitted by darukudaruku(240) 3 years, 4 months ago

"The Live Framework has the ability to add triggers to resources. There is some documentation on triggers here and here (pgs. 14-15), but after reading it I was left with more questions than answers. So I took a deep dive exploring the nooks and crannies of triggers and this blog post is the result." read more...

2 comments |category: |Views: 136

tags: another

How to get remote debugging to work successfully(milkcarton.com)

submitted by darukudaruku(240) 3 years, 4 months ago

FTA:"After much time, trial and error, I was finally able to get Visual Studio's remote debugging features to work. In my travels around the Internet, no one seems to have compiled all the steps to make the process work successfully and seemlessly into one page, this is my attempt." read more...

3 comments |category: |Views: 284

tags: another

Extensible Storage Engine(ayende.com)

submitted by JanVanRyswyckJanVanRyswyck(2724) 3 years, 5 months ago

Did you know that Windows came with an embedded database? read more...

add a comment |category: |Views: 40

tags: another

Fluent LiveFX Resource Scripts(orand.blogspot.com)

submitted by gemilsgemils(25) 3 years, 5 months ago

Oran Dennison posts some of his latest work with creating a helper library for Live Framework Resource Scripts. His focus this time is on keeping your scripts strongly typed and enabling a more concise fluent interface syntax. The enhancements he has made let Intellisense help you out quite a bit more, resulting in greater discoverability and productivity. read more...

add a comment |category: |Views: 9

tags: another

Live Framework CTP #4 - .NET: LOE and data basics(leading-edge-dev.de)

submitted by MatthiasJMatthiasJ(446) 3 years, 5 months ago

This blog post gives you some information about connecting to your mesh through the Live Operating Environment,receiving information of mesh objects, data feeds and data entries and going through the normal CRUD process. It also covers some issues when you want to query hierarchical data. This topic will be investigated in another article later on... read more...

add a comment |category: |Views: 5

tags: another

Live Framework CTP #3: the developer's Resource Model(leading-edge-dev.de)

submitted by MatthiasJMatthiasJ(446) 3 years, 5 months ago

This article gives some introductionary information about the Live Framework Resource Model from a developer's poitn of view. Thus it's something nearer on the class diagram behind the scenes than other blog posts on this topic. read more...

add a comment |category: |Views: 10

tags: another

Silverlight 3 - What we Know So Far & What We Can Predict (Part 1of2)(silverlighthack.com)

submitted by bartczernickibartczernicki(503) 3 years, 5 months ago

Part 1 of 2 summarizes what information Microsoft has made public about Silverlight 3. This article includes information from a variety of sources and provides visual information about the upcoming Silverlight 3 release. read more...

add a comment |category: |Views: 34

tags: another

How to ALWAYS run Visual Studio as Administrator(jojitsoriano.wordpress.com)

submitted by orandorand(295) 3 years, 5 months ago

Sure you can right-click and "Run as Administrator" but wouldn't it be better if simply double-clicking VS or any VS file (.sln, .csproj, .cs, etc.) would automatically run Visual Studio as an Administrator? Here's how. read more...

add a comment |category: |Views: 2543

tags: another

Live Framework CTP #2 - Silverlight: Hello Mesh(leading-edge-dev.de)

submitted by MatthiasJMatthiasJ(446) 3 years, 5 months ago

This blog post gives some of my experiences I've made while developing and deploying my first mesh-enabled Silverlight web application and my opinions/thoughts about this with relevance to Windows Azure. Stay tuned for more mesh-enabled applications in .NET and Silverlight... read more...

add a comment |category: |Views: 16

tags: another

Live Framework CTP #1: Start!(leading-edge-dev.de)

submitted by MatthiasJMatthiasJ(446) 3 years, 5 months ago

This article gives some first experiences when starting with the Live Framework CTP. It gives solution to some issues, too and contains first thoughts about the whole "Mesh thing". It's the first post in an upcoming series of articles which I'm going to write while playing around with the Live Framework. read more...

add a comment |category: |Views: 9

tags: another