traskjd

Stories submitted by friends of traskjd

Introducing Wijmo, a feature-packed jQueryUI based widget library(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 2 months, 28 days ago

A introduction to Wijmo, a jQuery UI based component library, and the rational behind the decision of adopting it vs other component libraries read more...

add a comment |category: |Views: 229

tags: another

Roslyn CTP is available(codebetter.com)

submitted by PatrickSmacchiaPatrickSmacchia(20) 7 months, 7 days ago

In case you have missed the late yesterday news from Redmond: Roslyn CTP is now available! But wait a minute, what is Roslyn? read more...

add a comment |category: |Views: 11

tags: another

NDepend - Visual Studio Addin: takes you as far as you want to go(www.codebureau.com)

submitted by PatrickSmacchiaPatrickSmacchia(20) 7 months, 10 days ago

Clearly NDepend's a very impressive tool for any serious development team to be using. It will help you to learn about reducing complexity, dependencies and generally designing your code in an efficient way. It's basically all about improving quality. read more...

add a comment |category: |Views: 6

tags: another

Using a gmail account as a production bug tracking server(codebetter.com)

submitted by PatrickSmacchiaPatrickSmacchia(20) 7 months, 14 days ago

Explaining that the NDepend production bug tracking server is based on a gmail account. read more...

add a comment |category: |Views: 3

tags: another

The importance of performance testing in a Windows Phone 7 application(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 1 year, 1 month ago

Simone Chiaretta highlights the importance of performance testing your applications on the Windows Phone 7 platform (where devices are not as powerful as desktops and server), illustrating with an example of an issue which caused him performance problems. read more...

add a comment |category: |Views: 8

tags: another

Json.NET 4.0 Release 1 – .NET 4 and Windows Phone support(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 1 year, 4 months ago

By popular demand: Json.NET 4.0! This is the first Json.NET release to target .NET 4 and integrates the many new features added in the latest version of .NET read more...

add a comment |category: |Views: 19

tags: another

Lucene.Net needs your help (or it will die)(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 1 year, 6 months ago

The Apache Foundation wants to kill Lucene.net. If you use it please chime in and help. This post explains a bit more in detail why this is happening read more...

add a comment |category: |Views: 929

tags: another

Hand picked sessions from PDC2010(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 1 year, 6 months ago

If you are not living under a rock, probably you know that yesterday (October 28th) the PDC2010 started. If you missed the keynote of PCD 2010 here is a brief description of what I found interesting, the links to sessions I consider to be interesting (at least for me) and some considerations about SL vs HTML5. read more...

add a comment |category: |Views: 291

tags: another

MVVM and Confirmation Dialogs(andrewtokeley.net)

submitted by tokestokes(1085) 1 year, 10 months ago

Providing a confirmation dialog is one of those common requirements that aren’t typically covered when you start reading about the MVVM pattern. Here’s an approach that allows you to still make use of Commands, keep your View Model testable, avoid having to put code behind your View and create a reusable approach for all types of dialogs... read more...

add a comment |category: |Views: 64

tags: another

Linking to OData(weblogs.asp.net)

submitted by fabricefabrice(271) 1 year, 11 months ago

Sesame Data Browser has been updated to allow users to create links to OData feeds. It's now possible to use hyperlinks to browse live OData feeds. It's now also possible to quickly filter and sort data. read more...

add a comment |category: |Views: 10

tags: another

Sesame Data Browser updated: Silverlight, OData, Out-Of-Browser, Azure(weblogs.asp.net)

submitted by fabricefabrice(271) 2 years ago

Sesame Data Browser has been updated. In addition to anonymous OData browsing, it now provides support for Windows Azure and SQL Azure authentication. It can also run out-of-browser. read more...

add a comment |category: |Views: 20

tags: another

ValidateInput Attribute Doesn't Work in ASP.NET 4.0(jdconley.com)

submitted by jconleyjconley(650) 2 years, 1 month ago

There is an issue with ASP.NET 4.0 and ASP.NET MVC 1 or 2 that causes the ValidateInput attribute, used to allow 'unsafe' content in requests, to no longer work. Here's a quick workaround. read more...

add a comment |category: |Views: 23

tags: another

JSON Performance in .NET with Binary Data (testing...)(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 2 years, 3 months ago

Binary data and text file formats (JSON, XML) don’t tend get along. To be included in JSON or XML binary data has to be encode into a text friendly format, generally base64, which creates overhead both in the time spent encoding/decoding binary, and the extra size of the text encoded data in the message. In our test we’ll compare serializing a message with binary data using common .NET serialization methods and compare the result. read more...

add a comment |category: |Views: 363

tags: another

Best of 2009: the 5 most popular posts(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 2 years, 4 months ago

Simone looks at the last year's stats and lists the most popular posts we wrote in 2009. And also writes his overall top 10 read more...

1 comment |category: |Views: 527

tags: another

Thoughts on ASP.NET MVP – A Framework That Wants To Be MVC(blog.wekeroad.com)

submitted by simonechsimonech(10.1k) 2 years, 4 months ago

Rob Conery discusses again why ASP.NET MVC matters now, and how (and why) the concept of productivity changed over the years. read more...

3 comments |category: |Views: 391

tags: another

.NET Serialization Performance Comparison(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 2 years, 4 months ago

Comparing the speed and output of the different serializers available in .NET with the latest version of Json.NET. read more...

3 comments |category: |Views: 931

tags: another