PureSourceCode
Skip to content
PureSourceCode
All technologies, only pure source code
  • Home
  • Forum
  • Links
    • Videos
    • Contact
    • Download
  • Services
    • Azure Functions creation
    • Azure support
    • Custom software development
    • Mobile applications
  • Shop
  • Register
  • Profile
    • User Blogs
    • Submit New Blog Post
    • My Profile
    • Search Users
    • Newsletter
    • Compare
    • Wishlist
    • Cart
    • Checkout
    • My orders
  • Groups
    • Group Wall
    • Users Map
    • Write a post
    • Event Sites & Locations
    • Events
    • Booking
    • Submit Event
    • Performers
    • User Profile
    • Event Types
Homepage
2020
April

Month: April 2020

Creating Azure Function in F#
Azure F#
54321
0 (0 votes)
1
Creating Azure Function in F#
Enrico9 months ago2

Installing these templates will add a bunch of new options to dotnet new for both C# and F#

azure-functions
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Create a project for Azure Function in F# and Visual Studio 2019
Azure F#
54321
0 (0 votes)
7
Create a project for Azure Function in F# and Visual Studio 2019
Enrico9 months ago5

How to create a solution and a project for Azure Functions in F# with Visual Studio 2019

azure-functions
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Adapting to Enterprise and B2E Xamarin Forms App Development
Xamarin
54321
0 (0 votes)
4
Adapting to Enterprise and B2E Xamarin Forms App Development
Enrico9 months ago0

Enterprise or Business to Employee (B2E) mobile apps can be quite different from their B2C counterparts. B2C apps, tend to focus on a small number of screens or feed for…

architecture, enterprise, xamarin-forms
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Xamarin Forms Dependency Injection
Xamarin
54321
0 (0 votes)
2
Xamarin Forms Dependency Injection
Enrico9 months ago1

Calling native platform code in your portable class library (PCL) is achievable via Dependency Injection. It’s a common question for people starting out, who are using a PCL or .NET…

dependency-injection, implementation, xamarin-form
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
How to take a screenshot or record a video of iOS Simulator
iOS macOS
54321
0 (0 votes)
5
How to take a screenshot or record a video of iOS Simulator
Enrico9 months ago0

Take a screenshot of iOS Simulator or record a video by using the Terminal. Add some troubleshooting for your convinience

ios, record, screenshot, simulator, troubleshooting, video
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Working with CarouselView in Xamarin Forms
C# Universal Windows App Xamarin
54321
0 (0 votes)
13
Working with CarouselView in Xamarin Forms
Enrico9 months ago0

Xamarin.Forms code runs on multiple platforms – each of which has its own filesystem. This means that reading and writing files is most easily done using the native file APIs…

android, ios, xamarin, xamarin-form
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Use Azure Resource Groups: A Simple Explanation
Azure Azure Tools
54321
0 (0 votes)
6
Use Azure Resource Groups: A Simple Explanation
Enrico9 months ago3

A simple explanation how to use Azure Resource Group

arm, azure, lob, resource-group
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Create a console application in F# interactive
F#
54321
0 (0 votes)
3
Create a console application in F# interactive
Enrico9 months ago0

We’ll develop an application for drawing pie charts. The application loads data from a comma-separated value (CSV) file and performs pre-processing in order to calculate the percentage of every item…

function, read-file
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Using functions as values in F#
C# F#
54321
0 (0 votes)
5
Using functions as values in F#
Enrico9 months ago1

In my previous post, we discussed about immutable data structure. Now, imagine that we want to write a method similar to SumList but that multiplies the numbers rather than adding them. Making…

function
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Using immutable data structures in F#
C# F#
54321
0 (0 votes)
3
Using immutable data structures in F#
Enrico9 months ago1

An immutable data structure (or object) is a structure whose value doesn’t change after it’s created. When you declare a data structure that contains some values, you store these values…

data-structure, immutable, tuple
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Nested Function Declarations in F#
F#
54321
0 (0 votes)
3
Nested Function Declarations in F#
Enrico9 months ago0

Implement a nested function in F#. The function prints squares of the last two arguments using the first argument to format the output

declarations, function
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Configuring Push Notifications For Xamarin Forms
Xamarin
54321
0 (0 votes)
10
Configuring Push Notifications For Xamarin Forms
Enrico9 months ago0

How to configure in your Xamarin Forms project the push notification for iOS and Android

android, firebase, ios, push-notification
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
GitHub accounts stolen in ongoing phishing attacks
Microsoft News
54321
0 (0 votes)
10
GitHub accounts stolen in ongoing phishing attacks
Enrico9 months ago0

GitHub users are currently being targeted by a phishing campaign specifically designed to collect and steal their credentials

github, password, phishing
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Microsoft brings 8,000 royalty-free images and icons to Office for Windows users
Tools
54321
0 (0 votes)
2
Microsoft brings 8,000 royalty-free images and icons to Office for Windows users
Enrico9 months ago1

Microsoft yesterday released the new Version 2004 update (Build 12730.20024) for Office for Windows Desktop Insiders in the Fast Ring. This new update brings high quality, curated images, stickers, and…

free-images, microsoft-office
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Windows 10: The new hidden features found in preview builds
Microsoft News
54321
0 (0 votes)
4
Windows 10: The new hidden features found in preview builds
Enrico9 months ago1

