.Net
How to get access to a project without depending on it?
There are 2 projects in my solution, Project A for UI and Project B for business logic. A depends on B. The issue I have is that A has a textbox for log but B Read more…
There are 2 projects in my solution, Project A for UI and Project B for business logic. A depends on B. The issue I have is that A has a textbox for log but B Read more…
Learn Development at Frontend Masters I found this Free Favicon Maker the other day. It’s a nice tool to make a favicon (true to its name), but unlike other favicon generators, this one lets you Read more…
no comments yet Be the first to share what you think! C# devs null reference exceptions source
no comments yet Be the first to share what you think! C# devs null reference exceptions source
Hi, Hoping I could have some guidance on this one. I have a base class, and a few classes that extend it. This is all working fine, however I need a way to instantiate variables Read more…
I’m making a text-based adventure game where the detective follows the hallway to catch the killer. I already set up javascript to change the text as the player chooses an option. I’m trying to use Read more…
Its just a big annoyance for software developers. There are a lot of AV softwares that will flag just about anything that is not used by the general public. There was a point in time Read more…
A tiny jQuery script to create a sortable accordion widget where you can reorder accordion items via drag and drop. Demo Download source
We asked web builders that we admire the same question: What is one thing you learned about building websites this year? Here’s what they told us. We would like to thank our ❥ sponsor Automattic Read more…
I get that when you begin doing some web you use php, write spaghetti code and over time you learn about frameworks, composer, SOLID, typing and the rest. And the logical thing is to then Read more…