deepakkapoor

Stories kicked by friends of deepakkapoor

How to help yourself when NuGet goes down(www.xavierdecoster.com)

submitted by johnrummelljohnrummell(1321) 2 months, 17 days ago

Today will be remembered as the day that NuGet.org went down and broke quite some builds. While many people would love to see the NuGet team wearing a pink sombrero, there is something to say about wearing it yourself if you did not manage to work around this. Let me explain… read more...

2 comments |category: |Views: 131

tags: another

2 Important Things to Notice When Using Lock() Statement(www.dev102.com)

submitted by razamitrazamit(4566) 2 months, 19 days ago

2 Important Things to Notice When Using Lock() Statement read more...

2 comments |category: |Views: 19

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

How to Suppress / Disable Script Errors in WPF WebBrowser Control(www.dev102.com)

submitted by razamitrazamit(4566) 3 months, 2 days ago

suppressing the script error on the new webbrowser control read more...

add a comment |category: |Views: 3

tags: another

Creating a Dynamic Extensible Expando Object(www.west-wind.com)

submitted by dpetersondpeterson(4397) 3 months, 17 days ago

Rick Strahl takes us on a tour of the wonderful ExpandoObject in C# and shows us how to use it to create extensible objects with ease. read more...

add a comment |category: |Views: 242

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

Touch Friendly Design – Bringing Life to Lists(professionalaspnet.com)

submitted by docluvdocluv(1575) 6 months, 16 days ago

Yesterday I talked about how creating traditional <A> driven navigation can be problematic in today’s touch first world. In yesterday’s demonstration I pointed out how using hyperlinks and a traditional menued navigation scheme can lead to user error when touching a target. Today I wanted to extend my thoughts by showing how even using a hyperlink in a list of links can be just as problematic. read more...

1 comment |category: |Views: 13

tags: another

Touch Friendly Design–Making Touchable Targets(professionalaspnet.com)

submitted by docluvdocluv(1575) 6 months, 16 days ago

The way we design application clients has radically changed in the past couple of years with the proliferation of SmartPhone and tablets with touch screens. Touch is the newest common user input methodology. Sadly it seems to be broadly ignored by the developer majority. By this I want to call attention to the way we design modern web and native mobile applications, which tends to retain aspects common to legacy web sites. read more...

add a comment |category: |Views: 10

tags: another

Use Local storage to make your web applications rock(professionalaspnet.com)

submitted by vijaystvijayst(1311) 7 months, 18 days ago

Single page web applications are on the rise that use sophisticated HTML5, Javascript, CSS3. Local Storage is useful for these applications to store application specific data upto 5 MB. This post describes how to use Local storage in your applications. read more...

2 comments |category: |Views: 77

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

C# 5 PropertyChanged - No more magic strings!(www.robfe.com)

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

Changes in C# 5 mean no more NotifyPropertyChanged("SomeVariable"), which is a common source of bugs. It also means we no longer have to suffer the performance degradation associated with using workarounds such as lambda's just for the sake of compile-time checking. From here on out, the compiler does the work for us. read more...

2 comments |category: |Views: 588

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

What is this thing you call a Type?(blogs.msdn.com)

submitted by dpetersondpeterson(4397) 8 months, 14 days ago

Eric Lippert talks about what a Type in .Net really is. read more...

1 comment |category: |Views: 37

tags: another

Open Source Command & Conquer game clone in C#(coolthingoftheday.blogspot.com)

submitted by dpetersondpeterson(4397) 8 months, 14 days ago

OpenRA is an open source clone of the Command & Conquer/Command & Conquer: Red Alert video games. This is a fun little project, and a good bit of code to look over for any C# programmers aspiring to create video games. read more...

add a comment |category: |Views: 62

tags: another