Year: 2017
-
ASP.NET ASP.NET MVC 5 – REST Web API Authorization
When a REST Web API is created to share data across multiple devices, e.g., mobile devices, desktop applications, or any…
Read More » -
Onion Architecture In ASP.NET Core MVC
Introduction The Onion Architecture term was coined by Jeffrey Palermo in 2008. This architecture provides a better way to build…
Read More » -
Literal Improvements In C# 7.0
C# 7.0 introduced two literal improvements, a digit separator and a hex literal. Digit Separator The digit separator “_” can…
Read More » -
Deconstruction In C# 7.0
Deconstruction is a process of splitting a variable value into parts and storing them into new variables. This could be…
Read More » -
Local Functions In C# 7.0
C# 7.0 adds a new feature called local functions, which allows local methods to be defined and called within a…
Read More » -
Out Variables In C# 7.0
Prior to C# 7.0, the out keyword was used to pass a method argument’s reference. Before a variable is passed…
Read More » -
Pattern Matching In C# 7.0
Patterns are introduced in 7.0 to bring power to some existing language operators and statements. Currently, the pattern matching is…
Read More » -
Ref Returns In C# 7.0
The ref keyword in C# allows code to pass a value type variable by reference as a parameter of a…
Read More » -
Object Oriented Programming System In C#
We have two various kinds of approaches for writing a program, which are shown below. Procedural oriented approach Object oriented…
Read More » -
Career Guide For Computer Science Students
This article will be focused for three people. Who are studying computer related courses (Students). Who are in their final…
Read More »