The rundown of the best Xbox One games is an intriguing spot to be, particularly as we sit on the cusp of the people to come. These are the titles that truly flaunt the comfort at its best, pushing the limits of what’s fit, and therefore the subsequent rundown of games is a great thing, even with Xbox Series X and the related forthcoming Xbox Series X games not too far off. So, whether you’ve quite recently gotten tied up with the Xbox family through an Xbox One S group…
Month: May 2020
How to hide Google’s reCaptcha v3
In this article we are going to describe how to hide Google’s reCaptcha v3 badge. To get started, let’s answer the question why we need a captcha in the first place and how to use it
The new surf game in Microsoft Edge now available for everyone
Microsoft today announced the general availability of the Surf game in Microsoft Edge to all users
What Bill Gates said about the internet in a Microsoft internal memo 25 years ago today: It’s a ‘tidal wave’
Exactly 25 years ago today, on May 26, 1995, Gates wrote an internal memo to Microsoft’s executive staff and his direct reports to extol the benefits of expanding the company’s internet presence
Creating a Model for an Existing Database
Creating entity & context model automatically in C# for an existing database is called Database-First approach with Entity Framework Core
GymConnections
With GymConnections every gym has its own community of people. So, people can virtually meet, chat, organize to see each other in the gym or follow a course together
Windows 10’s new Start menu at 1 billion
The new Start menu looks sleeker and simplified, and live tiles are still part of it for select apps such as Weather, News, Mail, and Photos.
Getting organization list from Xero in C#
Connect your C# application with Xero OAuth 2.0 is not really simple. Here how getting the list of organization from Xero step by step
Getting invoice list from Xero in C#
In this new post I explain the procedure for getting an invoice list from Xero in your C# applications with few lines of code.
Microsoft Open-Sources GW-BASIC
When I read that Microsoft released open-sources GW-BASIC, I couldn’t resist to take a look at the code on GitHub. I spent my childhood to play with GW-BASIC and Clipper (do you remember that?) These sources, as clearly stated in the repo’s readme, are the 8088 assembly language sources from 10th Feb 1983, and are being open-sourced for historical reference and educational purposes. This means we will not be accepting PRs that modify the source in any way. A little historical context The GW-BASIC source code being published is dated Feb 10th…
Windows 10 got a built-in network sniffer
There are a lot of new features (see this post) coming soon in Windows 10. Microsoft has quietly added a built-in network packet sniffer to the Windows 10 October 2018 Update, and it has gone unnoticed since its release. A packet sniffer, or network sniffer, is a program that monitors the network activity flowing over a computer down to an individual packet level. This can be used by network administrators to diagnose networking issues, see what types of programs are being used on a network, or even listen in on…
F# 5 and F# tools update
In the last couple of weeks, I started to create posts about F#. Today, Microsoft has just announced some updates to F# 5 and F# tools update! They shipped a lot of preview features since F# 5 preview 1, and they have all been stabilizing since that release. Today, we’re happy to announce some minor additions to F# 5 and talk about some pretty cool performance work we’ve been doing. Here’s how you get the latest release: Install the latest .NET 5 preview SDK Install Jupyter Notebooks for .NET If you’re using Visual…
Windows Forms Designer for .NET Core
Windows Forms designer for .NET Core projects is now available as a preview in Visual Studio 2019 version 16.6!
Save and retrieve Secret from Azure KeyVault
How to retrieve #key, #secret, certificate from #Azure #KeyVault in C#? A step by step guide to configure your Azure account and start a new C# project
Introducing .NET Multi-platform App UI
Introducing .NET Multi-platform #App #UI
Microsoft announces Windows Package Manager, a new way to install tools easily on Windows
Microsoft announced the new Windows Package Manager preview, a command line tool that allows you to install your favorite tools quickly and easily
Microsoft is bringing Linux GUI apps to Windows 10
Linux on Windows 10 gets a big boost and GPU acceleration
Integrate Xero with C# applications
How integrate Xero in your C# application? This is my guide step by step after spending more than one week to sort it out
Windows Terminal is here!
Two months ago, I presented to you Tabbed Command Prompt that it was in beta for Windows 10. Finally, Microsoft released the new version. Now, I can say Windows Terminal is here!
Uno Platform now lets you develop for macOS, Windows, and more using the same code
Uno Platform announced today that it now supports macOS as a target platform. This new support means that developers can use a single code base to create apps on Windows, iOS, Android, the web, and macOS. According to Uno Platform, this makes it the first and only cross-platform solution to allow the same codebase to run on all these platforms. Uno Platform allows developers to use C# and XAML code to create native apps on several platforms. Rather than running through Electron or emulation, apps that utilize Uno Platform can…
Adding Swagger UI to Azure Function APIs
You can set up Swagger UI in your Azure Function API to allow for providing documentation for your serverless API pretty easily
Azure Functions with Configuration and Dependency Injection
How to implement dependency injection in Azure Functions and read the configuration from a local file or from the Azure Environment
Introducing Web Vitals: essential metrics for a healthy site
Optimizing for quality of user experience is key to the long-term success of any site on the web. Through our ongoing engagement and collaboration with millions of web developers and site owners, we’ve developed many helpful metrics and tools across Google to help business owners, marketers, and developers alike identify opportunities to improve user experiences. However, abundance of metrics and tools creates its own set of prioritization, clarity, and consistency challenges for many. Today we are introducing a new program, Web Vitals, an initiative by Google to provide unified guidance…
Inkscape 1.0 is free Windows 10, Linux, macOS
The Inkscape project’s version 1.0 of the free and open-source vector graphics editor is packed with new features
Multiple output in Azure Functions with C#
In this post I like to analyse how to return multiple output in Azure Functions with C# and Service Bus. If you want more info, in the last week or so, I published some posts about Azure Function in C# or F# like “Create Azure Function in C# Script and Service Bus” or “Creating Azure Function in F#“. You have a platform on Azure and two different services are triggered by a message from Service Bus. At some point, you have an Azure Function doing a procedure that has to…