.Net
Question about the ternary operator
When should I use it? Is it good practice to use it? I have searched this question and the only thing I find is: bool b = exp?true:false; But why don’t just write this? bool Read more…
When should I use it? Is it good practice to use it? I have searched this question and the only thing I find is: bool b = exp?true:false; But why don’t just write this? bool Read more…
An if statement looks like this: The “expression” part MUST be in parenthesis, they aren’t optional. Also, the way we compare things to see if they are equal in C# uses the == operator. We Read more…
Getty Images/EyeEm The Greater Manchester Combined Authority (GMCA) has launched a new digital inclusion taskforce to address the shortcomings of the region in that field. With senior representatives from the industry, community groups and local Read more…
One thing that blew up for us in a very unexpected way is it appears ConfigureServices is now called in Startup when using WebApplicationFactory even when you use .UseStartup on the builder in the WAF. Read more…
For more information on this release: https://github.com/WebFiori/framework/releases/tag/v2.0.0-beta.2 Learning Resources: https://webfiori.com/learn Feedback on the project is very much appreciated :). no comments yet Be the first to share what you think! Members Online source
Hello everyone, I’m a python developper, and I’ve recently switched to C# as a main language. However, I’d need you to help me figuring out where should I go. I’m looking to get into desktop/mobile Read more…
I am trying to work out the best way to separate my domain objects from my database. The scenario I have is the following : I have a companies table, in my application I want Read more…
Mailchimp: Grow sales with Customer Journey Smarts Math.random() is an API in JavaScript. It is a function that gives you a random number. The number returned will be between 0 (inclusive, as in, it’s possible Read more…
Under 1KB each! Super Tiny Icons are miniscule SVG versions of your favourite website and app logos GitHub is home to over 50 million developers working together to host and review code, manage projects, and Read more…
Hello everyone. Since the release of PHP 8, my colleagues and I have been in some heated discussions about why union types are a great addition to PHP as a language. They claim there’s no Read more…