Home / ASP.NET Weblogs

ASP.NET Weblogs

Posted to:
by
 shiju 
05-29-2013, 4:56 AM

Edge.js - Running Node.js and .NET in One Process

C# is the most powerful static type programming language which can be used for developing wide variety of applications. Node.js is a server-side JavaScript platform which can be used for building high performance scalable applications on the V8 JavaScript...
Filed under: , ,
Posted to:
by
 bipinjoshi 
05-29-2013, 12:11 AM

Select, Zip and Download Files displayed in a GridView

Sometime back I wrote an article that shows how to zip and unzip files programmatically using System.IO.Compression classes. Using these classes along with ASP.NET controls you can allow user user to select one or more files from a list and then programmatically...
Filed under: ,
Posted to:
by
 imran_ku07 
05-26-2013, 2:30 PM

Making Cache Aware ResolveUrl/Url.Content

Introduction: Caching static contents is great and recommended but in the same time we need to also consider the fact that the static contents can be updated any time. A popular way to handle this scenario is to change the contents path or append a query...
Filed under: ,
Posted to:
by
 dotneteer 
05-24-2013, 4:44 PM

Controlling the display of ASP.NET validator controls

Recently, I worked on an old webform project and used the asp.net validation controls. I previously used some features of validation controls, but I encountered more scenarios this time. I found these controls are fairly flexible and can be configured...
Filed under:
Posted to:
by
 ScottGu 
05-23-2013, 10:42 AM

Announcing the release of AMQP support with Windows Azure Service Bus

For the past five years, Microsoft has been working with a diverse group of companies to develop the Advanced Message Queuing Protocol (AMQP) standard. The group of 20+ companies consisted of tech vendors, including Red Hat and VMware, and enterprises...
Filed under: , ,
Posted to:
by
 RicardoPeres 
05-23-2013, 5:03 AM

Intercepting LINQ Queries

A common request when working with LINQ queries (Entity Framework, NHibernate, etc) is the ability to intercept them, that is, inspect an existing query and possibly modify something in it. This is not extremely difficult to do “by hand”, but Microsoft...
Filed under: ,
Posted to:
by
 cibrax 
05-22-2013, 10:43 AM

IP Throttling in ASP.NET Web API

Some Web APIs use the client IP address to enforce Service Level Agreements such as limit the number of calls in a period of time. The client IP address can be used as a replacement for an authentication key sometimes when a previous registration of client...
Filed under: ,
Posted to:
by
 dwahlin 
05-22-2013, 3:06 AM

Dynamically Loading Controllers and Views with AngularJS and RequireJS

New to AngularJS? Check out the AngularJS in 60-ish Minutes video to get a jumpstart on using the framework to build Single Page Applications (SPAs). Dynamically Loading Controllers and Views AngularJS provides a simple way to associate a view with a...
Posted to:
by
 christoc 
05-21-2013, 8:16 AM

The powerful .NETMF on your wrist! Meet the Agent

So if you've been under a rock lately, you might have missed this little phenom known as KickStarter. Well today you're going to want to check it out. Secret Labs, the folks who brought you Netduino (hey, I'm wearing a Netduino t-shirt today, what a coincidence...
Posted to:
by
 bipinjoshi 
05-21-2013, 3:41 AM

Tricky issue with HTML5 drag and drop

Recently a reader asked about a tricky issue with HTML5 drag and drop. The issue is this: HTML5 supports native drag and drop through draggable property and several events such as dragstart, drag, dragenter, dragleave, dragover and drop. Normally dragstart...
Filed under: , ,

« First ... < Previous 3 4 5 6 7 Next > ... Last »