All Articles
174 hands-on tutorials, and counting. (Page 4 of 5)

Secure Your Angular JS Web API with Token Based Authentication
In my previous article, I explained how to implement Token Based Authentication in Web API. This article will demonstrate how to implement Token Based Authentication in AngularJS application. Token Based...

Secure Your Web API with Token Based Authentication
Authentication is a vital process in system programming. Authentication means verifying the user who is accessing the system. Today, we are using modern devices that have different types of apps...

Secure Your Web Applications: Preventing Open Redirection Attacks
There are different types of attack exists in web programming like SQL Injection Attack, Cross Site Scripting Attack(XSS), Open Redirection Attack etc. and we need to take care of these...

Simplified Approach to CRUD Operations in Python with SQL Database
This practical demonstration will help you to understand how to implement CRUD (CREATE, READ, UPDATE and DELETE) operations functionality in Python with SQL database. For any application which is associated...

Simplifying the Process: Upgrade Your Project to Angular 6 in 3 Easy Steps
As we all know, Google has just released Angular latest version as Angular 6 with lots of new features. Everyone is willing to learn what new features are and how...

Singleton Design Pattern vs Static Class: Which One to Use and When?
Most of the developers get confused between both. They do not understand when and why we use both of them. Singleton Singleton Design pattern is a part of creation design...

SQL Database Design: Understanding Primary and Foreign Keys
Today I am going to explain difference between Primary key and Foreign key in SQL. It is very frequently asked interview question for beginner or experienced. So, I will try...

Step-by-Step Guide to Control Statements in Csharp
In this article, I will explain you about Iteration statements or Loop Controls in C#. There are many types of loop controls available in C# such as while loop, for...

Step-by-step guide to creating and connecting SQL Server and Database on Windows Azure
Windows Azure SQL database contains full features of relational database and it is known as SQL Azure. If you want to use Azure, you first need to visit manage.windowsazure.com and...

Step-by-Step Guide to Highcharts Drilldown Chart Functionality in Angular JS and aspnet Web API
This article will demonstrate how to create 'Add drilldown' (basically it is called nested charts) functionality using Highcharts Library in Angular JS with Web API. This is the second part...

Step-by-Step Guide to Implementing Auto Properties
Microsoft has launched Visual Studio 2015 preview version with .Net 4.6. If you haven’t downloaded it, download Visual Studio 2015 and .Net 4.6. Visual Studio 2015 has come with C#...

Step-by-Step Guide to Using Extension Methods in Csharp
Extension method is a new feature added in c# 3.0. An Extension method is used to add new behaviors to base type without changing the base feature. Extension methods can...

Step-by-Step Guide to Using the Generic Repository Pattern
In this article, I will demonstrate you what repository pattern is and what are the benefits of repository pattern. I will also explain the generic repository pattern with their advantage....

Step-by-Step Guide: Building an Angular 5 CLI Project with ngx-bootstrap
This article will demonstrate how to create Angular 5 project using CLI and implement ngx-bootstrap or Bootstrap 3 with it. Here we are not going to explain what is Angular...

Step-by-Step Guide: CRUD Operation with Database First Approach in aspnet MVC
In this article, I will demonstrate you about Database First Approach in Entity Framework and also will show how to implement it with Asp.Net MVC. I will show you how...

Step-by-Step Guide: Differentiating DataReader and DataSet
Today, I am going to explain a very interesting topic. Topic is DataReader vs Dataset. What is difference both of them. DataReader Basically in C# DataReader is used to retrieve...

Step-by-Step Guide: Performance Testing Using MiniProfiler in aspnet MVC
MiniProfiler is an open source profiling library which monitors performance with the .Net application. It is very lightweight and fast. Using this, we can easily track the performance issue with...

Step-by-Step Tutorial: Conditional Statements in Csharp
Today, I am going to show you how we can create logical decision making statements in the code which will help you to make decision based on certain conditions. On...

Step-by-Step Tutorial: Creating a Virtual Machine in Windows Azure
I will demonstrate you how to create Virtual Machine in Windows Azure. If you create a VM (Virtual Machine) on the Azure, you can easily access it from anywhere in...

Step-by-Step Tutorial: Installing Visual Studio 2017 Using Offline Installer
Recently Microsoft launched Visual Studio 2017 on 20th Anniversary of Visual Studio IDE. It has launched on Wednesday, 7 March 2017. Visual Studio 2017 is most awaited software from Microsoft....

The First-Time CSharp Corner MVP: A Journey of Success
Happy New Year to all! Today is 01 January 2016 and I just received an email from C# Corner that I have been awarded C# Corner MVP 2015. This is...

The Path to Excellence: November 2015s Top Member on CSharp Corner
I am very glad to see myself in the list of Monthly Top Members as well as Top Ranked. First time, I am in top members list. Feeling so happy...

The Power of Caching: 3 Ways to Improve aspnet MVC Performance
Now a day, visiting a website on a desktop or on mobile is a daily job. But when we visit a website or a web application then we aspect that...

The Role of Abstract Classes in Object-Oriented Programming with Csharp
Today, I will demonstrate you about Abstract class. It is a special type of class which cannot be instantiated and it behaves as parent class for other classes. The members...

