-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Does anyone have an example of using LightSpeed with the Repository Pattern using interfaces and dependency injection?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
My understanding of Factory Method Pattern is (Correct me if i am wrong)
Factory Method Pattern
"Factory Method allow the client to delegates the product creation (Instance Creation) to the subclass".
There are two situation in which we can go for creating Factory Method pattern.
(i) When the…
>>> More
-
as seen on SQL Blogcasts
- Search for 'SQL Blogcasts'
I really enjoyed last weeks user group meeting, the interaction from everyone helped make it an excellent evening. Iain has provided these links for the two products he mentioned in the talk: The product information for Lightspeed is here and the videos for using the features are here , it can be…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
The following is what happens when I run traceroute from a certain location:
# traceroute google.com
traceroute to google.com (74.125.227.39), 30 hops max, 60 byte packets
1 gateway.local.enactpc.com (10.0.0.1) 0.138 ms 0.101 ms 0.084 ms
2 * * *
3 * * *
4 * * *
5 * * *
6 * * *
7 …
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I would like to see your experience with popular ORM tools outhere, like NHibernate, LLBLGen, EF, S2Q, Genom-e, LightSpeed, DataObjects.NET, OpenAccess, ...
From my exp:
- Genom-e is quiet capable of Linq & performance, dev support
- EF lacks on some key features like lazy loading, Poco support…
>>> More