₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,326,906 members, 8,428,584 topics. Date: Wednesday, 17 June 2026 at 04:32 PM

Toggle theme

ChristianT's Posts

Nairaland ForumChristianT's ProfileChristianT's Posts

1 (of 1 pages)

ProgrammingImplementing End To End Restful Web API Encryption With SHA512 by christianT(op): 7:59pm On Sep 07, 2019
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

ProgrammingUsing Repository Pattern And Dependency Injection With ASP.NET MVC And EF by christianT(op): 8:58am On May 31, 2019
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

ProgrammingImplementing CRUD Operation With Entity Framework In Asp.net MVC Series by christianT(op): 5:26pm On Mar 13, 2019

Science/TechnologyImplementing CRUD Operation With Entity Framework In Asp.net MVC by christianT(op): 1:55am On Mar 11, 2019
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

ProgrammingUsing C# Extension Methods by christianT(op): 2:08pm On Jan 26, 2018
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
ProgrammingHow To Implement Chart In ASP.NET MVC Project Using Amchart by christianT(op):
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.

ProgrammingRe: Selling Made Easy On Your Site. by christianT(m): 2:56pm On Jun 15, 2017
ok

1 (of 1 pages)