Click here to Skip to main content
15,887,083 members

Articles by Vincent Maverick Durano (Articles: 37, Technical Blogs: 3, Tip/Tricks: 5)

Articles: 37, Technical Blogs: 3, Tip/Tricks: 5

RSS Feed

Average article rating: 4.76

15 Jul 2018   Updated: 4 Jun 2020   Rating: 5.00/5    Votes: 11   Popularity: 5.00
Licence: CPOL    Views: 11,024     Bookmarked: 8   Downloaded: 0
Please Sign up or sign in to vote.
This article outlines some tips on finding solutions to your programming problems, how to properly use the community forums and how to contribute as an answerer to the forums.
Containers
Docker
2 Jan 2018   Updated: 29 Aug 2018   Rating: 4.92/5    Votes: 7   Popularity: 4.16
Licence: CPOL    Views: 27,243     Bookmarked: 14   Downloaded: 85
Please Sign up or sign in to vote.
A quick walk-through on building an ASP.NET Core 2.0 application on MAC and running it on Docker container
6 Oct 2018   Updated: 6 Oct 2018   Rating: 4.79/5    Votes: 5   Popularity: 3.35
Licence: CPOL    Views: 26,724     Bookmarked: 6   Downloaded: 161
Please Sign up or sign in to vote.
A step-by-step demo on how to build and dockerize ASP.NET Core and Blazor apps on MacOS
General
22 Aug 2018   Updated: 6 Feb 2024   Rating: 4.92/5    Votes: 18   Popularity: 5.79
Licence: CPOL    Views: 9,071     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
This is a tale of a professional developer.
Hosted Services
Azure
5 Aug 2019   Updated: 5 Aug 2019   Rating: 5.00/5    Votes: 6   Popularity: 3.89
Licence: CPOL    Views: 18,751     Bookmarked: 11   Downloaded: 173
Please Sign up or sign in to vote.
This is the first article of the ASP.NET Core and Blazor Code Venture series. The goal of this article series is to build a data driven Blazor app from scratch starting from setting up your development workspace, authentication, data access with CRUD, consuming Rest APIs and down to deployment.
Internet of Things
Wearables
9 Jun 2016   Updated: 9 Jun 2016   Rating: 4.47/5    Votes: 8   Popularity: 4.04
Licence: CPOL    Views: 34,236     Bookmarked: 9   Downloaded: 345
Please Sign up or sign in to vote.
A one-stop tutorial that helps you get started on building apps on Android Wears and Handheld device.
Mobile Apps
Xamarin
1 Jul 2016   Updated: 26 Jul 2016   Rating: 4.70/5    Votes: 20   Popularity: 6.11
Licence: CPOL    Views: 57,727     Bookmarked: 36   Downloaded: 2,111
Please Sign up or sign in to vote.
In this article, you will learn how to get the current location of the device and determine how many miles you are away based on the origin of the location provided.
10 Jun 2016   Updated: 10 Jun 2016   Rating: 4.87/5    Votes: 14   Popularity: 5.58
Licence: CPOL    Views: 22,082     Bookmarked: 14   Downloaded: 210
Please Sign up or sign in to vote.
In this article, you will learn how to create a simple Survey feature using Xamarin for Android Wearable.
Programming Languages
C#
8 Jun 2016   Updated: 8 Jun 2016   Rating: 4.33/5    Votes: 6   Popularity: 3.37
Licence: CPOL    Views: 22,383     Bookmarked: 10   Downloaded: 0
Please Sign up or sign in to vote.
ASP.NET 5: Jump Start to AngularJS with MVC 6 Web API
Web Development
ASP.NET
13 Jul 2016   Updated: 13 Jul 2016   Rating: 5.00/5    Votes: 6   Popularity: 3.89
Licence: CPOL    Views: 20,414     Bookmarked: 6   Downloaded: 351
Please Sign up or sign in to vote.
A simple demo that explains how to do calculations in a GridView using JavaScript.
1 Oct 2019   Updated: 1 Oct 2019   Rating: 4.95/5    Votes: 14   Popularity: 5.52
Licence: CPOL    Views: 15,960     Bookmarked: 18   Downloaded: 0
Please Sign up or sign in to vote.
A simple yet organized project template for building ASP.NET Core APIs in .NET Core 3.x
16 Sep 2019   Updated: 4 Oct 2019   Rating: 4.43/5    Votes: 15   Popularity: 4.94
Licence: CPOL    Views: 29,653     Bookmarked: 24   Downloaded: 172
Please Sign up or sign in to vote.
In this post, we will take a look at how we can beautify our ASP.NET Core API responses using AutoWrapper.
18 Oct 2019   Updated: 18 Oct 2019   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 10,941     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Highlights the detail about what's new in AutoWrapper Version 2. AutoWrapper is a simple, yet customizable global exception handler and response wrapper for ASP.NET Core APIs
1 Dec 2019   Updated: 1 Dec 2019   Rating: 5.00/5    Votes: 12   Popularity: 5.40
Licence: CPOL    Views: 15,180     Bookmarked: 28   Downloaded: 0
Please Sign up or sign in to vote.
The new version of ApiBoilerPlate has recently been released. In this post, we will take a look at the new features added to the template.
6 Jun 2016   Updated: 6 Jun 2016   Rating: 4.67/5    Votes: 4   Popularity: 2.81
Licence: CPOL    Views: 12,590     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
This article will walk you through on converting your existing ASP.NET 5 Beta8 App to ASP.NET Core RC2.
5 Jun 2016   Updated: 11 Jul 2016   Rating: 4.94/5    Votes: 30   Popularity: 6.90
Licence: CPOL    Views: 52,484     Bookmarked: 28   Downloaded: 0
Please Sign up or sign in to vote.
This article highlights the new features and concepts in ASP.NET Core 1.0.
22 Jul 2016   Updated: 23 Jul 2016   Rating: 4.90/5    Votes: 22   Popularity: 6.58
Licence: CPOL    Views: 18,784     Bookmarked: 20   Downloaded: 0
Please Sign up or sign in to vote.
This post highlights the Dos and the Don’ts in general regarding ASP.NET.
1 Aug 2016   Updated: 5 Aug 2016   Rating: 4.85/5    Votes: 29   Popularity: 6.95
Licence: CPOL    Views: 129,845     Bookmarked: 56   Downloaded: 1,510
Please Sign up or sign in to vote.
This series of article will walk you through on building a simple Online Poll System with real-time updates using SignalR 2, jQuery, Core EF, Core MVC and Web API 2.We will take a look at how each of the technologies will be used within ASP.NET Core 1.0.
6 Oct 2016   Updated: 17 Oct 2016   Rating: 4.98/5    Votes: 17   Popularity: 5.99
Licence: CPOL    Views: 48,018     Bookmarked: 41   Downloaded: 1,528
Please Sign up or sign in to vote.
In this article, we will learn how to implement a simple Real-Time poll vote results using SignalR 2, MVC, Web API 2, jQuery and HighCharts.
14 Nov 2016   Updated: 14 Nov 2016   Rating: 4.88/5    Votes: 9   Popularity: 4.65
Licence: CPOL    Views: 25,491     Bookmarked: 19   Downloaded: 136
Please Sign up or sign in to vote.
A quick demo tutorial on how to setup .NET Core on Mac and creating a simple ASP.NET Core app that talks to PostgreSQL database, and running it on Docker.
9 Oct 2017   Updated: 10 Oct 2017   Rating: 4.86/5    Votes: 31   Popularity: 7.18
Licence: CPOL    Views: 144,638     Bookmarked: 50   Downloaded: 2,397
Please Sign up or sign in to vote.
This article is the first part of the series on Getting Started with Entity Framework Core. In this post, we will build an ASP.NET Core MVC application that performs basic data access using Entity Framework Core.
3 Dec 2017   Updated: 5 Dec 2017   Rating: 4.95/5    Votes: 12   Popularity: 5.35
Licence: CPOL    Views: 46,934     Bookmarked: 42   Downloaded: 1,870
Please Sign up or sign in to vote.
This article demonstrates how to build an ASP.NET Core application using Entity Framework Core Code-First development with Web API and MVC.
11 Jun 2018   Updated: 4 Jun 2020   Rating: 5.00/5    Votes: 17   Popularity: 6.02
Licence: CPOL    Views: 63,192     Bookmarked: 57   Downloaded: 907
Please Sign up or sign in to vote.
This article will talk about how to implement a custom wrapper for your ASP.NET Core and Web API applications for managing exceptions, providing meaningful and consistent responses to consumers.
30 Jun 2016   Updated: 5 Jul 2016   Rating: 4.43/5    Votes: 4   Popularity: 2.67
Licence: CPOL    Views: 38,390     Bookmarked: 10   Downloaded: 796
Please Sign up or sign in to vote.
A simple demo on how to dynamically add rows in GridView with TextBox and DropDownList, retain the values on postbacks and save all row values at once using SQLBulkCopy.
14 Nov 2018   Updated: 16 Nov 2018   Rating: 3.32/5    Votes: 4   Popularity: 2.00
Licence: CPOL    Views: 8,410     Bookmarked: 3   Downloaded: 101
Please Sign up or sign in to vote.
A quick tutorial on how to integrate VMD.RESTApiResponseWrapper.Core library into your ASP.NET Core 2.1 REST API application
9 Jun 2016   Updated: 9 Jun 2016   Rating: 4.47/5    Votes: 4   Popularity: 2.69
Licence: CPOL    Views: 13,321     Bookmarked: 4   Downloaded: 354
Please Sign up or sign in to vote.
This article demonstrates how to implement a horizontal-wise cascading DropDownlist in ASP.NET GridView control on edit mode.
6 Sep 2016   Updated: 13 Oct 2016   Rating: 5.00/5    Votes: 25   Popularity: 6.90
Licence: CPOL    Views: 126,406     Bookmarked: 53   Downloaded: 1,232
Please Sign up or sign in to vote.
This article will walk you through on building a data-driven web app from scratch within the context of ASP.NET Core 1.0 using Angular 2 and Web API 2.
7 Jun 2016   Updated: 30 Jun 2016   Rating: 4.90/5    Votes: 43   Popularity: 7.95
Licence: CPOL    Views: 104,017     Bookmarked: 75   Downloaded: 1,614
Please Sign up or sign in to vote.
Last year I wrote an article about “ASP.NET 5: Jump Start to AngularJS with MVC 6 Web API”. This article will walk you through on how to get started with AngularJS 2 in ASP.NET Core (a.k.a ASP.NET 5).In this article you will basically learn
7 Jun 2016   Updated: 10 Oct 2016   Rating: 4.79/5    Votes: 14   Popularity: 4.99
Licence: CPOL    Views: 23,362     Bookmarked: 12   Downloaded: 1,138
Please Sign up or sign in to vote.
In this post, you will learn about the Customized MessageBox, ConfirmBox and FrameBox Controls for ASP.NET WebForms and how to use them in your application.
18 Aug 2016   Updated: 18 Aug 2016   Rating: 4.70/5    Votes: 7   Popularity: 3.97
Licence: CPOL    Views: 46,513     Bookmarked: 16   Downloaded: 5,048
Please Sign up or sign in to vote.
A quick demo that highlights how to upload and import CSV file to SQL Server database in ASP.NET WebForms.
7 Jun 2016   Updated: 7 Jun 2016   Rating: 4.23/5    Votes: 19   Popularity: 4.97
Licence: CPOL    Views: 143,393     Bookmarked: 7   Downloaded: 0
Please Sign up or sign in to vote.
This article talks about the various scenarios regarding filtering distinct values from a List collection.
HTML
6 Jun 2016   Updated: 7 Jul 2016   Rating: 4.46/5    Votes: 17   Popularity: 5.25
Licence: CPOL    Views: 87,382     Bookmarked: 32   Downloaded: 1,678
Please Sign up or sign in to vote.
This article will walk you through the basic steps on how to create a simple web application using MVC  in ASP.NET Core.
5 Aug 2016   Updated: 5 Aug 2016   Rating: 4.73/5    Votes: 9   Popularity: 4.51
Licence: CPOL    Views: 24,950     Bookmarked: 10   Downloaded: 760
Please Sign up or sign in to vote.
This is part four of the series on Building Web Applications in ASP.NET MVC 5.
1 Jul 2016   Updated: 6 Aug 2016   Rating: 4.96/5    Votes: 21   Popularity: 6.56
Licence: CPOL    Views: 63,297     Bookmarked: 30   Downloaded: 1,370
Please Sign up or sign in to vote.
This article explains how to create a Login page and create a custom role-based page authorization in ASP.NET MVC 5 application.
5 Aug 2016   Updated: 11 Aug 2016   Rating: 4.96/5    Votes: 13   Popularity: 5.36
Licence: CPOL    Views: 56,818     Bookmarked: 24   Downloaded: 1,085
Please Sign up or sign in to vote.
This article talks about how to perform Fetch, Edit, Update and Delete (FEUD) operations in our ASP.NET MVC 5 application.
1 Dec 2016   Updated: 2 Dec 2016   Rating: 4.91/5    Votes: 5   Popularity: 3.43
Licence: CPOL    Views: 20,522     Bookmarked: 7   Downloaded: 632
Please Sign up or sign in to vote.
This article will walk you through on implementing a simple "shoutbox" feature in your ASP.NET MVC 5 application.
7 Jun 2016   Updated: 3 Jul 2018   Rating: 4.85/5    Votes: 55   Popularity: 8.37
Licence: CPOL    Views: 278,210     Bookmarked: 132   Downloaded: 7,410
Please Sign up or sign in to vote.
This article is part 1 of the series for building a simple web application in ASP.NET MVC 5.

