joyceschwager67

Stories kicked by joyceschwager67

WPF performance profiling tools(devintelligence.com)

submitted by adventureradventurer(2244) 4 years ago

The WPF Performance Suite is a set of performance profiling tools that allow you to analyze the runtime behavior of your WPF application. read more...

add a comment |category: |Views: 106

tags: another

Have you tried Community-Credit.com?(danrigsby.com)

submitted by DanRigsbyDanRigsby(1880) 4 years ago

A review of Community-Credit.com and why you should try it. read more...

4 comments |category: |Views: 13

tags: another

Why I’m a better software developer than you(ytechie.com)

submitted by SuperJasonSuperJason(2740) 4 years ago

What makes one developer better than another? Shouldn't we all be performing at the same level? Of course not, we're not sewing buttons on an assembly line. We're using every bit of our intelligence to create something that we can only being to understand. read more...

add a comment |category: |Views: 42

tags: another

Sexagesimal Conversions in .Net(danrigsby.com)

submitted by DanRigsbyDanRigsby(1880) 4 years ago

Provides a library for geo-spatial converstaions as well as ontroduces the concepts of sexagesimal conversions and geo-spatial translation. read more...

1 comment |category: |Views: 36

tags: another

A C# Operator I would like to see.(objectreference.net)

submitted by Vort3XVort3X(1335) 4 years ago

You could argue there are too many operators in C# as it is; however, I feel having an acute knowledge of the available operators is like knowing CTRL + B will bold the selected text in most word processing software. To put it simply, it hurts no-one, whilst providing shortcuts to advanced users... read more...

add a comment |category: |Views: 14

tags: another

DotNetKicks PlugIn for Windows Live Writer(johnpapa.net)

submitted by BlueDog7BlueDog7(370) 4 years ago

John Papa created a plugin for WIndows Live Writer that will customize a DotNetKicks link in a blog post. read more...

add a comment |category: |Views: 27

tags: another

Easy uploads with the TeamLive.com Agent(davegouge.com)

submitted by davegougedavegouge(155) 4 years ago

A blog post about the rather cool upload agent in TeamLive.com read more...

add a comment |category: |Views: 5

tags: another

New Team Foundation Server projects on CodePlex!(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 4 years ago

There's always time to browse CodePlex! It is actually a good thing to do that from time to time. In the past few days, I spotted two great new projects on Team Foundation Server. Thumbs up for their authors! read more...

1 comment |category: |Views: 31

tags: another

How I Explained REST to My Wife(tomayko.com)

submitted by alleyalley(2840) 4 years ago

Nice explaination of REST read more...

add a comment |category: |Views: 50

tags: another

State Machines In Windows Workflow(odetocode.com)

submitted by bradygasterbradygaster(4897) 4 years ago

Excellent introduction into the usefulness of state machines in WF. read more...

1 comment |category: |Views: 74

tags: another

My "Better Know a Framework" Talk at IndyCodeCamp(moserware.com)

submitted by moserwaremoserware(1665) 4 years, 1 month ago

Today at the IndyCodeCamp I gave a talk in much of the same spirit as the "Better Know a Framework" series on ".NET Rocks!" The talk had no slides, but featured me in the debugger highlighting a few of my favorite (but lesser known classes). This code is included. As part of my preparation, I researched every topic covered on each show and included a brief summary as part. read more...

add a comment |category: |Views: 16

tags: another

10 Hours in F#: Exploring Concurrency Through An Ant Colony Simulation(atalasoft.com)

submitted by tomdogtomdog(3230) 4 years, 1 month ago

"I gave an hour long talk today, on Concurrency in F#. It featured some slides and a small ant colony simulation to demonstrate different kinds of threading. Overall, I liked developing in F# quite a bit; however, puzzling through the interpreter errors was a brutal process indeed." read more...

add a comment |category: |Views: 41

tags: another

Writing Code 39 Barcodes with Javascript(atalasoft.com)

submitted by tomdogtomdog(3230) 4 years, 1 month ago

Lou previously showed how easy it is to generate Code 39 Barcodes using the imaging toolkit, DotImage, now he shows how to do it in pure JavaScript. "I wanted to make it easy to deploy so I don't use images. Luckily, 1D barcodes are easy to make with just colored table cells, so I just generate a one row table with a column for each bar. I set the width of the column to be the width of the bar and then color it either black or white." read more...

add a comment |category: |Views: 38

tags: another

Convert a string into an enum(blogs.msdn.com)

submitted by jonasjonas(2215) 4 years, 1 month ago

Tim Sneath writes some C# to convert a string into an enum. read more...

2 comments |category: |Views: 26

tags: another