Programming
|
Oct 11, 2014
Creating mocks for your service calls is made easy with the use of the HttpClient and the FakeResponseHandler. The FakeResponseHandler inherits from the DelegatingHandler and will return a response based on the registered URI.
Continue reading »
Programming
|
Oct 7, 2014
A useful feature of C# is the ability to add functionality to existing classes. For example, you might want a reverse function on the String class. You would then be able to call your new function this way: myString.Reverse().
Continue reading »
Programming
|
Jul 21, 2014
Ng-Grid is the easiest way to add a sortable and filterable grid to your web application.
I have used jqGrid in the past and this is by far easier to work with. Today I am going to demonstrate
how to add filtering to your ng-Grid, and as a bonus I am going to do it on keypress. So the grid
will filter as you type in the search box without the need for a pesky button.
Continue reading »
Travel
|
Jul 6, 2014

Continue reading »
Programming
|
Jun 11, 2014
Create, Update, and Filter a Generic Array in Apple Swift.
Continue reading »