Average blogs rating: 4.91

All Topics
4 Jul 2016   Updated: 5 Jul 2016   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 14,740     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
ASP.NET Core: Upgrading ASP.NET Core 1.0 RC2 Project to RTM
Web Development
ASP.NET
7 Jun 2016   Updated: 8 Jun 2016   Rating: 4.72/5    Votes: 22   Popularity: 6.14
Licence: CPOL    Views: 30,195     Bookmarked: 23   Downloaded: 0
Please Sign up or sign in to vote.
Protect your data: Prevent SQL injection
3 Sep 2016   Updated: 3 Sep 2016   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 12,050     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
A quick walk-through on upgrading Angular 2 app to RC 6 within your ASP.NET Core project.

Average tips rating: 4.90

Programming Languages
C#
5 Aug 2016   Updated: 5 Aug 2016   Rating: 4.92/5    Votes: 4   Popularity: 2.96
Licence: CPOL    Views: 9,841     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
A tip that demonstrates how to access GridView AutoGenerated Columns.
5 Aug 2016   Updated: 5 Aug 2016   Rating: 5.00/5    Votes: 5   Popularity: 3.49
Licence: CPOL    Views: 13,223     Bookmarked: 8   Downloaded: 0
Please Sign up or sign in to vote.
This tip demonstrates how to upload an image to a specified folder within the root of the web application and display the image right away in the Image control after uploading.
Javascript
30 Jun 2016   Updated: 30 Jun 2016   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 8,521     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
A quick example on how to implement a dynamic cascading DropDownList within ASP.NET GridView control using JavaScript
Web Development
ASP.NET
1 Jul 2016   Updated: 1 Jul 2016   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: CPOL    Views: 13,001     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
A quick example on how to implement GridView row highlighting and retain selected row on postbacks.
21 Jul 2016   Updated: 21 Jul 2016   Rating: 4.60/5    Votes: 5   Popularity: 3.22
Licence: CPOL    Views: 13,651     Bookmarked: 8   Downloaded: 0
Please Sign up or sign in to vote.
A quick demo on how to pass values from a modal-grid WebUserControl to main page based on the selected row in GridView.

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Architect
United States United States
A code monkey who loves to drink beer, play guitar and listen to music.

