{{theTime}}

Search This Blog

Total Pageviews

Dependency Injection Framework : Google Guice

How to handle huge inter dependent classes with many factory classes?  Use Guice.

Guice is dependency injection framework used in google wave, adwords and other google products.

see the details here.
http://code.google.com/p/google-guice/wiki/Motivation?tm=6

No comments:

Generate Models from SQL Server using Entity Framework Core

To generate models from SQL Server database tables using Entity Framework (EF) in .NET, you can follow the Database-First approach with Ent...