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
2016
January

Month: January 2016

General Google Microsoft
54321
0 (0 votes)
44
Davos: Smart machines set to transform society
Enrico5 years ago0

Artificial intelligence will spur economic growth and create new wealth. Machines that “think” like humans will help solve huge problems, from curing cancer to climate change. Yet millions of human…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
ASP.NET C# JavaScript MVC WebAPI
54321
0 (0 votes)
3
Creating a URL shortener using ASP.NET WepAPI and MVC
Enrico5 years ago0

In this tutorial, I use several techniques and tools. I use Microsoft Visual Studio 2015 and the latest version of all components. ASP.NET MVC: Microsoft’s modern web application framework. As…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
.NET General C#
54321
0 (0 votes)
7
Throw vs Throw e
Enrico5 years ago0

Some people asked me the different between those two following code: Code 1 try { ... } catch (Exception ex) { throw ex; } Code 2 try { ... }…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
.NET General C#
54321
0 (0 votes)
6
C# Faster way to truncate a string
Enrico5 years ago0

Very often I found this problem and now I got a solution! I’ve compared some methods and I was decided which one. But I verified time (if you want to…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
.NET General C#
54321
0 (0 votes)
7
Calculate the execution time of a method
Enrico5 years ago0

I found a simple code to know the execution time of a method. First of all you have to import the following namespace: using System.Diagnostics; Then you use Stopwatch to…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
C#
54321
0 (0 votes)
12
String to Hex - Hex to String Convert
Enrico5 years ago0

You can convert a string to hex or vice-versa with this methods. Example for real world; You want set / get some data from URL, but if your data has…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
C# VB.NET Visual Basic
54321
0 (0 votes)
26
Regular expression for UK postcode
Enrico5 years ago0

I’m looking for an answer to my regular expresssion problem in c#. I’m looking for a match on a specific postcode format and have run into problems. Here you can…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
ASP.NET C# MVC
54321
0 (0 votes)
14
OWIN and Facebook: the developers of this app have not set up this app properly for Facebook Login?
Enrico5 years ago0

Did you received this error when you try to login in your Owin app with Facebook? App Not Set Up: This app is still in development mode, and you don’t…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
ASP.NET MVC
54321
0 (0 votes)
5
C# ASP.NET MVC OWIN and Twitter authentication error
Enrico5 years ago0

We have an MVC project using OWIN Framework to allow our users to authenticate using Twitter. However starting today, we have been getting this exception when trying to authenticate: System.Security.Authentication.AuthenticationException:…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
ASP.NET C# MVC
54321
0 (0 votes)
9
ASP.NET MVC Return image dynamically drawn in controller
Enrico5 years ago0

If you have problem returning dynamically drawn image from controller below informations may help. The task looks easy and should be achieved with this code: public ActionResult Image(string text) {…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
C# Developers MVC
54321
0 (0 votes)
17
ASP.NET MVC OWIN and Microsoft account
Enrico5 years ago0

Register an app in the Microsot Account Developer Center Go to the Microsoft Account Developer Center and create a new application. After you have registered the application take note of…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Microsoft Uncategorized
54321
0 (0 votes)
2
Microsoft cuts off Windows 8's security updates on January 12
Enrico5 years ago0

Windows 8 is about to get a lot less secure. After January 12, Microsoft will stop offering security patches for the three-year-old operating system. Users will have to upgrade to…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Microsoft
54321
0 (0 votes)
6
Support Ending for the .NET Framework 4.0, 4.5 and 4.5.1 on Tuesday
Enrico5 years ago0

In less than a week Microsoft will formally end support for versions 4.0, 4.5, and 4.5.1 of the .NET Framework. Users should upgrade to a later version such as the…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Microsoft
54321
0 (0 votes)
8
Microsoft is pulling the plug on Internet Explorer 8, 9, and 10 next Tuesday
Enrico5 years ago0

Microsoft is ending support for Internet Explorer 8, 9, and 10 next week on January 12th, releasing a final patch encouraging users to upgrade to one of the company’s more…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
ASP.NET C# MVC WebAPI
54321
0 (0 votes)
183
The current type, is an interface and cannot be constructed. Are you missing a type mapping?
Enrico5 years ago1

You might have missed to register your Interface and class (which implements that inteface) registration in your code. e.g if the error is "The current type, xyznamespace. Imyinterfacename, is an…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Microsoft
54321
0 (0 votes)
5
Microsoft CEO Satya Nadella explains why it doesn't matter if only a handful of people have a Windows phone
Enrico5 years ago0

Microsoft CEO Satya Nadella has explained in an interview with BuzzFeed why the company is not concerned about the market share of its mobile operating system, which is about 1.7%…

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 docker dotnet entity-framework entity-framework-core fsharp function games github google-play identityserver4 installer integration invoices ios iPhone javascript linux microsoft-excel microsoft-office ms-edge netcore packages password Progressive-Web-Apps pwa security source-generators start tools website windows10 windows10x xamarin-form xbox xbox-series-s

Ads

Recent Posts

  • Add logging to Microsoft Office add-ins
  • Start with Docker
  • Deploying dockerized R/Shiny Apps on Microsoft Azure
  • Dropdown list in Excel
  • Windows10X is the answer to ChromeOS

Recent Comments

  • Add logging to Microsoft Office add-ins - PureSourceCode on Microsoft teases its future Office UI
  • Start with Docker - PureSourceCode on Getting started with Windows Terminal
  • Start with Docker - PureSourceCode on Azure your platform in the cloud
  • Deploying dockerized R/Shiny Apps on Microsoft Azure - PureSourceCode on Use Azure Resource Groups: A Simple Explanation
  • Deploying dockerized R/Shiny Apps on Microsoft Azure - PureSourceCode on Azure your platform in the cloud

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
  • Docker
  • F#
  • Framework
  • Games
  • General
  • Google
  • Google
  • HTML
  • IIS
  • Internet
  • iOS
  • JavaScript
  • Linux
  • macOS
  • Microsoft
  • Microsoft Office
  • 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