c# - How do I work with MongoDB from ASP.Net web pages and razor? -
i've gotten head around mongodb syntax using json notation , can find c# examples around, more complex i'd , i'm looking simple model follow doing basic work mongo web pages , razor.
you don't. data access should done in code behind, or better, repository called code behind.
if quick search, you'll see there quite few examples of using mongodb .net.
Comments
Post a Comment