Oskar Gewalli's blog articles

0
comment
on 6/3/2016 11:24 AM
Some patterns I’ve usually encountered while working code bases written by .net developers. You can also read more on msdn. Domain driven design inspired Usually you find classes with postfix name like: Repository : List like interface for working with persisted data. Usually state of fetched objects is tracked, so you can do customerContext.Save() to persist changes to objects. Service Related concepts People are often confused by “Unit of work” also mentioned in connection to these patterns. M[...]
>> Read the full article
.
0
comment
on 6/3/2016 11:24 AM
Some patterns I’ve usually encountered while working code bases written by .net developers. You can also read more on msdn. Domain driven design inspired Usually you find classes with postfix name like: Repository : List like interface for working with persisted data. Usually state of fetched objects is tracked, so you can do customerContext.Save() to persist changes to objects. Service : An object that contains domain logic, but does not have a life of it’s own (using instead entities). Related [...]
>> Read the full article
.
0
comment
on 5/29/2016 4:46 AM
While working as a consultant at a company that uses svn, I needed to keep a branch in sync with the master branch. This turns out to be a lot of work. Problem was that it was not possible to just clone the repository using git svn. The clone failed after a while (I think due to the long connection time). First you might want to read up on it from this blog post. The command I used was something like: git svn clone -r 10327 --username=oskar.gewalli http://company.com/scm/svn/Project project --stdlayout[...]
>> Read the full article
.
0
comment
on 5/29/2016 4:46 AM
While working as a consultant at a company that uses svn, I needed to keep a branch in sync with the master branch. This turns out to be a lot of work. Problem was that it was not possible to just clone the repository using git svn. The clone failed after a while (I think due to the long connection time). First you might want to read up on it from this blog post. The command I used was something like: git svn clone -r 10327 --username=oskar.gewalli http://company.com/scm/svn/Project project --stdlayout[...]
>> Read the full article
.
0
comment
on 4/13/2016 1:45 AM
Microsoft buys Xamarin, as can be seen on Wired and on Microsoft blog. This has some rather exciting implications. This means that it will become easier to convince people (already familiar with Microsoft products) to use Xamarin. I’m a longtime fan of Miguel de Icaza and the mono team and I’m happy that this technology continues to live with company backing.
>> Read the full article
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper