سورس نگارش کامل دات نت
200, OK
https://referencesource.microsoft.com icon

The referencesource repository contains sources from Microsoft .NET Reference Source that represent a subset of the .NET Framework. This subset contains similar functionality to the class libraries that are being developed in .NET Core. We intend to consult the referencesource repository as we develop .NET Core. It is also for the community to leverage to enable more scenarios for .NET developers. 

سورس نگارش کامل دات نت
شروع کار با Visual Studio 2017 برای Mac
301, MovedPermanently
http://www.codeproject.com/Articles/1157473/Getting-Started-with-Visual-Studio-For-Mac-Preview icon

On 16th November 2016, Nat Friedman and James Montemagno introduced Visual Studio for Mac, the newest member of the Visual Studio family at Connect(); 2016 event. I thought let's give it a try so I installed the same and went through the project templates available in it. This blog is kind of a getting started guide to install Visual Studio For Mac. 

شروع کار با Visual Studio 2017 برای Mac
استفاده از MongoDB .NET Driver با NET Core Web API.
301, MovedPermanently
http://www.codeproject.com/Articles/1151842/Using-MongoDB-NET-Driver-with-NET-Core-WebAPI icon

Source could be also accessed from GitHub -> https://github.com/fpetru/WebApiMongoDB.

Problem / solution format brings an easier understanding on how to build things, giving an immediate feedback. Starting from this idea, the blog post will present step by step how to build

a web application to store your ideas in an easy way, adding text notes, either from desktop or mobile, with few characteristics: run fast, save on the fly whatever you write, and be reasonably reliable and secure.

This blog post will implement just the backend, WebApi and the database access, in the most simple way. Next blog post will cover the front end, using Angular. Then, there will be an additional article on how to increase the performance and the security. 

استفاده از MongoDB .NET Driver با NET Core Web API.
ایجاد نمودار با استفاده از AngularJS و Web API
301, MovedPermanently
http://www.codeproject.com/Articles/1152413/Charts-in-angularjs-using-webapi icon

In development world, you may get a requirement from your client, they wants a weekly, quarterly and yearly charts. You always think, how can I make charts with use of angularjs.  So today, in this article, we are going to learn

  • how to create charts in angularjs using webapi
  •  higcharts.js

In this example, our requirement is, we have dropdownlist of student names. if user select any student, it will show selected students marks in the form of charts. 

ایجاد نمودار با استفاده از AngularJS و Web API
آشنایی با NodeJS و MongoDB
200, OK
https://www.smashingmagazine.com/2014/05/detailed-introduction-nodejs-mongodb/ icon

Node.js is a rapidly growing technology that has been overtaking the world of server-side programming with surprising speed. MongoDB is a technology that’s revolutionizing database usage. Together, the two tools are a potent combination, thanks to the fact that they both employ JavaScript and JSON. 

آشنایی با NodeJS و MongoDB
Data Dictionary در C#.NET
301, MovedPermanently
http://www.codeproject.com/Articles/1130949/Data-Dictionary-in-Csharp-NET icon

Database is an integral part of any company/project. They range from small scale to large scale. But most of the times, if you ask for a data dictionary, then 'boom' - nobody has a data dictionary. This tool will enable you to create data dictionary for your tables and export them to an Excel file. 

Data Dictionary در C#.NET
استفاده از MongoDB با Web API
301, MovedPermanently
https://blogs.msdn.microsoft.com/henrikn/2012/02/18/using-mongodb-with-asp-net-web-api/ icon

MongoDB is a popular NoSQL database that makes it a great backend for Web APIs which lend themselves towards a document store rather than a relational store. In this blog we show how you can use MongoDB with ASP.NET Web API to build an ApiController with support for HTTP GET, PUT, POST, and DELETE. 

استفاده از MongoDB با Web API
شروع کار با SpecFlow در 10 دقیقه
301, MovedPermanently
http://www.codeproject.com/Articles/1147379/Getting-Started-with-SpecFlow-in-Minutes icon

I am happy to announce a new series of blog posts dedicated to Specflow. In the first article, I am going to introduce to you the Specflow framework. You will be able to write and execute business-readable specification after 10 minutes. Keep reading! 

شروع کار با SpecFlow در 10 دقیقه