Home / ASP.NET Weblogs

ASP.NET Weblogs

Posted to:
by
 carlone 
04-23-2013, 12:31 AM

Evento: Microsoft Partner Fest

Estimad@s : Buenas noches. El próximo martes 23 y miércoles 24 de abril estaremos transmitiendo en vivo el evento Microsoft Partner Fest el cual se llevará a cabo en la ciudad Guatemala en la Universidad Galileo. Para inscribirse a las transmisiones en...
Filed under: ,
Posted to:
by
 shiju 
04-22-2013, 12:52 PM

Building Windows Azure Cloud Services App with Web Role, Worker Role, Table Storage and Service Bus

Windows Azure Cloud Services, provides a Platform as a Service (PaaS) offering for building multi-tier, highly scalable, reliable cloud applications on the Windows Azure Cloud platform. In this blog post, I will demonstrate how to build a multi-tier Windows...
Posted to:
by
 SergeyS 
04-22-2013, 1:52 AM

Ask not what a search company can do for you .., or time to refactor the global knowledge base.‏

Intro. The time for great updates in academics has come, - that's the idea of this post; the companies to refactor the "spaghetti" global knowledge can be type of Microsoft, Google, Facebook, Wikipedia. The idea to write the post came to me when doing...
Posted to:
by
 RicardoPeres 
04-18-2013, 11:57 AM

Unity – Part 2: Dependency Injection

Dependency Injection Second part of my series on Unity. For an introduction, read the first post . OK, now we know how to get Inversion of Control (IoC): instead of referencing a particular concrete implementation, we instead reference an interface or...
Posted to:
by
 RicardoPeres 
04-17-2013, 5:19 PM

Unity - Part 1: Introduction

Updated: ContainerControlled instead of ExternallyControlled in the bullet list of lifetime managers. Thanks, Ross Smith! Introduction Unity is Microsoft’s Inversion of Control (IoC) and Dependency Injection (DI) container. It is part of the Enterprise...
Posted to:
by
 RicardoPeres 
04-16-2013, 7:15 AM

NHibernate Pitfalls: Collections of Elements and Inverse

This is part of a series of posts about NHibernate Pitfalls. See the entire collection here . When mapping a collection of elements, this collection should not be marked as inverse . This is a different behavior from many to many or one to many, and it...
Filed under: , ,
Posted to:
by
 RicardoPeres 
04-14-2013, 5:44 PM

Extended ASP.NET Button Control

I once had the need to have a button control that would change its look depending on a theme, for example, it would render either as regular button, an image or a link. Of course, the only way I had to achieve this was by manually swapping the Button...
Filed under: , , ,
Posted to:
by
 shiju 
04-12-2013, 11:50 PM

Using async/await with Windows Azure Service Bus Client SDK

The Windows Azure team has recently released Windows Azure Service Bus 2.0.0-beta which lets the Windows Azure developers to use Task based  asynchronous operations while working with Windows Azure Service Bus. Now the Windows Windows Azure Service...
Posted to:
by
 RicardoPeres 
04-11-2013, 4:25 AM

ASP.NET Web Forms Extensibility: Handlers

In the .NET world, all HTTP requests, whether they be for web services (XML, WCF, Web API), pages (Web Forms and MVC), etc, are processed by a handler. Basically, a handler is a particular implementation of the IHttpHandler interface, and requests are...
Posted to:
by
 Adil Akhter 
04-11-2013, 2:15 AM

Solving SPOJ 97. Party Schedule with Dynamic Programing and F#

The Party Schedule problem , published in SPOJ website, is about deriving an optimal set of parties that maximizes fun value , given a party budget: and parties: where each party have an entrance cost , and is associated with a fun value . In this post...

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