stimpy77

Stories submitted by stimpy77

Adding Compiled .ResX Resources To NuGet Packages(www.jondavis.net)

submitted by stimpy77stimpy77(1271) 6 months, 11 days ago

Getting the code-behind to show up for .resx files with this hack. read more...

2 comments |category: |Views: 8

tags: another

Rumors Of XAML’s Death Have Been Greatly Exaggerated(www.jondavis.net)

submitted by stimpy77stimpy77(1271) 9 months, 20 days ago

Microsoft has a right to make wise choices, even in the midst of an inflammatory, foolish public. read more...

add a comment |category: |Views: 22

tags: another

A Cleaner HTML5 Boilerplate Visual Studio 2010 Template(www.jondavis.net)

submitted by stimpy77stimpy77(1271) 1 year, 1 month ago

This is a clean implementation of html5boilerplate.com on ASP.NET MVC 3.01 (Refresh), which is an excellent starting point for building a fully functional, highly optimized HTML 5 web site. read more...

add a comment |category: |Views: 25

tags: another

Microsoft Listens–WinPhone7 App Submission Changes(scottcate.com)

submitted by stimpy77stimpy77(1271) 1 year, 3 months ago

Microsoft raises the submission limit, which when crossed would cost $25 per subsequent submission. read more...

add a comment |category: |Views: 1

tags: another

Testing Basic ASP.NET MVC View Model Validation With Brevity(www.jondavis.net)

submitted by stimpy77stimpy77(1271) 1 year, 5 months ago

Writing unit tests that validate validation metadata of view models read more...

add a comment |category: |Views: 11

tags: another

Video: Dot.NET, Open Source, and License Fees(www.jondavis.net)

submitted by stimpy77stimpy77(1271) 1 year, 7 months ago

I had not one but two (!!) conversations exactly like this over the last 48 hours. Absolutely ridiculous. I had to make a crappy video about it. read more...

add a comment |category: |Views: 5

tags: another

Four Methods Of Simple Caching In .NET(www.jondavis.net)

submitted by stimpy77stimpy77(1271) 1 year, 8 months ago

Four ways to manage objects that expire in their container. read more...

add a comment |category: |Views: 686

tags: another

I Don’t Much Get Go(www.jondavis.net)

submitted by stimpy77stimpy77(1271) 1 year, 9 months ago

Google's new Go programming language is quite hardly the successor to C#. read more...

add a comment |category: |Views: 16

tags: another

How To Reference A Property By Name Without Using String Constants(www.jondavis.net)

submitted by stimpy77stimpy77(1271) 1 year, 11 months ago

This is a basic tutorial on populating an object's property by referencing it by name, without using an explicit string constant to match the name up. read more...

add a comment |category: |Views: 10

tags: another

Gemli: Do We Need An XPath-to-Object Mapper?(www.jondavis.net)

submitted by stimpy77stimpy77(1271) 2 years, 1 month ago

It dawned on me today that two fundamental problems exist in my day-to-day (and year-to-year) programming activities that haven’t been fairly addressed with all of our innovations in language and tooling improvements, and they are a) the absence of a flexible, late XML-to-object-graph binding mechanism, and b) the absence of an XPath-like query mechanism for CLR object graphs. Right now I want to focus on a) the absence of a flexible, late XML-to-object graph binding mechanism. read more...

add a comment |category: |Views: 4

tags: another

SLCanvas: Now Canvas Tag Support(www.jondavis.net)

submitted by stimpy77stimpy77(1271) 2 years, 3 months ago

IE6~IE8 now support the canvas HTML tag, with a couple minor caveats. read more...

add a comment |category: |Views: 21

tags: another

HTML 5 Canvas via Silverlight now on CodePlex(www.jondavis.net)

submitted by stimpy77stimpy77(1271) 2 years, 4 months ago

It was last year's news that this Silverlight bridge was written, but now it's up on CodePlex read more...

add a comment |category: |Views: 8

tags: another

OpenCAPTCHA.org: Prototyping v0.1 With ASP.NET(jondavis.net)

submitted by stimpy77stimpy77(1271) 2 years, 8 months ago

A prototype implementation of the OpenCAPTCHA.org v0.1 spec using ASP.NET MVC. read more...

add a comment |category: |Views: 9

tags: another

Introducing The Gemli Project(jondavis.net)

submitted by stimpy77stimpy77(1271) 2 years, 8 months ago

The Gemli Project is a new open source C# software project consisting of some code for people who build simple solutions. It is a multi-faceted project, but the first and primary feature is Gemli.Data, which is yet another ORM solution for people like me, the originator of the Gemli Project, who don't like to think about the ORM when they read and write ORM-driven code. No C# code generators required. No XML required. No attributes required. No lambda statements. Just simple and short C# code doing what C# has always done well: read and write elegantly. read more...

add a comment |category: |Views: 8

tags: another

Is The Microsoft Stack Really More Expensive?(jondavis.net)

submitted by stimpy77stimpy77(1271) 2 years, 8 months ago

Examining the costs of getting started writing software, particularly web software, using only Microsoft tools. Hint: You can get it all for free. read more...

add a comment |category: |Views: 19

tags: another

EntitySpaces 2009 Debugger Visualizer(entityspaces.net)

submitted by stimpy77stimpy77(1271) 3 years, 3 months ago

EntitySpaces 2009 will sport a slick new Visual Studio object previewer for the debugger. read more...

add a comment |category: |Views: 17

tags: another