ASP.NET

  • submit to reddit

Creating a Simple Live Cricket Score Using ASP.NET SignalR

Introduction:I am from Pakistan. Like most of Pakistanis, I am also a huge fan of Cricket. Yesterday, I got some time from my busy job. I thought to...

0 replies - 1294 views - 05/15/13 by Imran Baloch in Articles

Tip Of The Day: Default User Roles in ASP.NET MVC4

ASP.NET MVC is an extremely powerful framework, and the default website template offers a good set of capabilities to build a fully functional portal that...

0 replies - 2281 views - 03/05/13 by Den Delimarsky in Articles

ScaleBase Overview – Your complete scale out partner

ScaleBase Overview – Your complete scale out partner Watch the Video below to learn how to scale out your MySQL Database with ScaleBase. Cost-effectively...

0 replies - 307 views - 02/22/13 by Kelley Gemma in Uncategorized

Using jQuery Webcam Plugin With ASP.NET MVC

I have to use webcam images in one of applications I build and when playing with different components I found free and easy to use Flash and jQuery based...

0 replies - 3452 views - 02/10/13 by Gunnar Peipman in Articles

OAuth with ASP.NET MVC and WorldDomination. Web.Authentication

This post is a follow on from my previous post OAuth with NancyFX and WorldDomination.Web.Authentication except this demonstrates how you can use...

0 replies - 1252 views - 02/06/13 by Phillip Haydon in Articles

HTML5 Placeholder Support for ASP.NET WebForm TextBox

Background:In my last post “HTML5 Input Types Support in ASP.NET WebForm”, we looked at the HTML5 input types support from the ASP.NET WebForm TextBox...

0 replies - 2785 views - 02/05/13 by Lohith Nagaraj in Articles

"50 Ways to Avoid, Find and Fix ASP.NET Performance Issues" Free eBook

simple talk - Michaela Murray - Free eBook: 50 Ways to Avoid, Find and Fix ASP.NET Performance IssuesBack in November, I started asking for...

0 replies - 2331 views - 01/28/13 by Greg Duncan in Articles

ActuateOne for OEMs

"Actuate BIRT’s (Business Intelligence and Reporting Tool) proven technology allows software companies to innovate, leapfrog the competition and meet...

0 replies - 345 views - 01/22/13 by Kelley Gemma in Uncategorized

ASP.NET Bundling/Minification and Embedded Resources

Introduction: If you want to share your application resources(like css, javascript, images, etc) between different projects then embedded...

0 replies - 9721 views - 01/05/13 by Imran Baloch in Articles

Fixing the Model Binding issue of ASP.NET MVC 4 and ASP.NET Web API

Introduction: Yesterday when I was checking ASP.NET forums, I found an important issue/bug in ASP.NET MVC 4 and ASP.NET Web API. The issue is...

0 replies - 2187 views - 12/18/12 by Imran Baloch in Articles

Using the New ASP.NET MVC 4 Template in MonoDevelop

In my last post, I showed an example of an ASP.NET MVC 4 application built in MonoDevelop. Since that time, an ASP.NET MVC 4 project template has been ...

0 replies - 3087 views - 12/17/12 by Daniel Mohl in Articles

Configuring IIS methods for ASP.NET Web API on Windows Azure Websites

That’s a pretty long title, I agree. When working on my implementation of RFC2324, also known as the HyperText Coffee Pot Control Protocol, I’ve been...

0 replies - 2447 views - 12/11/12 by Maarten Balliauw in Articles

From API Key to User with ASP.NET Web API

ASP.NET Web API is a great tool to build an API with. Or as my buddy Kristof Rennen (and the French) always say: “it makes you ‘api”. One of the things...

0 replies - 5453 views - 10/18/12 by Maarten Balliauw in Articles

Multi-Threaded Design Guidelines for Libraries

The major difference between libraries and frameworks is that a framework is something that runs your code, and is (in general) in control of its own...

0 replies - 2304 views - 10/17/12 by Ayende Rahien in Articles

A Single-Page App with Knockout.js, MongoDB, and Twitter Bootstrap

The goal here is to fit all the necessary code – HTML, JavaScript and CSS on one single page, hence the name. This results in a more fluid user...

0 replies - 11057 views - 10/08/12 by Christophe Geers in Articles