July 9, 2014 at 12:18 PM
—
alex
Although eveone is familar with the Enterprise Integration Patterns and GofF books, there are some newer patterns which are related to Cloud environments. There is a good collection of them published in MSDN at the following link.
d6112aec-86a4-47ff-a8ff-1b7ca12a3146|0|.0
Posted in: Development | R&D
Tags:
June 3, 2014 at 10:55 PM
—
alex
Microsoft moved methods and classes into Microsoft.AspNet.WebPages.Data, so in order to use them use:
Install-Package Microsoft.AspNet.WebHelpers
Followed by:
Install-PackageMicrosoft.AspNet.WebPages.Data
21c9a0ad-34bc-47a9-901a-3e1f0afc1b02|0|.0
Posted in:
Tags:
May 8, 2014 at 1:41 PM
—
alex
Read on
http://ptgmedia.pearsoncmg.com/images/9780132248310/samplechapter/013224831X_02.pdf
e94b6cef-982b-47c0-a6d3-5d3225b822ba|0|.0
Posted in:
Tags:
April 15, 2014 at 1:25 AM
—
alex
Read on
http://blogs.technet.com/b/keithmayer/archive/2014/04/08/best-of-build-2014-what-s-new-in-microsoft-azure.aspx
50e0065a-4a94-4067-a3e4-266f98d117bf|0|.0
Posted in:
Tags:
April 8, 2014 at 9:16 AM
—
alex
In Internet apps, OWIN now plays a major role. Read on the best practices behind Katana http://www.asp.net/aspnet/overview/owin-and-katana/an-overview-of-project-katana
aecbf937-1d3c-4cf1-a249-880f2c36da7d|0|.0
Posted in:
Tags:
April 8, 2014 at 8:53 AM
—
alex
I've came across a few places where WCF ChannelFactory was recreated each time a new method was called. This arguably a bad practice and should be avoided. Instead, an instance of ChannelFactory should be cached and reused when a call needs to be made thus avoiding expensive reinitialization of the factory. Read on more on MSDN related to this topic:
http://msdn.microsoft.com/en-us/library/hh314046(v=vs.110).aspx
5a6fec48-d3b1-4282-b133-b4c8b4e1710c|0|.0
Posted in:
Tags:
April 4, 2014 at 9:44 AM
—
alex
fc3a5804-f876-422f-92a9-ab8ae3399bfe|0|.0
Posted in:
Tags:
February 13, 2014 at 10:26 PM
—
alex
I've been trying to install Hyper-V on Gen-1 i7 920 processor running on Gigabyte EX58 Motherboard and had no luck with getting SLAT check:
Turned out, while processor was VT-d capable, MB was not VT-x enabled, hence this error. After grabbing latest Gigabyte BIOS and flashing it, SLAT check passed.
84d13d0a-dc37-4a57-b15d-b2ef26057591|0|.0
Posted in: Development | R&D
Tags:
January 15, 2014 at 3:02 AM
—
alex
Read on:
http://jenkinsheaven.blogspot.com/2013/11/selenium-testing-in-cloud-with.html
fb93fd0d-3360-4602-8f51-5739fc0cd093|0|.0
Posted in:
Tags:
January 8, 2014 at 3:39 PM
—
alex
Lately, I've become a fan of Git, because it's simple, easy to use and distributed.
Read on quickstart doc on Git:
http://rogerdudler.github.io/git-guide/index.html
58a78db4-b8fb-4cd8-8deb-03679aed6f98|0|.0
Posted in:
Tags: