kolbis

Stories kicked by friends of kolbis

Using ASP.NET MVC 4, ApiControllers and SQL Server 2012(galratner.com)

submitted by galratnergalratner(334) 5 days ago

ASP.NET MVC continues to innovate and in its current version (4) it offers support for Web APIs. Today we are going to examine a real life scenario of using Web APIs along with MVC 4 as we are utilizing the Google Earth plug-in to mark a defined area and SQL Server 2012 geography type to help us persist and calculate GIS data. In our example we are going to mark an area on the globe using a polygon, calculate the center of the area, find all of the coffee shops closest to the center of the area and arrange them by distance. We are going to mark them on the map as well as show a full list including ranking. read more...

add a comment |category: |Views: 182

tags: another

Behaviour-Driven Development in .NET with SpecFlow and White(devblog.cloudreach.co.uk)

submitted by MikeBorozdinMikeBorozdin(1146) 5 days, 12 hours ago

This article gives an overview of behaviour-driven development (BDD), talks about .NET tools for BDD (SpecFlow) and UI testing (White) and proceeds with a working example giving hands on BDD in .NET read more...

1 comment |category: |Views: 194

tags: another

Code First Approach using Entity Framework 4.1, Inversion of Control, (dotnetslackers.com)

submitted by akhilmittal20akhilmittal20(66) 6 days, 15 hours ago

Code First Approach using Entity Framework 4.1, Inversion of Control read more...

2 comments |category: |Views: 205

tags: another

Basic HTTP authentication in ASP.NET Web API using membership provider(www.piotrwalat.net)

submitted by pwalatpwalat(44) 9 days, 21 hours ago

Blog pos showingt how to provide Basic HTTP authentication in ASP.NET Web API with support for membership and role providers by extending framework’s AuthotrizeAttribute. read more...

1 comment |category: |Views: 260

tags: another

Towards more secure password hashing in ASP.NET(www.dotnetnoob.com)

submitted by klingsklings(50) 10 days, 10 hours ago

A lot can be done to increase security of how password hashes are created and stored in ASP.NET applications. This article explains more about the PBKDF2 algorithm found in the framework, and how to configure it for more secure password hashing. read more...

add a comment |category: |Views: 199

tags: another

Implementing message handlers to track your ASP.NET Web API usage(www.strathweb.com)

submitted by fdubfdub(281) 10 days, 21 hours ago

Using DelegatingHandlers, building a functionality that checks for an API key on an incoming API request and then logs all requests and responses, thus allowing you to track the usage of your API. read more...

1 comment |category: |Views: 157

tags: another

EF5 Release Candidate Now Available(blogs.msdn.com)

submitted by dpetersondpeterson(4397) 11 days, 7 hours ago

The release candidate for Entity Framework 5.0 is now available on Codeplex. There have been several new improvements since beta 2. read more...

4 comments |category: |Views: 276

tags: another

Consuming RSS feeds in ASP.NET(www.keivansadra.com)

submitted by techiemaetechiemae(64) 11 days, 16 hours ago

RSS (Really Simple Syndication) is an incredibly easy way to display content from other websites in all types of industries. You can also publish your own RSS feeds so that people can display your content on their website with incredible ease. I plan on showing both methods in this article. read more...

1 comment |category: |Views: 111

tags: another

Output caching in ASP.NET Web API(www.strathweb.com)

submitted by fdubfdub(281) 14 days, 9 hours ago

Caching output of the ASP.NET Web API Controllers' actions using a custom ActionFilterAttribute read more...

add a comment |category: |Views: 180

tags: another

Creating a Centralized NuGet Packages Folder(www.chrispoulter.com)

submitted by chrispoulterchrispoulter(105) 15 days, 6 hours ago

I would imagine most people by now will have discovered and use the NuGet Visual Studio extension (http://www.nuget.org/). It is a great way of adding and maintaining 3rd party code libraries in your projects. One problem I find though is that every time I create a new project or solution I end up installing the same old NuGet packages. By default NuGet downloads the source code for these packages into a new "packages" folder in your project/solution root directory. This means I have the same source code downloaded multiple times, in multiple locations. This can easily be fixed as you can... read more...

1 comment |category: |Views: 156

tags: another

Performance Tuning Visual Studio Builds(jameslewiscv.com)

submitted by JamesLewisAwesomeJamesLewisAwesome(75) 16 days, 4 hours ago

My findings after spending a day trying to bring our teams local build time down from over a minute. read more...

1 comment |category: |Views: 302

tags: another

A XAML Guy digs into ASP.NET MVC4 (Part 2 of ?)(michaelcrump.net)

submitted by mbcrumpmbcrump(1034) 19 days, 7 hours ago

Hey, you came back! Well thank you very much. I’m kind of surprised to see the amount of attention the first part received. From being featured on The Morning Brew to being featured in the ASP.NET community Spotlight, it seems that I have hit on a topic that a lot of people are interested in. Let’s not waste anymore time and jump back into the series. read more...

add a comment |category: |Views: 156

tags: another

Native HTML5 push notifications with ASP.NET Web API and Knockout.js(www.strathweb.com)

submitted by fdubfdub(281) 20 days ago

Tutorial on how to build a multi-person browser-based chat using ASP.NET Web API (PushStreamContent), Server Sent Events (JS Event Source) and Knockout.js. Features HTML5 push notifications over HTTP. read more...

add a comment |category: |Views: 295

tags: another

A somewhat performant networking library for .NET(blog.gauffin.org)

submitted by jgauffinjgauffin(150) 22 days, 23 hours ago

Griffin.Networking is a networking library inspired by Netty for Java. It should be somewhat perfomant and provide the infrastructure required to rapidly create networking applications. read more...

add a comment |category: |Views: 252

tags: another

Creating and using plugins in ASP.NET MVC3(blog.gauffin.org)

submitted by jgauffinjgauffin(150) 23 days, 7 hours ago

Shows how you without effort can create and use plugins in ASP.NET MVC3. The article demonstrates the plugin features of Griffin.MvcContrib. You can for instance edit the plugin views at runtime and just hit F5 in the browser to see the changes. read more...

add a comment |category: |Views: 286

tags: another

Time Saving Features For MVC Developers(blogs.telerik.com)

submitted by TelerikTelerik(388) 27 days, 8 hours ago

I recently started reacquainting myself with the Telerik MVC Extensions, and it seems I had forgotten just how awesome they are! I want to talk about a few of the less known features I find really awesome in the extensions. read more...

1 comment |category: |Views: 388

tags: another