Skip to content
  • 0 Votes
    4 Posts
    1 Views
    K
    I guess what I'm asking is - isn't this the wrong way to pass params? var url = $"https:// localhost:5001/api/User/Login/{userName}/{password}"; If so, that means I've set something up incorrectly. But I don't really know what. In theory, theory and practice are the same. But in practice, they never are.” If it's not broken, fix it until it is. Everything makes sense in someone's mind.
  • 0 Votes
    2 Posts
    0 Views
    N
    Quote: resilient apps That's nice, this way they won't crash when people start shouting-flame them M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.
  • 0 Votes
    4 Posts
    0 Views
    J
    I'm still trying to figure why I should much care about .NET <#odd> if they aren't LTS. Knowing what's coming when it's "real" is good I guess, but they tend towards adjusting it such that you'd have been better off never knowing about it until the final cut so as to avoid future confusion. I think the release cadence is a bit fast and hope we're not destined for whatever "overdevelopment" in C# that all the C++ gurus were bitching about in their sphere a fair while back. I've always been a MSFT fanboy. They'd more recently taken .NET a good direction and made some great strides. I hope they're not really going to mess it up by bloating it with nonsense. I also think LTS of 3 years is a year or two short. We're running .NET that's 10 years old in some legacy spots.
  • C# Deserialization of JSON data - date problem

    C# csharp json php sysadmin help
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • What is this called?

    The Lounge json question c++ database com
    8
    0 Votes
    8 Posts
    0 Views
    P
    Nelek wrote: C'mon... do not ruin the tease... ;-P That is the problem, I can never tell from text if one is teasing or not. The :-D smiley should have been enough of a clue but sometimes I can be pretty dense.:~ Within you lies the power for good - Use it!
  • Why x86 needs to die

    The Insider News com json question
    10
    0 Votes
    10 Posts
    0 Views
    N
    trønderen wrote: There are people who are not getting the point even after watching this movie. There are people that do not get the point, no matter which point, even when the point is hitting their heads. :sigh: :sigh: M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.
  • I love regex. Haters hate.

    The Lounge design json tutorial question csharp
    21
    0 Votes
    21 Posts
    0 Views
    H
    Personally I'm more about the utility and mathematical purity of it. Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • 0 Votes
    2 Posts
    0 Views
    D
    "Daisy, Daisy, give me your answer do. I'm ... half ... crazy ... All ... for ... the ... love ... of ... you ..." Our Forgotten Astronomy | Object Oriented Programming with C++ | Wordle solver
  • Code dumper (Member 16219317)

    Spam and Abuse Watch question com tools json
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Food Delivery Application

    Running a Business com json question
    1
    0 Votes
    1 Posts
    8 Views
    No one has replied
  • This is a first...

    The Lounge javascript cloud json csharp linq
    5
    0 Votes
    5 Posts
    0 Views
    Sander RosselS
    That's not really Swagger's fault. Swagger is just (generated) documentation of a web API with the ability to test the API. If the API sucks, so will Swagger. If anything, Swagger showed you the API sucked and that you didn't need to invest more time in it. The only "bad experience" I've had with Swagger was it breaking when doing some non-standard API development (like having a single endpoint for all functionality, don't ask...). I can't really expect Swagger to handle such weird edge cases. Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript
  • System.Security.Cryptography.Aes Class

    C# security csharp com cryptography json
    7
    0 Votes
    7 Posts
    0 Views
    Richard DeemingR
    The variable names and string in your example suggest you are trying to encrypt a password. That is almost always the wrong thing to do. If you're trying to write an authentication system, you should be storing a salted hash of the users' passwords, using a unique salt per record, and multiple iterations of a cryptographically-secure one-way hash. There is no way to "decrypt" the password; instead, you use the stored salt and repeat the hashing operation on the entered password, then compare it to the stored hash. Secure Password Authentication Explained Simply[^] Salted Password Hashing - Doing it Right[^] If instead you're trying to store passwords or access keys for third-party systems, where you actually need to retrieve the original password, then you need to consider how you're going to store the encryption keys securely; how you're going to rotate them to minimize the impact if one is leaked; any many other complex issues. For example, you seem to be using a fixed IV for every value you encrypt, which is not secure. "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
  • 0 Votes
    23 Posts
    0 Views
    B
    I suppose that's unpleasant, but password managers exist to avoid this scenario. Some are even free!
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • 0 Votes
    3 Posts
    0 Views
    N
    I went for poorly written. M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.
  • 0 Votes
    5 Posts
    0 Views
    N
    LMGTFY ftw :laugh: :laugh: M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.
  • Sean... some words with this guy?

    Article Writing csharp com tools json help
    3
    0 Votes
    3 Posts
    1 Views
    A
    Love the subtle "DO NOT DO THIS AGAIN TO AVOID SPANKING!" link. :-D
  • 0 Votes
    2 Posts
    8 Views
    P
    I haven't used IBM's Watson AI but have found Google's Assistant to be the most powerful and accurate Internet search AI. Definitely miles ahead of Apple's Siri and Amazon's Alexa which is highly inaccurate and relies too much on out-of-date and totally inaccurate data. Google is at the forefront IMO for AI Internet search, fast, accurate and reliable with a large developer community and loads of dev off-shot projects and applications. OpenAI is by far the most advanced and powerful AI I've ever used. It blew my mind! I use it daily, but without direct Internet access it's limited to its periodic deep-learning data updates. That said, its incredible knowledge base and ability to engage in a very natural human like way (which at times is scarily close to something approaching human consciousness) makes OpenAI's ChatGPT a really unique special and powerful AI-assistant tool that has the ability to apply knowledge in meaingful and insightful ways beyond just spitting out data searched from Internet like Google Assistant does other AI's. OpenAI's ChatGPT is fluent in over 100 human spoken languages (plus dozens of computer languages) and there's hardly any task it can't perform whether it be writing elegent source code, books, or helping you problem-solve, research and develop new ideas. If/when OpenAI eventually gets full Internet access and real-time data it will be truly awesome.