Displaying records from MongoDB in an ASP.NET MVC Application
In a previous post I explained how to save a Twitter stream to a MongoDB using C#. In this post I will show you how to build an ASP.NET MVC application to display those records. The example that follows was built using Visual Studio 2015 Community Edition and MongoDB 3.4.6. Firstly this is how the […]
You must be logged in to post a comment.