Quantcast
Channel: URF - Unit of Work & (extensible/generic) Repositories Framework
Browsing all 1539 articles
Browse latest View live
↧

Commented Unassigned: File download Issues !!!! [1211]

Unable to download the file, always incomplete file is downloaded.... No files to extract or Error downloading file issue...tried multiple times still the same.Comments: This is downloading fine for...

View Article


New Post: If I'm using Entity Framework 6, with VS2013, is a generic...

Please copy the CodeTemplates folder to your MVC application, this will generate you an ODataController using the Repository and UnitOfWork:...

View Article


New Post: How to use the framework with multi-datacontex?

Please read: http://blog.longle.net/2013/07/30/bounded-dbcontext-with-generic-unit-of-work-generic-repositories-entity-framework-6-unity-3-0-in-mvc-4/.

View Article

New Post: If I'm using Entity Framework 6, with VS2013, is a generic...

Great stuff! I copied the folder into my project, but don't see a new OData WebAPI Controller Add/New Scaffolded Item or Add/Controller. I also opened the Sample\Northwind.Web related solution and...

View Article

New Post: Difference between ODataQueryable() and SelectQuery() ?

Great, thank you.

View Article


New Post: Selecting some columns with $select not working

Hi, In first place I just want to say that it is a great framework! I'm trying to get few properties of a particular entity from client with the following URL:...

View Article

New Post: Selecting some columns with $select not working

Please use Queryable directly with OData, example: https://genericunitofworkandrepositories.codeplex.com/SourceControl/latest#main/Sample/Northwind.Web/Api/CustomerController.cs

View Article

New Post: If I'm using Entity Framework 6, with VS2013, is a generic...

Thanks, the template simply overrides the default one therefore you will not get a new option, so continue selecting the Web Api OData Controller.

View Article


New Post: Difference between ODataQueryable() and SelectQuery() ?

Your welcome, BTW, here's an example of using Queryable directly when using with...

View Article


Source code checked in, #57a362aeb59a32585ed68e81e27b893d7904c831

Adding Stored Procedure pattern example

View Article

Updated Wiki: Stored Procedure (Pattern) Example

Create Stored Procedure Interfacepublicinterface INorthwindStoredProcedures { IEnumerable<CustomerOrderHistory> CustomerOrderHistory(string customerID); int CustOrdersDetail(int? orderID);...

View Article

Image may be NSFW.
Clik here to view.

Updated Wiki: Documentation

For questions and support please contact Le on Twitter @LeLong37API has been updated in v3.2 release, please see v3.2 documentation below.Additional Referencesv3.2Quick Samples in LINQPadASP.NET MVC 5...

View Article

New Post: How to use existing Stored Procedures???

Please read: https://genericunitofworkandrepositories.codeplex.com/wikipage?title=Stored%20Procedure%20with%20Service%20Pattern%20Example&referringTitle=Documentation Sample:...

View Article


Updated Wiki: Stored Procedure with Service Pattern Example

Create Stored Procedure Interfacepublicinterface INorthwindStoredProcedures { IEnumerable<CustomerOrderHistory> CustomerOrderHistory(string customerID); int CustOrdersDetail(int? orderID);...

View Article

Image may be NSFW.
Clik here to view.

Updated Wiki: Documentation

For questions and support please contact Le on Twitter @LeLong37API has been updated in v3.2 release, please see v3.2 documentation below.Additional Referencesv3.2Quick Samples in LINQPadASP.NET MVC 5...

View Article


Image may be NSFW.
Clik here to view.

Updated Wiki: Documentation

For questions and support please contact Le on Twitter @LeLong37API has been updated in v3.2 release, please see v3.2 documentation below.Additional Referencesv3.2Quick Samples in LINQPadASP.NET MVC 5...

View Article

New Post: Selecting some columns with $select not working

Thanks a lot! When are you guys planning to release next version? Thanks!

View Article


New Post: Selecting some columns with $select not working

We are planning for end of next week.

View Article

Source code checked in, #ba90dbae3dc9bdd98cf77b120d025fcf34c16a05

Adding stored proc service pattern example

View Article

Source code checked in, #bdec51e17590bbd70f4f7fbd09bc07e8af2d9368

Removing test commit

View Article
Browsing all 1539 articles
Browse latest View live