![]() |
|
C# - Tell me what you want to learn about - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Visual Basic & .NET Framework (https://sinister.ly/Forum-Visual-Basic-NET-Framework) +--- Thread: C# - Tell me what you want to learn about (/Thread-C-Tell-me-what-you-want-to-learn-about) |
C# - Tell me what you want to learn about - phyrrus9 - 08-10-2019 As the title suggests, and because I've already started writing C# tutorials now that I'm using it nearly exclusively for work, let me know what you'd like me to write about. RE: C# - Tell me what you want to learn about - UnsignedGlitch - 09-05-2019 Maybe a good Login / Register Application and Register needing a Key they buy off you. Making the program open differently depending on the key they buy and put it Basic User / Upgraded User / Diamond User / Legend User / and Admin User with panel RE: C# - Tell me what you want to learn about - phyrrus9 - 09-05-2019 (09-05-2019, 01:20 AM)UnsignedGlitch Wrote: Maybe a good Login / Register Application and Register needing a Key they buy off you. As for different "panels", that's just normal programming On the topic of keys being input, I assume you're speaking of RBAC, right? RE: C# - Tell me what you want to learn about - NullData - 09-05-2019 I wanna get into making checkers where they are not slow there is a LIB used for OpenBullet that can make the checking fast but I would like to learn how to make a good checker (09-05-2019, 01:20 AM)UnsignedGlitch Wrote: Maybe a good Login / Register Application and Register needing a Key they buy off you. There is a site that lets you do that for free and only takes less then 5 lines of code called https://trinityseal.me this is the keys time span ![]() Levels are basicly tiers like stated "Basic User / Upgraded User / Diamond User / Legend User / and Admin User"
RE: C# - Tell me what you want to learn about - UnsignedGlitch - 09-09-2019 (09-05-2019, 06:07 AM)phyrrus9 Wrote:Yes would be cool to learn,(09-05-2019, 01:20 AM)UnsignedGlitch Wrote: Maybe a good Login / Register Application and Register needing a Key they buy off you. RE: C# - Tell me what you want to learn about - UnsignedGlitch - 09-09-2019 (09-05-2019, 06:24 AM)NullData Wrote: I wanna get into making checkers where they are not slow there is a LIB used for OpenBullet that can make the checking fast but I would like to learn how to make a good checker yeah but issues Up to 3 programs Generate 100 tokens per program 50 users per program RE: C# - Tell me what you want to learn about - XWorld - 10-15-2019 I wanna get into making checkers too !! Ps : this thread is so cool mate, lv it. RE: C# - Tell me what you want to learn about - phyrrus9 - 11-05-2019 (09-05-2019, 06:24 AM)NullData Wrote: I wanna get into making checkers where they are not slow there is a LIB used for OpenBullet that can make the checking fast but I would like to learn how to make a good checker I just realized this is just basic auth tokens. I use an in-house solution similar to this with one of my clients. Essentially I'm using JWT with a lot of encoded data. It's a much more simple solution and you can encode a lot more into the token, you can also let the OS's crypto libraries do the validation for you, and you don't have to track the tokens at all (no database needed, and no phone-home needed). I might do a writeup on a similar system and how it might be used for ecommerce in a later tutorial. With this, of course you have the ability to restrict the tokens to a single device by reading the device id and encoding that into the token. RE: C# - Tell me what you want to learn about - kasach96 - 11-05-2019 hmmm .. any klick generator or bot etc. RE: C# - Tell me what you want to learn about - phyrrus9 - 11-08-2019 (11-05-2019, 07:01 PM)kasach96 Wrote: hmmm .. any klick generator or bot etc. That's not a topic, it's a software engineering request, and I invite you to give a call to my company at 406-219-8426 |