|
Posted to:
04-23-2013, 12:31 AM
|
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...
|
|
Posted to:
04-22-2013, 12:52 PM
|
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:
04-22-2013, 1:52 AM
|
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:
04-18-2013, 11:57 AM
|
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:
04-17-2013, 5:19 PM
|
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:
04-16-2013, 7:15 AM
|
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...
|
|
Posted to:
04-14-2013, 5:44 PM
|
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...
|
|
Posted to:
04-12-2013, 11:50 PM
|
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:
04-11-2013, 4:25 AM
|
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:
04-11-2013, 2:15 AM
|
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...
|