A bot is a software that is designed to automate the tasks you would usually do on your own, like booking a flight ticket, adding an appointment to your calendar or fetching and displaying information.
Read More
Visual Studio Team Services uses the OAuth 2.0 protocol to authorize your app for a user and generate an access token. Use this token when you call the REST APIs from your app.
Read More
VSTS RollUp is a web service which provides summed values of select fields for all child work items of a parent.
Read More
The Copy Dashboard tool replicates/copies the existing dashboard from one team to either single or multiple teams and reduces time & effort of recreating widgets and charts.
Read More
Entity Framework Code First Approach Entity Framework is an enhancement to an existing ADO.Net technique and ORM framework we used for Microsoft technologies.The Entity framework is an object-relation mapper, means it takes the structure of the database and turns it into objects that the .Net framework can understand. Developers use those object to interact with the database instead of interacting with database directly. It’s possible to perform the full set of Create, Read, Upda...
Read More