.NET
|
|
30 May 2017
Updated: 30 May 2017
Rating: 5.00/5
Votes: 7
Popularity: 4.23
Licence: CPOL
Views: 7,674
Bookmarked: 9
Downloaded: 0
Generics have been a great addition to .NET for many years now. Take advantage of these great constructs to cut down the amount of code you have to write.
|
All Topics
|
|
5 Jun 2017
Updated: 5 Jun 2017
Rating: 4.80/5
Votes: 2
Popularity: 1.44
Licence: CPOL
Views: 4,030
Bookmarked: 2
Downloaded: 0
How to extend classes using extension methods
|
AngularJs
|
|
17 Jul 2017
Updated: 17 Jul 2017
Rating: 4.82/5
Votes: 3
Popularity: 2.30
Licence: CPOL
Views: 34,294
Bookmarked: 4
Downloaded: 0
Just like in .NET applications, you might want to have configuration settings in your Angular applications that you can access from any component or service class.
|
|
8 Dec 2016
Updated: 8 Dec 2016
Rating: 5.00/5
Votes: 1
Popularity: 0.00
Licence: CPOL
Views: 6,910
Bookmarked: 3
Downloaded: 0
This is an introduction to Angular Routing
|
|
1 Mar 2017
Updated: 1 Mar 2017
Rating: 5.00/5
Votes: 3
Popularity: 2.39
Licence: CPOL
Views: 4,850
Bookmarked: 4
Downloaded: 0
In this blog post, you will learn how to add a Web API that can be called from an Angular service.
|
|
1 Mar 2017
Updated: 1 Mar 2017
Rating: 5.00/5
Votes: 14
Popularity: 5.73
Licence: CPOL
Views: 16,331
Bookmarked: 19
Downloaded: 0
In this blog post, you will learn how to add Angular to your MVC applications
|
DevOps
|
Testing |
6 Feb 2017
Updated: 6 Feb 2017
Rating: 5.00/5
Votes: 1
Popularity: 0.00
Licence: CPOL
Views: 21,435
Bookmarked: 5
Downloaded: 0
In this post, you are going to learn to run unit tests from the command line.
|
General Programming
|
String |
22 May 2017
Updated: 22 May 2017
Rating: 2.08/5
Votes: 4
Popularity: 1.25
Licence: CPOL
Views: 4,131
Bookmarked: 2
Downloaded: 0
String handling tips
|
MVVM
|
|
6 Mar 2017
Updated: 6 Mar 2017
Rating: 5.00/5
Votes: 2
Popularity: 1.51
Licence: CPOL
Views: 7,023
Bookmarked: 3
Downloaded: 0
In this post, you are going to learn to search for products. You also learn how to handle all post backs through a single method in your MVC controller. You will add code to check for no rows being returned, and display a message to the user.
|
|
6 Mar 2017
Updated: 6 Mar 2017
Rating: 0.00/5
Votes: 0
Popularity: 0.00
Licence: CPOL
Views: 5,890
Bookmarked: 3
Downloaded: 0
This post is going to finish the MVC application using a MVVM approach.
|
|
6 Mar 2017
Updated: 6 Mar 2017
Rating: 5.00/5
Votes: 1
Popularity: 0.00
Licence: CPOL
Views: 5,110
Bookmarked: 3
Downloaded: 0
In this post you add a product detail page in order to gather product data for adding to the product table.
|
|
6 Mar 2017
Updated: 6 Mar 2017
Rating: 4.92/5
Votes: 16
Popularity: 5.79
Licence: CPOL
Views: 31,985
Bookmarked: 18
Downloaded: 0
This blog post is the first in a series of four posts to discuss how to use a Model-View-View-Model (MVVM) approach in an MVC application.
|
Programming Languages
|
C# |
12 Jun 2017
Updated: 12 Jun 2017
Rating: 3.12/5
Votes: 6
Popularity: 2.43
Licence: CPOL
Views: 3,170
Bookmarked: 5
Downloaded: 0
The right way to use Reflection
|
C# 6.0 |
14 Jan 2017
Updated: 14 Jan 2017
Rating: 3.86/5
Votes: 5
Popularity: 2.70
Licence: CPOL
Views: 8,460
Bookmarked: 1
Downloaded: 0
String interpolation in C# 6.0
|
Javascript |
29 Nov 2017
Updated: 29 Nov 2017
Rating: 5.00/5
Votes: 3
Popularity: 2.39
Licence: CPOL
Views: 6,130
Bookmarked: 7
Downloaded: 0
Learn to apply some SPA techniques in your jQuery applications
|
|
8 Dec 2016
Updated: 8 Dec 2016
Rating: 5.00/5
Votes: 3
Popularity: 2.39
Licence: CPOL
Views: 2,450
Bookmarked: 0
Downloaded: 0
In this blog post, you will learn more things you can do with routing such as specifying the controller to use, aliasing the controller using “as”, passing parameters to a page and programmatically calling a route.
|
XML |
27 Mar 2017
Updated: 27 Mar 2017
Rating: 4.78/5
Votes: 2
Popularity: 1.44
Licence: CPOL
Views: 7,910
Bookmarked: 3
Downloaded: 0
In this blog post, you will use LINQ to XML to read state codes from an XML file and display those values on a web page.
|
Web Development
|
ASP.NET |
6 Feb 2017
Updated: 6 Feb 2017
Rating: 4.73/5
Votes: 5
Popularity: 3.30
Licence: CPOL
Views: 8,821
Bookmarked: 5
Downloaded: 0
This blog post will show you the basics of using the MemoryCache class.
|