traskjd

Stories kicked 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

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

submitted by dpetersondpeterson(4397) 4 months, 17 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, 18 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, 18 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

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

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

submitted by Harlequin7Harlequin7(20) 8 months 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

Comparing Versions of a .NET Framework DLL Using NDepend(blogs.microsoft.co.il)

submitted by arikparikp(1204) 8 months, 5 days ago

Following Build conference, many people may ask what is new in the .NET Framework. Well, you could find out by examining the documentation, but then you are limited to what it covers. If you want to know ALL that is new / updated in the .NET Framework, read on.. You can use the following method to easily find the difference between .NET Framework 4.5 and its previous version, .NET Framework 4.0! In this post I will show you how you can use the tool NDepend to compare two versions of a DLL which is part of the .NET Framework. I've already done it major parts of the framework and found interesting results! Unfortunately, I don't have the time to publish my results since I'm going out on vacation for a month. So I leave you with these instructions on how to dig easily in the right places. read more...

1 comment |category: |Views: 70

tags: another

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

submitted by siphilpsiphilp(919) 8 months, 13 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

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

submitted by troyhunttroyhunt(831) 9 months, 26 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

LightSpeed 4.0 .NET ORM released(www.mindscapehq.com)

submitted by traskjdtraskjd(3229) 10 months, 27 days ago

The LightSpeed 4.0 ORM has been released and features distributed application support so you can work transparently with entities across a network, and Web enhancements that simplify development and encapsulate best practices in ASP.NET Web Forms and MVC. A huge new user guide and entirely new samples, packed with guidance not just on how to use LightSpeed but also on the best way to work with it in different environments. There is also a new metadata API, auditing capabilities and much much more. read more...

add a comment |category: |Views: 89

tags: another

OWASP Top 10 for .NET developers part 7: Insecure Cryptographic Storag(www.troyhunt.com)

submitted by troyhunttroyhunt(831) 11 months, 13 days ago

In the 7th part of the series on addressing the OWASP Top 10 within ASP.NET, we look at how cryptographic storage can be implemented securely. The post looks at how poorly implemented hashing can be easily broken with rainbow tables then moves onto secure hash algorithms, proper use of salts and the implementation of symmetric encryption. read more...

add a comment |category: |Views: 16

tags: another

Why is a Y in the Windows Phone Mango Camera API(kodierer.blogspot.com)

submitted by teichgrafteichgraf(615) 1 year ago

The new Windows Phone Mango tools will contain the Webcam CaptureSource and VideoSink API from Silverlight 4. Additionally it also introduce the new FileSink class which can be used to record the video stream as MP4 to the Isolated Storage. Most important a new PhotoCamera class with a lot of functionality is present in Mango. This blog post tries to fill the gaps and provides some information especially about the PhotoCamera's YCrCb capture methods. read more...

add a comment |category: |Views: 50

tags: another

Augmented Mango - SLARToolkit for Windows Phone(kodierer.blogspot.com)

submitted by teichgrafteichgraf(615) 1 year ago

This post announces the new Windows Phone version of SLARToolkit and also provides a sample. read more...

add a comment |category: |Views: 15

tags: another

Dynamic repositories with LightSpeed - taking dynamic up a level(www.mindscapehq.com)

submitted by traskjdtraskjd(3229) 1 year, 1 month ago

Ready to think outside the box with the C# dynamic keyword? This post looks at taking the c# dynamic keyword and seeing how much boiler plate code we can get rid of. You'll learn how to take the Repository pattern where developers write a lot of GetFooByName, GetBarByEmailAddress type methods and how to get rid of them - gone, history, finished! Then there's Named Parameters - this post starts looking at how to use them for querying. By the end of this post you'll have a whole new way of looking at things with dyanmic and named parameters! read more...

add a comment |category: |Views: 31

tags: another