Coding
Execute event when keyword found in command promp?
Hi all, I have been working on my Windows Forms C# project but have encountered a slight hitch. I have a button that when pressed runs a command in command promp, i need to find Read more…
Hi all, I have been working on my Windows Forms C# project but have encountered a slight hitch. I have a button that when pressed runs a command in command promp, i need to find Read more…
The WebKit blog details how to use individual CSS Transform properties in the latest version of Safari Technology Preview. This brings the browser in line with the CSS Transforms Module Level 2 spec, which breaks out the translate(), rotate() and scale() functions from the transform property into Read more…
HelloI’ve been learning programming for quite a while now but at a slow pace, lately learned a lot about C# by reading the Yellow Book ( someone recommended that book to me from this subreddit Read more…
In any way, be it writing desktop apps in the language, or better real time stuff, whatever you can think of. I look forward to seeing what you all have to say. generics. primarily to Read more…
Hello im coding somewhat heavy performance wise thing (that will execute very often) and ive already optimized it in number of ways but i cant tell which option should I go for. I normally use Read more…
What you’ll want to do is set up a table where you can store information on the images; specifically their paths. When a user hits a page that’s supposed to display one of those images, Read more…
I’m doing a project with a guy mentoring me. He gave me a task to make a web api project following clean architecture and with jwt authentication. I have Pluralsight subscription if that helps. ASP.NET Read more…
How to add images in a mysql database using php? you don’t. bruhh but why should i add image to db if you make a php based social media or something Please don’t 😭, please Read more…
My project is I have to write a program that reads out an employee’s first name, last name, their hours worked, their pay rate, and overtime hours. Along with calculating the gross pay of each Read more…
tl;dr: What is the correct way to publish a .NET Core + Angular SPA, building both the .NET solution and the Angular app in the “ClientApp” folder for different environments? Some additional context: I created Read more…