** THIS SITE IS AN ARCHIVE ** - New Content is at:
You can create a Microsoft Flow that will allow you to send an Email to an Office 365 Email account and that account will search for Help Desk Tickets in the popular open source Help Desk application ADefHelpDesk.com, and return an email to you with a listing of matching Help Desk Tickets…
You can create an Azure function that will retrieve emails, every 5 minutes, from a Pop3 email account and create Help Desk Tickets. To demonstrate this, we will implement a solution that creates Help Desk Tickets in the popular open source Help Desk application ADefHelpDesk.com...
Calling a REST based API from .Net Core is usually more complicated than many of the samples you may have seen. The reason is that each REST based API can implement its own unique security measures. In addition, passing complex parameters, and uploading files though a REST based API, can prove challenging…
You can create an automated Azure function that will retrieve emails from a Pop3 email account and store the list of the emails in an Azure storage Table and the emails themselves as Azure storage Blobs…
Using the open source Typewriter plug-in with Visual Studio will allow you to automate much of the boilerplate code for your classes and services…
You can easily create an Angular 4 application using Microsoft .Net Core 2.0 that has an application menu shell and authentication. This example also uses the open source component, PrimeNG…
You can use BehaviorSubject to facilitate communication between Angular components…
You can easily create an Angular 4 application shell using PrimeNG…
You can allow your application end users to fully update their version of your application by simply uploading a .zip file…
You can easily implement a full multi-file upload and management in a .Net Core C# Angular 4+ application using PrimeNG FileUpload…
Radzen has some additional features that bring it closer to the features that long time users of Visual Studio LightSwitch are used to. Namely, the page creation wizard, the ability to edit the source code using Visual Studio, and the ability to create custom components…
Upgrading an Angular 2 JavaScriptServices project that uses PrimeNG to Angular 4+ is quite straightforward with a few gotcha’s…
You can easily implement file upload and management in a .Net Core C# Angular 2+ application using PrimeNG FileUpload…
Over the years this site has been contacted by various companies that create tools for creating Line Of Business applications, in an attempt to reach the users of Visual Studio LightSwitch. The challenge given to all the companies is that they reproduce the example covered on this site for years, the An End-To-End Visual Studio LightSwitch 2013-2015 HTML5 Application.
No one has risen to the challenge, until now…
You can create database driven .Net Core applications using JavaScriptServices, and PrimeNg…
You can use Azure Functions to convert PDF files to PNG files…
You can use Azure Webjobs to convert PDF files to multipage Tiff files…
This project covers a wizard that allows you to FTP an application to a remote server and then launch a configuration wizard from the web browser to update the database. This example uses an Angular C# Visual Studio project using ASP.NET 4 MVC and OData 4. The Angular 2+ code is written in TypeScript…
You can authenticate a user in an ASP.NET 4.5 application directly from an Angular 2+ application log in page…
You can easily make a nicer looking Angular 2 loading page by using Tobias Ahlin’s SpinKit…