gmiller

Stories kicked by gmiller

Simple speach example in C# - Principia Programatica(principiaprogramatica.com)

submitted by gmillergmiller(95) 4 years ago

A simple example of how to use text to speech in C#. read more...

add a comment |category: |Views: 13

tags: another

The Myth of Stored Procedures Preference(bloggingabout.net)

submitted by adel83kadel83k(660) 4 years, 4 months ago

When looking to the Stored Proscedures debate, there is always those three factors you should measure by. read more...

add a comment |category: |Views: 12

tags: another

10 Tips for a happy upgrade to Visual Studio 2008 RTM(weblogs.asp.net)

submitted by reteepreteep(739) 4 years, 5 months ago

Jon Galloway puts together a nice summary for updating Visual Studio 2008 Beta 2 to Visual Studio 2008 RTM. This can save you a couple of headaches if you read it before upgrading! read more...

1 comment |category: |Views: 5

tags: another

15 -hot- tools that made me a coding Paris Hilton.(mikeduncan.com)

submitted by DuncanChudDuncanChud(925) 4 years, 6 months ago

Look good while doing things the easy way. 15 tools I use every day that make me a "hot" coder. You sling code every day. So do I. You sit down at your box, throw on those noise canceling headphones, fire up some mp3s, and get jiggy wit’ it. That’s hot. But could it be hotter? read more...

10 comments |category: |Views: 14

tags: another

Microsoft C# Team Picture(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 4 years, 6 months ago

A picture of the C# Team at Microsoft from fall 2007 read more...

10 comments |category: |Views: 22

tags: another

Type Intializers in C# 3.0(west-wind.com)

submitted by rstrahlrstrahl(7226) 4 years, 6 months ago

During my LINQ to SQL session at DevConnections somebody in the audience asked what happens behind the scenes when you use type initializers in C# 3.0 and well it turns out I gave a hedged answer with a guess that was - uhm - wrong. So here's a discussion of how this feature actually works.... read more...

1 comment |category: |Views: 1

tags: another

Change and Pray Development Methodology (CPD)(devlicio.us)

submitted by dwhittakerdwhittaker(13.1k) 4 years, 7 months ago

A quick posting about a new development methodology that has been coined. read more...

1 comment |category: |Views: 7

tags: another

Boot vista from a flash drive(community.bartdesmet.net)

submitted by yesthatmcgurkyesthatmcgurk(4063) 4 years, 7 months ago

Detailed step by step to create a PE version of Vista that boots from a flash drive. Awesomeness. read more...

add a comment |category: |Views: 3229

tags: another

Revisiting Programming Fonts(codinghorror.com)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 7 months ago

Jeff Atwood discusses programming fonts including the new one on the block, Inconsolata. read more...

1 comment |category: |Views: 9

tags: another

15+ Free Visual Studio Add-Ins(carlj.ca)

submitted by CarlJCarlJ(875) 4 years, 8 months ago

After some extensive researching (Googling), I’ve compiled this list of 15+ FREE Add-ins for Visual Studio 2005. Some of these add-ins will help improve the quality of your code, while others will help you code faster, however, none are guaranteed to help you get with the ladies. read more...

3 comments |category: |Views: 228

tags: another

The VB.NET Salary Gap(vbnotebookfor.net)

submitted by vbnotebookvbnotebook(655) 4 years, 8 months ago

Have you ever wondered what the salary difference is between a VB.NET and a C#, C++ or Java job? I did a little research on this tonight, courtesy of Indeed.com, the job listing aggregation site. What I found really wasn’t all that surprising but it was interesting none the less. read more...

2 comments |category: |Views: 8

tags: another

Scott Hanselman's 2007 Ultimate Developer and Power Users Tools(hanselman.com)

submitted by wooyaywooyay(695) 4 years, 9 months ago

Scott's fantastic list of essential tools updated for 2007 read more...

add a comment |category: |Views: 34

tags: another

The surprising behavior of "as" in C#(blog.activa.be)

submitted by activaactiva(2340) 4 years, 9 months ago

Type casting and the "as" operator are not the same in C#. Not by a long shot. read more...

add a comment |category: |Views: 142

tags: another

SQL Optimization Tips(dotnetguts.blogspot.com)

submitted by vermdivyavermdivya(365) 4 years, 9 months ago

Tips and Tricks which should be used while dealing with SQL read more...

add a comment |category: |Views: 19

tags: another

Three Easy Refactorings to Improve the Readability of Your Code(jeremyjarrell.com)

submitted by jeremyjarrelljeremyjarrell(2685) 4 years, 9 months ago

Here are three simple and quick ways to instantly improve the readability and overall quality of your code. read more...

add a comment |category: |Views: 6

tags: another

Writing a full JSON Serializer in 100 lines of C# code(blog.activa.be)

submitted by activaactiva(2340) 4 years, 9 months ago

After looking at the specs for JSON, I figured it couldn’t be too hard to write a JSON serializer in C#. Not only was it not that hard, it was very short too: about 100 lines of code. read more...

add a comment |category: |Views: 4033

tags: another