senfo

Stories kicked by senfo

Programming Language Rankings(www.kodefuguru.com)

submitted by KodefuGuruKodefuGuru(2818) 3 months, 14 days ago

RedMonk has released a ranking of programming languages based on their popularity on StackOverflow and GitHub. The buzz seems to be focused on Java, which is surprising since C# left it in the dust on features... read more...

1 comment |category: |Views: 564

tags: another

Kinect for Windows Now Available(blogs.msdn.com)

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

On January 9th, Steve Ballmer announced at CES that Microsoft would be shipping Kinect for Windows on February 1st. Today version 1.0 of the SDK and runtime were made available for download, and distribution partners in twelve launch countries are starting to ship Kinect for Windows hardware. read more...

1 comment |category: |Views: 110

tags: another

Converting Nullable Values to Their Default, Non-Nullable Values(geekswithblogs.net)

submitted by senfosenfo(881) 8 months, 14 days ago

If you've ever needed to convert a Nullable<T> type to a its default, non-nullable value when its nullable value is null, here's a handy extension method to help you out. read more...

add a comment |category: |Views: 5

tags: another

ASP.NET MVC JavaScript Routing(weblogs.asp.net)

submitted by zowenszowens(988) 1 year, 5 months ago

I introduce a small utility that will allow generation of routes and controller actions into JavaScript to allow URL generation on the client side using ASP.NET MVC routing. read more...

1 comment |category: |Views: 352

tags: another

Microsoft Visual Studio - From Past to Present(www.ironshay.com)

submitted by shayfriedmanshayfriedman(1411) 1 year, 5 months ago

Recently I‘ve been working at a client site where they are using Visual Studio 2005 for their main project. I’ve gotta say that I was a bit surprised since I haven’t come across VS2005 for a few years… I immediately became nostalgic and decided to share. So I’m proud to present, Visual Studio – from past to present! read more...

1 comment |category: |Views: 613

tags: another

Embedding pre-compiled Razor views in your dll(www.chrisvandesteeg.nl)

submitted by alleyalley(2840) 1 year, 6 months ago

Inspired by David Ebbo’s blog post ‘Turn your Razor helpers into reusable libraries’ I wanted to be able to embed compiled Razor views in a dll. This would allow for easy distribution of asp.net mvc ‘modules’ that have their default views embedded, but allowing you to place files in your ‘views’ folder to override those default views read more...

add a comment |category: |Views: 356

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

wcf.codeplex.com is now live(blogs.msdn.com)

submitted by siphilpsiphilp(919) 1 year, 6 months ago

The WCF Team have been busy building a variety of projects which bring better support for HTTP based services, and better support for JavaScript/jQuery based clients. These projects have all been collected together and are being hosted on CodePlex. read more...

2 comments |category: |Views: 447

tags: another

Asynchrony in C# 5, Part One(blogs.msdn.com)

submitted by aidosaidos(100) 1 year, 6 months ago

New async features for C# 5. read more...

2 comments |category: |Views: 608

tags: another

Practical jQuery Mobile with ASP.NET MVC(yobriefcase.posterous.com)

submitted by kouphaxkouphax(345) 1 year, 7 months ago

I wanted to write a post about creating a basic jQuery Mobile app but as I started putting the code together MVC became more and more involved so I combined the 2. read more...

add a comment |category: |Views: 576

tags: another

jQuery Mobile alpha and jQuery 1.4.3 released(www.devcurry.com)

submitted by bungleboozbunglebooz(1132) 1 year, 7 months ago

A quick preview of the releases by the jQuery Team read more...

add a comment |category: |Views: 168

tags: another

Microsoft is late to the game ??? Stop the Joke and see the Reality(www.ginktage.com)

submitted by isenthilisenthil(2309) 1 year, 7 months ago

Ever since the announcement of the Windows Phone 7 was made, I have been noticing that in some of the articles or views of the people telling that Microsoft is too late to the game . .... read more...

4 comments |category: |Views: 443

tags: another

5 Reasons to be Excited about ASP.NET MVC 3(www.ironshay.com)

submitted by shayfriedmanshayfriedman(1411) 1 year, 7 months ago

It’s already been 6 months since ASP.NET MVC 2 was released and version 3 is already taking shape. I, personally, am thrilled about that because this version seems to put ASP.NET MVC, in terms of maturity and functionality, on the first line along with other MVC frameworks out there like RoR. I’ve put together 5 main reasons why I’m excited about this upcoming version. What about you? read more...

add a comment |category: |Views: 880

tags: another

Scott Hanselman - Introducing NuPack Package Management for .NET(www.hanselman.com)

submitted by sdormansdorman(1415) 1 year, 7 months ago

Microsoft's been filling out the Web Stack with more and more right-sized LEGO pieces lately. NuPack is a package management system for .NET. The goal of NuPack is to make the process of incorporating third party libraries into your solutions as simple as possible. read more...

1 comment |category: |Views: 281

tags: another

7 Freely available E-Books/Guides I found essential for .NET Programme(amazedsaint.blogspot.com)

submitted by BognitBognit(2125) 1 year, 8 months ago

Freely available E-Books/Guides I found essential for .NET Programme read more...

3 comments |category: |Views: 914

tags: another

Getting Started with Lucene.NET(jsprunger.com)

submitted by daymandayman(80) 1 year, 8 months ago

Have you ever built a search using a SQL LIKE statement, only to have your users complain about functionality? A simple SQL-based search doesn’t handle synonyms, misspellings, prefixes, suffixes, result rankings, weighting, and so on and so forth. Fret no longer, you can spend a little more time and build a “smart” search using Lucene and get all of these features as well as the ability to tweak the search as much as you like. read more...

add a comment |category: |Views: 420

tags: another