D_Guidi

Stories kicked by friends of D_Guidi

Interesting links for Visual Studio 11 and TFS 11 Beta(www.codewrecks.com)

submitted by alkampferalkampfer(1873) 2 months, 25 days ago

A series of links related to Visual Studio 11 ALM (VS11 + TFS11) read more...

add a comment |category: |Views: 178

tags: another

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

submitted by simonechsimonech(10.1k) 2 months, 27 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

WP7 Unit Testing - getting started(www.primordialcode.com)

submitted by GuardianGuardian(1104) 3 months, 2 days ago

this post explains how to successfully setup a Windows Phone 7 Unit Testing project using the NuGet Package Manager extension for Visual Studio 2010. read more...

add a comment |category: |Views: 5

tags: another

WP7 - Test if your ViewModel is serializable(www.primordialcode.com)

submitted by GuardianGuardian(1104) 3 months, 2 days ago

Shows how to test if your ViewModel is Serializable, it can be useful if you persist the viewmodel in the phone application state dictionary. read more...

add a comment |category: |Views: 3

tags: another

A list of useful link for Team Foundation Server(www.codewrecks.com)

submitted by alkampferalkampfer(1873) 3 months, 18 days ago

A list of useful link for Team Foundation Server, if you use TFS you probably will find these useful. read more...

add a comment |category: |Views: 214

tags: another

Evolution of the Async Controller in ASP.NET MVC(codeclimber.net.nz)

submitted by dpetersondpeterson(4397) 4 months, 16 days ago

Asynchronous operations in ASP.NET MVC have always been left a bit behind. They appeared in ASP.NET MVC 2, remained untouched in v3, but now in MVC 4 (especially in combination with C# 5 and async/await) they reached the same easiness of use of the standard synchronous controller. Check out that absolutely awesome stuff you can do with them now! read more...

add a comment |category: |Views: 204

tags: another

How To Build a Modern Website in 2011(blog.tommilway.com)

submitted by pwhe23pwhe23(972) 4 months, 17 days ago

Over the past 12 months I've been on a self-imposed quest for knowledge. We're at a changing - almost revolutionary - point with the web as I (start) writing this on November 1st, 2011. Here's why read more...

2 comments |category: |Views: 777

tags: another

Windows Phone 7.5 - Using advanced tiles API(www.silverlightshow.net)

submitted by KMillerrKMillerr(2072) 4 months, 17 days ago

There is not any doubt, the first thing you meet when you use Windows Phone are the tiles. These are the large squares on the home screen that identifies some applications and they are also a distinguishable character that make your Windows Phone unique. As you know for sure, the tiles can be attached or detached from the home screen and some particular software can take advantage of double size tiles. While this is not a feature available to developers, in OS7.5, the tiles gained new features and a new set of APIs that you can use to enrich your applications. As an example you are now able to update your tiles from inside the application and you can use double faced tiles to improve information to the user. In this article I would like to explore these new features and show how to take advantage of them, while porting your software to the new operating system. read more...

add a comment |category: |Views: 57

tags: another

Searching in TFS Work Items never was so Easy thanks to Power Tools(www.codewrecks.com)

submitted by alkampferalkampfer(1873) 5 months, 5 days ago

A post that explains how to search work item in Team Foundation Server with Web Access or the new Searchbox introduced in TFS Power Tools of August 2011 (That was improved in the December 2011 release) read more...

add a comment |category: |Views: 5

tags: another

Host a WCF service with SSL and self issued certificate(www.codewrecks.com)

submitted by alkampferalkampfer(1873) 6 months, 4 days ago

When you use SSL for your WCF service it is really useful to be able to work with self issue certificates for dev machine. read more...

add a comment |category: |Views: 4

tags: another

An Introduction to ASP.NET MVC Extensibility(www.simple-talk.com)

submitted by Harlequin7Harlequin7(20) 7 months, 29 days ago

ASP.NET MVC has been designed with extensibility as its design principle. In fact, the best way to develop applications with ASP.NET MVC is to extend the system, Simone Chiaretta starts a series that explains how to implement extensions to ASP.NET MVC, covering the entire pipeline. But first, an overview... read more...

3 comments |category: |Views: 52

tags: another

Deep dive in Process template’s states and transitions(www.codewrecks.com)

submitted by alkampferalkampfer(1873) 8 months, 7 days ago

Seventh part of a series of articles dedicated to Team Foundation Server customization of Work Items definition. In this part I'll show how to add rules to transition and states of the Work Item. read more...

add a comment |category: |Views: 18

tags: another

Customise Subtext Core Pages – Part 1(www.siphilp.co.uk)

submitted by siphilpsiphilp(919) 8 months, 12 days ago

I wanted to take time out from subtext themes for a moment and go over a topic that I think will be of some use to such webmasters that use subtext on a multi-blog platform. Customising Subtext core pages. read more...

add a comment |category: |Views: 11

tags: another

Wich version of IE is used by the WebBrowser control?(www.codewrecks.com)

submitted by alkampferalkampfer(1873) 9 months, 4 days ago

If you use WebBrowser control il .NET, you already know that it uses IE rendering engine, but probably you miss the fact that, unless you change some registry keys, you are using the IE control in IE7 compatibility mode. In this article I explain how to choose with registry keys wich version of IE to use in WebBrowser control read more...

add a comment |category: |Views: 17

tags: another

Create Visual Studio Macro to attach to IIS process (www.codewrecks.com)

submitted by alkampferalkampfer(1873) 9 months, 9 days ago

Visual Studio Macro are really powerful, thanks to few lines of code you can write a macro to automatically attach to IIS process and it is able to show you a simple user interface to choose the IIS process to debug when multiple worker process are running. read more...

add a comment |category: |Views: 42

tags: another

OWASP Top 10 for .NET devs part 8: Failure to Restrict URL Access(www.troyhunt.com)

submitted by troyhunttroyhunt(831) 9 months, 25 days ago

What makes this particular risk so dangerous is that not only can it be used to very, very easily exploit an application, it can be done so by someone with no application security competency – it’s simply about accessing a URL they shouldn’t be. On the positive side, this is also a fundamentally easy exploit to defend against. ASP.NET provides both simple and efficient mechanisms to authenticate users and authorise access to content. In fact the framework wraps this up very neatly within the provider model which makes securing applications an absolute breeze. read more...

add a comment |category: |Views: 19

tags: another