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 ArticleNew 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 ArticleNew 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 ArticleNew 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 ArticleNew 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 ArticleNew 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 ArticleNew 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 ArticleNew Post: Difference between ODataQueryable() and SelectQuery() ?
Your welcome, BTW, here's an example of using Queryable directly when using with...
View ArticleSource code checked in, #57a362aeb59a32585ed68e81e27b893d7904c831
Adding Stored Procedure pattern example
View ArticleUpdated Wiki: Stored Procedure (Pattern) Example
Create Stored Procedure Interfacepublicinterface INorthwindStoredProcedures { IEnumerable<CustomerOrderHistory> CustomerOrderHistory(string customerID); int CustOrdersDetail(int? orderID);...
View ArticleUpdated 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 ArticleNew 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 ArticleUpdated Wiki: Stored Procedure with Service Pattern Example
Create Stored Procedure Interfacepublicinterface INorthwindStoredProcedures { IEnumerable<CustomerOrderHistory> CustomerOrderHistory(string customerID); int CustOrdersDetail(int? orderID);...
View ArticleUpdated 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 ArticleUpdated 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 ArticleNew Post: Selecting some columns with $select not working
Thanks a lot! When are you guys planning to release next version? Thanks!
View ArticleNew Post: Selecting some columns with $select not working
We are planning for end of next week.
View ArticleSource code checked in, #ba90dbae3dc9bdd98cf77b120d025fcf34c16a05
Adding stored proc service pattern example
View Article