ChristianT's Posts
Nairaland Forum › ChristianT's Profile › ChristianT's Posts
1 (of 1 pages)
This tutorial teaches how you can implement custom security using SHA512 encrypting algorithm to make an end to end data encryption in web APIs... https://www.developerviewpoint.com/2019/09/implementing-end-to-end-restful-web-api.html
|
Separation of concern is key to achieving a neat and loosely coupled solution. This entails separating the data access logic and queries, from the business logic. One very important strategy for achieving this is the use of the repository pattern. Hence, this article covers the basics of implementing a repository pattern with dependency injection... http://www.developerviewpoint.com/2019/05/using-repository-pattern-and-dependency.html
|
The complete tutorial on implement CRUD functionality with entity framework and asp.net mvc. https://developerviewpoint..com/2019/03/implementing-crud-operation-with-entity.html https://developerviewpoint..com/2019/03/implementing-crud-operation-with-entity_6.html https://developerviewpoint..com/2019/03/implementing-crud-operation-with-entity_13.html
|
Using ASP.NET MVC and Entity Framework, you can create a web application that provides an interface to database and allows you to perform basic CRUD operations (Create, Display, Edit and Delete). We are going to create a demo database in SQL Server 2012 and use Entity Framework Database First approach to interface with our demo database... For complete tutorial check out: https://developerviewpoint..com/2019/03/implementing-crud-operation-with-entity.html
|
Extension methods in C# are special static methods which allow you to add more functionalities (methods) to an existing types without modifying the original type. Developers may use extension methods to add new methods to the public contract of an existing CLR type, without having to sub-class it or recompile the original type. In reality, extension methods are a form of syntactic sugar that provide the illusion of adding new methods to the existing class outside its definition. Continue reading ... https://developerviewpoint..com.ng/2018/01/using-c-extension-methods.html |
This article describe how you can implement charts in your asp.net mvc project using amcharts with Sql server as the data source. Adding Visual effects like charts to your web application especially on dashboards is now becoming a selling point for most web application. There are several jQuery charts available out there but the one I have chosen over the years is Amchart because it is very robust and easy to integrate. I will walk you through how you can implement amchart in asp.net mvc application using data from Sql server. . https://developerviewpoint..com.ng/2018/01/implementing-chart-in-aspnet-mvc.html The Complete source code for this sample project is also available for download.
|
ok |
1 (of 1 pages)