Unit Testing Non-Public Methods
Originally posted on: http://geekswithblogs.net/abhi/archive/2013/11/20/unittesting-non-public-methods.aspxBefore we proceed any further, I should say this, Testing through this public API should be...
View ArticleUsage of Arrays
Originally posted on: http://geekswithblogs.net/abhi/archive/2013/11/20/usage-of-arrays.aspxAlthough both arrays and collections are used in a similar fashion, there are some performance considerations...
View ArticleProperties vs. Methods
Originally posted on: http://geekswithblogs.net/abhi/archive/2013/11/20/properties-vs.-methods.aspxOne of the decisions a developer needs to make while designing a class is when to use a property and...
View ArticleUnit tests for HttpClient using HttpMessageHandler
Originally posted on: http://geekswithblogs.net/abhi/archive/2013/11/20/unit-tests-for-httpclient-using-httpmessagehandler.aspxYou can unit test a class that uses HttpClient by giving that HttpClient a...
View ArticleBizTalk Maturity Assessment vs BizTalk Health Check
Originally posted on: http://geekswithblogs.net/michaelstephenson/archive/2013/11/20/154675.aspxRecently a few people have asked me about the differences between the BizTalk Health Check and the...
View ArticleSt. Louis Day of .NET 2013
Originally posted on: http://geekswithblogs.net/NewThingsILearned/archive/2013/11/21/st.-louis-day-of-.net-2013.aspxAn another one has passed us by - this past weekend was the St. Louis Day of .NET,...
View ArticleTesting Workflow Events
Originally posted on: http://geekswithblogs.net/abhi/archive/2013/11/21/testing-workflow-events.aspxImagine you are testing a method that returns or processes a Workflow event. Normally, you would...
View ArticleBreaking on Exception with Debugger
Originally posted on: http://geekswithblogs.net/abhi/archive/2013/11/21/154683.aspxHere are the steps you need to take to get this feature enabled in your local Visual Studio instance: 1. First...
View ArticleCyclomatic Complexity of Methods
Originally posted on: http://geekswithblogs.net/abhi/archive/2013/11/21/cyclomatic-complexity-of-methods.aspxCyclomatic Complexity is a widely used software metric that is used to compute the number of...
View ArticleAPress Deal of the day 21/Nov/2013 - Pro jQuery
Originally posted on: http://geekswithblogs.net/TATWORTH/archive/2013/11/21/apress-deal-of-the-day-21nov2013---pro-jquery.aspx Today's $10 deal of the day from APress at...
View ArticleDevelopments at Jet Brains
Originally posted on: http://geekswithblogs.net/TATWORTH/archive/2013/11/21/developments-at-jet-brains.aspx I expect that most of you will already have the latest ReSharper as this supports Visual...
View ArticleLINQ performace considerations
Originally posted on: http://geekswithblogs.net/abhi/archive/2013/11/21/linq-performace-considerations.aspxOutside of LINQ statements such as .Any(predicate) and .First(predicate) short circuiting...
View ArticleMaintaining image aspect ratios in responsive web design
Originally posted on: http://geekswithblogs.net/ihaynes/archive/2013/11/22/maintaining-image-aspect-ratios-in-responsive-web-design.aspxEver had the problem of varying thumbnail images? You have a...
View ArticleAPress Deal of the Day - 22/Nov/2013 - Pro WF 4.5
Originally posted on: http://geekswithblogs.net/TATWORTH/archive/2013/11/22/apress-deal-of-the-day---22nov2013---pro-wf.aspx Today's $10 deal of the day from APress at...
View ArticleFull Calendar as a SharePoint 2010 Display Calendar
Originally posted on: http://geekswithblogs.net/djacobus/archive/2013/11/22/154708.aspxDeveloping the artifacts for my last post, I used the spCalendarView as the basis for a web part to view a rollup...
View ArticleNode.js Tool for Visual Studio
Originally posted on: http://geekswithblogs.net/shaunxu/archive/2013/11/22/node.js-tool-for-visual-studio.aspxMay I firstly ask a question for developers writing Node.js application on Windows...
View ArticleReading XML using LINQ
Originally posted on: http://geekswithblogs.net/manjunath.k/archive/2013/11/23/reading-xml-using-linq.aspxHere i have tried to give a simple example of hoe to read XML file using LIN@ query.Ex: Below...
View ArticleMVP Summit November 2013
Originally posted on: http://geekswithblogs.net/tburger/archive/2013/11/24/mvp-summit-november-2013.aspxThis years MVP Summit II was fantastic. It was great to see people that I don’t get to chat with...
View ArticleVisual Studio 2013 not compiling your typescript file , Now what to do :(
Originally posted on: http://geekswithblogs.net/anirugu/archive/2013/11/24/visual-studio-2013-not-compiling-your-typescript-file--now.aspxIf you want to use typescript language in your Visual studio 13...
View ArticleNodejs is now supported in Visual studio 13 (alpha phase)
Originally posted on: http://geekswithblogs.net/anirugu/archive/2013/11/24/nodejs-is-now-supported-in-visual-studio-13-alpha-phase.aspxVisual studio have now supported Nodejs programming....
View Article