lobsterino

Stories kicked by lobsterino

Google and Yahoo Add to Calendar Html Helpers for Asp.net MVC(lukencode.com)

submitted by lobsterinolobsterino(320) 1 year, 9 months ago

Asp.net MVC helpers to render add to calendar links for google and yahoo calendar. read more...

add a comment |category: |Views: 25

tags: another

Rest Web Services In Windows Phone 7(lukencode.com)

submitted by lobsterinolobsterino(320) 1 year, 9 months ago

Calling Rest web services in Windows Phone 7 using RestSharp read more...

add a comment |category: |Views: 66

tags: another

Getting Started With MongoDB and NoRM(lukencode.com)

submitted by lobsterinolobsterino(320) 1 year, 10 months ago

An overview of the very basics of using MongoDB with the C# driver NoRM. Includes code samples of a MongoDB implementation of a common session pattern. read more...

add a comment |category: |Views: 30

tags: another

Release of Google Analytics Dot Net(www.diaryofaninja.com)

submitted by wiredonewiredone(917) 1 year, 10 months ago

So today is the day that a little side project I've been working on sees the days of light. GoogleAnalyticsDotNet allows you to log a page view to Google Analytics from code behind of a website or from within a web service or win forms project without needing to use the Google JavaScript code, or even use web browser at all. read more...

add a comment |category: |Views: 607

tags: another

Dropbox API and RestSharp for a C# developer(dkdevelopment.net)

submitted by johnsheehanjohnsheehan(4785) 2 years ago

How to use the DropBox API with RestSharp read more...

add a comment |category: |Views: 747

tags: another

Creating and using the Application Bar w/ Windows Phone 7(www.dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years ago

Taking a look at how to create the Application Bar for Windows Phone 7 When creating an application with Win Phone 7 you may need to create an application bar which contains menus or icons. In this episode we will show you how to create both global app bars as well as local app bar read more...

add a comment |category: |Views: 304

tags: another

How to return multiple formats with WCF including XML, JSON and ATOM(benjii.me)

submitted by benjiibenjii(147) 2 years ago

One of the cooler features of WCF web services is the ability to return your data in a range of different formats such as XML, JSON and ATOM, but what really sets it apart is just how easy it is to achieve. read more...

add a comment |category: |Views: 29

tags: another

MVC2 Cascading Dropdown Lists with JSON(dkdevelopment.net)

submitted by dkarzondkarzon(135) 2 years ago

Create cascading dropdown lists using JSON in MVC2. read more...

add a comment |category: |Views: 324

tags: another

Creating color definitions from the results of the XKCD color survey(blog.rag.no)

submitted by runegrirunegri(115) 2 years ago

Just for fun I created .NET color definitions based on the results of the XKCD color survey. read more...

add a comment |category: |Views: 28

tags: another

SQL Server “Sound Like” Strings(ahmedelbaz.com)

submitted by AhmedElbazAhmedElbaz(90) 2 years ago

Get similar strings using SQL Server SOUNDEX function read more...

add a comment |category: |Views: 14

tags: another

Performance tips(blogs.microsoft.co.il)

submitted by bnayaebnayae(350) 2 years ago

recently I was working on the Reactive Queue (which is part of the Rx Contrib). the requirement for the Reactive Queue was to to achieve the highest throughput possible for each queue provider (2,000,000 messages of 500 byte per second using Concurrent Queue provider running on simple quad server). while working on this project I was encounter the the following performance hits: read more...

add a comment |category: |Views: 7

tags: another

Timesaving CSS Tools for ASP.Net Developers(lukencode.com)

submitted by lukenlowreylukenlowrey(288) 2 years ago

A couple of tools for making web designer less painful for developers. Includes Blueprint a css framework, Bundler combine and minify and LESS CSS. read more...

add a comment |category: |Views: 663

tags: another

Announcing: Jobping URL Shortener. Open source MVC.NET 2 C#(markkemper1.blogspot.com)

submitted by mkempermkemper(518) 2 years ago

Open source MVC.NET 2 C# Url Shortener read more...

add a comment |category: |Views: 343

tags: another

No-SQL – MongoDB – From introduction to high level usage in C#(fredzvt.wordpress.com)

submitted by javeryjavery(5523) 2 years, 1 month ago

A good introduction to using MongoDB from C# read more...

add a comment |category: |Views: 737

tags: another

Silverlight 4 Up and Running(kodierer.blogspot.com)

submitted by teichgrafteichgraf(615) 2 years, 1 month ago

Rene Schulte describes how to get started with the new final Silverlight 4 RTW build and announces that he updated his samples and open source projects. He also shares what he wishes for the next Silverlight version. read more...

add a comment |category: |Views: 204

tags: another

Javascript Classes are a Best Practice for Cleaner Javascript(benjii.me)

submitted by benjiibenjii(147) 2 years, 1 month ago

Javascript classes allow you to create reusable javascript code and cleaner and leaner web sites and web applications. In this post we’ll create a javascript class and describe when and where you should use them. read more...

add a comment |category: |Views: 28

tags: another