I am a junior dotnet MVC developer, just taking my baby steps in Couchbase. I found @jmorris blog
http://blog.couchbase.com/2016/april/released-linq2couchbase-v1.1.0-the-official-linq-provider-for-couchbase-n1ql?facet=blog%2Fblogs.facets%2FTopic%2F.NET
I have installed the package. I am finding a starting trouble to work with it.
I have experience working with Entity Framework 6.0 and Linq2SQL. Can you help me understand how Couchbase’s BucketContext is used like DbContext in EF. Also can you relate me Linq2SQL and Linq2Couchbase.
@nithisha
If you haven’t yet, your best bet is to checkout the documentation here:
I think it covers most of the questions you have. Note that the change tracking feature, which is our equivalent of EF SubmitChanges, is still experimental and subject to change. But the core query functions should be fully functional.
If you have any further questions, please feel free to ask.
Brant
1 Like
@nithisha
I’m in the same situation as you! I will be rolling out some blog posts at blog.couchbase.com that will give you an overview of my experience using Linq2Couchbase with ASP.NET MVC. I’m also looking at the documentation that @btburnett3 mentioned, and I’ve found it very helpful.
In the meantime, if you have some more specific questions or run into issues, please feel free to ask here on the forum, and I’ll do my best to answer.
3 Likes