All Topics
|
|
3 May 2012
Updated: 29 Jul 2012
Rating: 4.00/5
Votes: 2
Popularity: 1.20
Licence: CPOL
Views: 24,640
Bookmarked: 7
Downloaded: 0
This post describes one possible way to mock the generic repository.
|
|
3 Oct 2012
Updated: 4 Oct 2012
Rating: 4.00/5
Votes: 1
Popularity: 0.00
Licence: CPOL
Views: 15,874
Bookmarked: 7
Downloaded: 0
Fakes is a new test isolation framework from Microsoft. It resembles and is inspired by Moles Research project. This post introduces Fakes and describes the migration from Moles.
|
|
6 Feb 2012
Updated: 28 Jul 2012
Rating: 4.88/5
Votes: 26
Popularity: 6.74
Licence: CPOL
Views: 45,532
Bookmarked: 50
Downloaded: 0
Choosing technologies for .NET project
|
DevOps
|
Testing |
4 Apr 2012
Updated: 19 May 2012
Rating: 0.00/5
Votes: 0
Popularity: 0.00
Licence: CPOL
Views: 29,221
Bookmarked: 5
Downloaded: 0
This post discusses the different possibilities to mock the behavior of Calendar class in Java, in order to unit test the business methods which depend on this class. Three solutions are proposed.
|
Patterns
|
|
28 Jun 2012
Updated: 28 Jun 2012
Rating: 4.25/5
Votes: 4
Popularity: 2.56
Licence: CPOL
Views: 14,040
Bookmarked: 3
Downloaded: 0
This post discusses the current state of art programming languages and the future of programming languages in general. The need for distributed software forces us to write complicated software. Which are the language constructs to help us with the challenge?
|
Productivity Apps and Services
|
Microsoft Office |
4 Aug 2010
Updated: 29 Jul 2012
Rating: 4.00/5
Votes: 1
Popularity: 0.00
Licence: CPOL
Views: 53,031
Bookmarked: 7
Downloaded: 0
This post describes method of submitting entire InfoPath form (entire XML file) to a web service
|
Programming Languages
|
C# |
22 Apr 2012
Updated: 19 May 2012
Rating: 0.00/5
Votes: 0
Popularity: 0.00
Licence: CPOL
Views: 34,571
Bookmarked: 9
Downloaded: 0
This post shows you how to configure correctly Common.Logging together with Log4Net or NLog and explains the typical problems that you might expect while using this logging library.
|
|
3 Oct 2012
Updated: 3 Oct 2012
Rating: 4.00/5
Votes: 1
Popularity: 0.00
Licence: CPOL
Views: 12,750
Bookmarked: 1
Downloaded: 0
Reflection & Order of Discovered Properties
|
C# 4.0 |
26 Apr 2011
Updated: 28 Jul 2012
Rating: 5.00/5
Votes: 4
Popularity: 3.01
Licence: CPOL
Views: 29,550
Bookmarked: 37
Downloaded: 0
Pex is a tool which helps generate inputs for unit test. Moles is a stub framework used to isolate the unit tests from code which is not being tested. In this post, I will try to describe an attempt to use Pex and Moles to test a typical business layer.
|
Java |
3 Aug 2010
Updated: 1 Apr 2013
Rating: 5.00/5
Votes: 1
Popularity: 0.00
Licence: CPOL
Views: 26,732
Bookmarked: 13
Downloaded: 0
How to extend the detail page of a company by adding a list of products of the company and a drop down list box, which will allow a user to add a new product to the list of the products of the company.
|
|
17 Nov 2010
Updated: 19 May 2012
Rating: 5.00/5
Votes: 1
Popularity: 0.00
Licence: CPOL
Views: 26,340
Bookmarked: 3
Downloaded: 0
This is a short post describing how to implement a simple tool to manage CORBA Naming Service.
|
|
19 Jul 2010
Updated: 1 Apr 2013
Rating: 4.00/5
Votes: 1
Popularity: 0.00
Licence: CPOL
Views: 26,632
Bookmarked: 11
Downloaded: 0
Description of how to add some additional functions - create new company, edit company's details
|
Javascript |
27 Mar 2013
Updated: 27 Mar 2013
Rating: 4.90/5
Votes: 9
Popularity: 4.68
Licence: CPOL
Views: 37,340
Bookmarked: 26
Downloaded: 0
This article describes a sample application which uses several technologies: RavenDB, KnockoutJS, Bootstrap, WebAPI and D3JS. Combining client side JavaScript MVC and a RESTful API on the backend can give some very nice results and result in super responsive UI. Check it out.
|
|
21 Mar 2012
Updated: 19 May 2012
Rating: 5.00/5
Votes: 5
Popularity: 3.49
Licence: CPOL
Views: 25,021
Bookmarked: 18
Downloaded: 0
Integrating Google Maps and KnockoutJS
|
|
20 Feb 2013
Updated: 20 Feb 2013
Rating: 4.33/5
Votes: 2
Popularity: 1.30
Licence: CPOL
Views: 14,010
Bookmarked: 10
Downloaded: 0
This posts gives a brief introduction to Google Drive JavaScript SDK and shows how to implement basic actions as downloading documents, creating directories and search for files or directories.
|
Python |
12 Mar 2012
Updated: 31 Oct 2012
Rating: 4.67/5
Votes: 2
Popularity: 1.40
Licence: CPOL
Views: 21,971
Bookmarked: 15
Downloaded: 0
Collective Intelligence or swarm intelligence is a very interesting scientific field. As well as neural networks, this field searches for inspiration in nature. This post describes how to use the collective intelligence of ants to find the solution to Travelling Salesman Problem.
|