My Tech Blog: https://vmsdurano.com/
My Youtube Channel: https://www.youtube.com/channel/UCuabaYm8QH4b1MAclaRp-3Q

I currently work as a Solutions Architect and we build "cool things" to help people improve their health.

With over 14 years of professional experience working as a Sr. Software Engineer specializing mainly on Web and Mobile apps using Microsoft technologies. My exploration into programming began at the age of 15;Turbo PASCAL, C, C++, JAVA, VB6, Action Scripts and a variety of other equally obscure acronyms, mainly as a hobby. After several detours, I am here today on the VB.NET to C# channel. I have worked on Web Apps + Client-side technologies + Mobile Apps + Micro-services + REST APIs + Event Communication + Databases + Cloud + Containers , which go together like coffee crumble ice cream.

I have been awarded Microsoft MVP each year since 2009, awarded C# Corner MVP for 2015, 2016,2017 and 2018, CodeProject MVP, MVA, MVE, Microsoft Influencer, Dzone MVB, Microsoft ASP.NET Site Hall of Famer with All-Star level and a regular contributor at various technical community websites such as CSharpCorner, CodeProject, ASP.NET and TechNet.

Books written:
" Book: Understanding Game Application Development with Xamarin.Forms and ASP.NET
" Book (Technical Reviewer): ASP.NET Core and Angular 2
" EBook: Dockerizing ASP.NET Core and Blazor Applications on Mac
" EBook: ASP.NET MVC 5- A Beginner's Guide
" EBook: ASP.NET GridView Control Pocket Guide