With the latest Windows 10 Insider build, new hidden features have been found that add long-awaited media controls to the volume flyout and a new settings page that shows a…

features, flyout, preview, windows10
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
A guide to remote development with Visual Studio Live Share
News Tools Visual Studio
54321
0 (0 votes)
1
A guide to remote development with Visual Studio Live Share
Enrico9 months ago1

Working in a fully distributed, remote team requires sophisticated collaboration technology, which needs to be both supercharged and frictionless. Visual Studio Live Share was built on the bold principle of making remote developer collaboration as powerful…

audiocall, collaboration, liveshare, share
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Microsoft Editor, an alternative to Grammarly
News Tools
54321
0 (0 votes)
1
Microsoft Editor, an alternative to Grammarly
Enrico10 months ago0

Last week Microsoft announced a new service called Microsoft Editor, an AI-powered writing assistant that takes on Grammarly, available for Microsoft Edge and Google Chrome. Microsoft Editor helps you write…

google-chrome, grammarly, microsoft-edge
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
New Xamarin Application Developed to Track and Manage COVID-19 in Real-time
.NET News Xamarin
54321
0 (0 votes)
8
New Xamarin Application Developed to Track and Manage COVID-19 in Real-time
Enrico10 months ago0

Volunteers re-engineer cancer treatment software to monitor coronavirus pandemic using Microsoft’s Xamarin mobile framework with Azure Mobile Angel has released a new mobile application built on the Xamarin platform to…

apps, covid-19, mobile, track
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Microsoft News Bar beta now available
Microsoft News
54321
0 (0 votes)
4
Microsoft News Bar beta now available
Enrico10 months ago1

Microsoft launched a new app for newshounds on the Microsoft Store today, dubbed Microsoft News Bar. The app is essentially a persistent news ticker for your desktop, serving up the…

news
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest

PSC Search

Search for:

Ads

Meta

  • Register
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Tags

accounting-software agile alexa android apps artificial-intelligence azure azure-devops azure-functions bill-gates dotnet entity-framework entity-framework-core fsharp function games github google-play identityserver4 installer integration invoices ios iPhone javascript linux microsoft-excel ms-edge netcore packages password Progressive-Web-Apps pwa security source-generators start tdd tools update website windows10 windows10x xamarin-form xbox xbox-series-s

Ads

Recent Posts

  • Windows10X is the answer to ChromeOS
  • Audit with Entity Framework Core
  • What we know about Microsoft’s new service
  • Now view Grogu in 3D
  • Don’t delete Windows10 root certificate expiring this month

Recent Comments

  • Windows10X is the answer to ChromeOS - PureSourceCode on Microsoft announces new Windows 10 Start menu design and updated Alt-Tab
  • Windows10X is the answer to ChromeOS - PureSourceCode on What we know about Microsoft’s new service
  • Windows10X is the answer to ChromeOS - PureSourceCode on Windows 10X is arriving next year
  • Audit with Entity Framework Core - PureSourceCode on Log record changes in SQL server in an audit table
  • Audit with Entity Framework Core - PureSourceCode on Entity Framework Core and calling a stored procedure

Ads

Archives

  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • November 2019
  • September 2019
  • August 2019
  • July 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • August 2018
  • June 2018
  • May 2018
  • March 2018
  • February 2018
  • January 2018
  • December 2017
  • November 2017
  • October 2017
  • August 2017
  • July 2017
  • June 2017
  • May 2017
  • April 2017
  • March 2017
  • February 2017
  • January 2017
  • December 2016
  • November 2016
  • October 2016
  • September 2016
  • August 2016
  • July 2016
  • June 2016
  • May 2016
  • April 2016
  • March 2016
  • February 2016
  • January 2016
  • December 2015
  • November 2015
  • October 2015
  • September 2015
  • August 2015
  • July 2015
  • June 2015
  • May 2015
  • April 2015
  • March 2015
  • February 2015
  • January 2015
  • November 2014
  • September 2014
  • August 2014
  • July 2014
  • June 2014
  • May 2014
  • April 2014
  • September 2013

Ads

Categories

  • .NET
  • .NET Core
  • .NET General
  • Agile
  • Ajax
  • Amazon
  • Android
  • AngularJs
  • Apple
  • Apps
  • ASP.NET
  • Azure
  • Azure
  • C#
  • Developers
  • F#
  • Framework
  • Games
  • General
  • Google
  • Google
  • HTML
  • IIS
  • Internet
  • iOS
  • JavaScript
  • Linux
  • macOS
  • Microsoft
  • MVC
  • News
  • Other
  • PowerBI
  • Programming languages
  • Projects and ideas
  • R
  • React.JS
  • Security
  • SQL
  • Testing
  • Tips & tricks
  • Tools
  • TypeScript
  • Uncategorized
  • Universal Windows App
  • VB.NET
  • Visual Basic
  • Visual Studio
  • Visual Studio
  • WebAPI
  • Windows
  • Xamarin

Ads

Template MOnsters

My other sites

Pure Source Code
PSC Short Url
Quarantine Culture Club
My CV
GitHub
Bookshop
© Copyright 2021. All rights reserved.
 Tweet
 Tweet
 WhatsApp
 E-mail
 Tweet
 Tweet
 WhatsApp
 E-mail
 Tweet
 Tweet
 LinkedIn
 WhatsApp
 E-mail