Welcome to Sharpencode
Sharpencode is a free online tutorial site for Web Development and Designing. It mainly covers the topics related to microsoft technologies.
ASP.NET MVC is a technology which uses MVC architectural pattern to make websites and web apps. It provides the developer an environment where his code is not going to messed up as it gives the best s...
ADO.NET is not more than a set of classes so you can think of it as a library that acts as a bridge between data sources and any .net application. Obviously, you will keep data in a database and will ...
EF is an ORM tool that helps to design your persistence layer quickly. Now you can ask but why ? we already had ado.net and it was doing well, but wait and think wouldn't it be great if you can think ...
Linq enables a developer to query any data source without having the knowledge of internal architecture, confused right? this means, if you need to query databases, SQL is mandatory likewise if you ne...
First, tell me what do you mean by the interface in general? Ok, I give you examples of the interface, GUI is a graphical user interface. Why it came into the picture? because normal users are very di...
Based on different languages, we have different Kendo UI flavors, offered by Telerik like Kendo UI for Angular, Kendo UI for React, Kendo UI for Jquery, Kendo UI for Vue, and Kendo UI for MVC. <p>This...