Coding
Data breakpoints
I am trying to set a data breakpoint using C#, Windows 10, in a Winforms project. The version of VS is 2019. The problem I am having is that the option is grayed out under Read more…
I am trying to set a data breakpoint using C#, Windows 10, in a Winforms project. The version of VS is 2019. The problem I am having is that the option is grayed out under Read more…
Hello,we’re generating PDFs for our client. In that generated PDF there are some inputs plus two signatures. Our goal is when the user signs one of the signatures, then we want to lock All or Read more…
I’ve started on a little open source passion project to make yet another online Sudoku app using client-side Blazor (WASM). I chose Blazor specifically so I can eventually integrate my Sudoku solver, which is written Read more…
I’m building an application that manages employee and inventory information. I’m using WinForms, SQLServer, and Dapper. (I know, Winforms is dead, etc. This is largely a learning project, so the next time around I’ll use Read more…
Hi all,I have one requirement where I have one form in Index.html and I want to display the data for the form on the next page i.e test.html. Here my requirement is to use PHP Read more…
Hi All! Today I want to talk a bit about a pet project of mine I’ve been working on in the last few weeks. I called it OpenSleigh, it’s a Saga management library for .NET Read more…
Blazor makes me learn C# it has very nice features (webassembly, static typing of C# etc).But only a few jobs for for this technology. I see mostly Angular + C#Blazor is brand new. The vast Read more…
Is there a way to do something like this: db.People.Single(x => x.Id = 123).Select(x => new { x.FirstName, x.LastName }); (.Select is an extension method to IEnumerable) Or do I have to write it as: Read more…
An investigation by consumer rights organisation Which? has revealed gaps in online banking security systems at some major banks. During its investigation of current account providers in the UK, conducted with security experts 6point6, it Read more…
Based on advice from past threads on this sub, I started learning PHP from the Laracasts PHP track. I’ve so far finished the first 15 videos, was just about to start Routing before I took Read more…