New Post: How to inject Service interface
Hello, can you me help unity injection ICacheManager in ctor? Ctor:public PermissionService(IRepositoryAsync<Permission> permissionRepository, ICacheManager cacheManager) :...
View ArticleUpdated Wiki: Home
URF vNext (v3.4): ASP.NET v5 RC Web APIĀ and pure HTML5/AngularJS (in full TypeScript v1.5) for the presentation layer (no Razor and MVC Controller),AngularJS v2 Beta, EF 7 as VSCode TypeScript &...
View ArticleUpdated Wiki: Home
URF vNext (v3.4): ASP.NET v5 RC Web APIĀ and pure HTML5/AngularJS (in full TypeScript v1.5) for the presentation layer (no Razor and MVC Controller),AngularJS v2 Beta, EF 7 as VSCode TypeScript &...
View ArticleUpdated Wiki: Home
URF vNext (v3.4): ASP.NET v5 RC Web APIĀ and pure HTML5/AngularJS (in full TypeScript v1.5) for the presentation layer (no Razor and MVC Controller),AngularJS v2 Beta, EF 7 as VSCode TypeScript &...
View ArticleUpdated Wiki: Home
URF vNext (v3.4): ASP.NET v5 RC Web APIĀ and pure HTML5/AngularJS (in full TypeScript v1.5) for the presentation layer (no Razor and MVC Controller),AngularJS v2 Beta, EF 7 as VSCode TypeScript &...
View ArticleUpdated Wiki: Home
URF vNext (v3.4): ASP.NET v5 RC Web APIĀ and pure HTML5/AngularJS (in full TypeScript v1.5) for the presentation layer (no Razor and MVC Controller),AngularJS v2 Beta, EF 7 as VSCode TypeScript &...
View ArticleNew Post: Multiple Entity Framework Contexts(Multiple database types) on the...
AGBrown's solution (Aug 6, 2014) of extending the framework to create context specific interfaces worked very well for me. I am using the Autofac DI with three different data contexts. For each data...
View ArticleNew Post: Add Sort Extension by Column name
Hello notretro, does/can your extension method support .dot notation for sorting by sub-items? For example:customerList.OrderBy(Orders.Date", true)? Where 'Orders' is a collection property of...
View ArticleNew Post: Service factory
Guys, I created a Service Factory (much like the implementation of GetRepository<T> in the UnitOfWork). Mainly because i have some services which needs 8 other services to do their job and i dont...
View ArticleUpdated Wiki: Home
URF vNext (v3.4): ASP.NET v5 RC Web APIĀ and pure HTML5/AngularJS (in full TypeScript v1.5) for the presentation layer (no Razor and MVC Controller),AngularJS v2 Beta, EF 7 as VSCode TypeScript &...
View ArticleUpdated Wiki: Home
URF vNext (v3.4): ASP.NET v5 RC Web APIĀ and pure HTML5/AngularJS (in full TypeScript v1.5) for the presentation layer (no Razor and MVC Controller),AngularJS v2 Beta, EF 7 as VSCode TypeScript &...
View ArticleUpdated Wiki: Home
URF vNext (v3.4): ASP.NET v5 RC Web APIĀ and pure HTML5/AngularJS (in full TypeScript v1.5) for the presentation layer (no Razor and MVC Controller),AngularJS v2 Beta, EF 7 as VSCode TypeScript &...
View ArticleUpdated Wiki: Home
URF vNext (v3.4): ASP.NET v5 RC Web APIĀ and pure HTML5/AngularJS (in full TypeScript v1.5) for the presentation layer (no Razor and MVC Controller),AngularJS v2 Beta, EF 7 as VSCode TypeScript &...
View ArticleReviewed: v3.3.5 (Sep 01, 2015)
Rated 5 Stars (out of 5) - Very Helpful framework and sample.
View ArticleNew Post: Lazy Loading and Proxy Creation Enablement
I notice that the Ef6 DataContext, by default, disables Lazy Loading and Proxy Creationg in the constructor:Configuration.LazyLoadingEnabled = false; Configuration.ProxyCreationEnabled = false; I have...
View ArticleNew Post: Implement ASP.Net Identity 2.0 with IdentityDbcontext
I'm not sure if this is still of interest, but I have had good success integrating ASP.NET Identity Framework (version 2.21). Following on from Dragouf's suggestion (back in May), this is what I did:...
View ArticleNew Post: Entity Framework 7
Hey I really like this framework and VS2015/ASPNet5/Mvc6 is available. Is this going to be an updated version for Entity Framework 7? What are the recommendations to get up and running quickly? Thanks
View ArticleNew Post: Implement ASP.Net Identity 2.0 with IdentityDbcontext
Hey, thanks for the constructive replies. I was wondering if now anyone had a robust approach for integrating Identity ?
View ArticleNew Post: Implement ASP.Net Identity 2.0 with IdentityDbcontext
I am not sure what you mean by 'robust'. The route I described above appears to work correctly within the URF data context, at least with the current ASP.NET Identity version, and only took about an...
View ArticleReviewed: v3.3.5 (Sep 24, 2015)
Rated 5 Stars (out of 5) - This is far and away the best Repository/Unit of Work framework that I have come across. It is clean, lean and easy to use.
View Article