The Ultimate Guide: Installing Java Development Kit on Windows 10
Java is OOPs based programming language. Using this language, you can create different types of application like Console, Windows, and Web etc. Once you create the program and run it...
Thumbnail Generation in Csharp for Live URLs of Microsoft Office and PDF Files
This article will demonstrate you about how to create thumbnail image from live Microsoft Office Documents and PDF documents. Currently I got the chance to create thumbnail images from live...

Top 10 Exciting New Features in aspnet Core 2.0
As per Microsoft, .Net can now describe in one line and that is as follow. Free. Cross-Platform. Open Source. A developer platform for building all your apps. Great, this is...

Top 2 Ways for Inserting Bulk Data into Oracle Database Using CSharp
This article will explain how we can insert bulk amount of data in Oracle database using C#. Generally, what happens, we insert one by one record into the database, but...

Top AngularJS Interview Questions and Answers
AngularJS Interview Questions And Answers 1. What is difference between config() and run() method in AngularJS? Ans: http://firstcrazydeveloper.com/Blogs/BlogView.html/46/importance-of-config-and-run-blocks-in-angularjs 2. Mastering the Scope of the Directives in AngularJS Ans. https://www.undefinednull.com/2014/02/11/mastering-the-scope-of-a-directive-in-angularjs/ 3....

Top Commonly Asked CSharp String Technical Interview Questions
This article will demonstrate you, top 10 csharp string technical interview questions and their solutions. This is specific to csharp string and it is useful for beginner and experience both....

Top CSharp Interview Questions and How to Answer Them
CSharp Interview Questions And Answers 1. Reflection and Dynamic keyword in .NET Ans. http://questpond.over-blog.com/article-questpond-s-interview-questions-and-answers-on-reflection-and-dynamic-keyword-in-net-124429332.html http://www.besttechtools.com/DotnetArticles/article/difference-between-Object-Dynamic-and-Var http://www.c-sharpcorner.com/uploadfile/ff2f08/object-vs-var-vs-dynamic-type-in-c-sharp/ http://www.dotnetfunda.com/interviews/show/6303/how-can-you-prevent-the-class-from-being-inherited-by-other-classes-wi http://www.c-sharpcorner.com/UploadFile/4b0136/async-and-await-in-asynchronous-programming-in-C-Sharp/ https://www.undefinednull.com/2014/08/11/a-brief-walk-through-of-the-ng-options-in-angularjs/ https://appendto.com/2016/02/working-promises-angularjs-services/ https://www.airpair.com/angularjs http://www.binaryintellect.net/articles/5d8be0b6-e294-457e-82b0-ba7cc10cae0e.aspx https://www.undefinednull.com/2014/02/11/mastering-the-scope-of-a-directive-in-angularjs/ http://tutorials.jenkov.com/angularjs/watch-digest-apply.html http://firstcrazydeveloper.com/Blogs/BlogView.html/46/importance-of-config-and-run-blocks-in-angularjs https://blog.thoughtram.io/angular/2015/07/07/service-vs-factory-once-and-for-all.html http://www.c-sharpcorner.com/uploadfile/dev4634/understanding-http-interceptors-in-angular-js/ http://www.webdeveasy.com/interceptors-in-angularjs-and-useful-examples/ http://www.tothenew.com/blog/angularjs-copy-vs-extend/ http://www.tothenew.com/blog/angularjs-copy-vs-extend/...

Top Delegate Interview Questions and Expert Answers
This article will demonstrate you about all interview questions related to delegate with practical implementation. What is Delegate? A delegate is reference type that basically encapsulates the reference of methods....

Top Skills to Skyrocket Your .NET Developer Salary
Here is the list of the technologies which are the future of the IT world and if you know these as .Net Developer then definitely you will get a higher...

TypeScript Inheritance Explained: Complete Deep Dive
Typescript is free, open source and OOPs based programming language and created and maintained by Microsoft. Basically, it is a superset of Javascript and helps us to write good quality...

Understanding All about Delegates in Csharp: A Beginner Guide
I will explain what is delegate, why we use it and how many types of delegates with example. What is Delegate It is a type safe function pointer that holds...

Understanding aspnet Page Life Cycle: A Beginner Guide
Here you will see how an ASP.NET page renders after requesting it. What is ASP.NET? ASP.NET is a Microsoft technology that provides us a platform where we can create and...

Understanding Constant Read Only and Static in Csharp
Constant Constant means as you know in mathematics “which can’t be changed after declaration'. You can declare a value type as well as reference type data type [only which can...

Understanding Var and Dynamic Types in CSharp
In this article, I will explain you the actual usage of VAR and DYNAMIC type of data. I will provide you the sample examples for both to understand it more...

Unlocking the Potential of Static Classes in Csharp
In this article, I will demonstrate you all about static class with example. I will also let you know why we use the static class in place of normal class....

Using Ref and Out Keywords in CSharp
This article will demonstrate about differences between Ref and Out keywords in CSharp. REF Ref is used for returning value from method. It is used with method parameters and returns...