Why uSoft sucks today
-
Let's make something (OWIN and Autorization/Authentication) so complex and obtuse that it will take developers some time to come to grips with then let's just drop it or completely change it.
New version: WinHeist Version 2.1.1 new web site. When you are dead you don't know it, it's only difficult for others. It's the same when you're stupid.
-
Let's make something (OWIN and Autorization/Authentication) so complex and obtuse that it will take developers some time to come to grips with then let's just drop it or completely change it.
New version: WinHeist Version 2.1.1 new web site. When you are dead you don't know it, it's only difficult for others. It's the same when you're stupid.
https://github.com/SimpleAuthentication/SimpleAuthentication[^]
All in one Menu-Ribbon Bar DirectX for WinRT/C# since 2013! Taking over the world since 1371!
-
https://github.com/SimpleAuthentication/SimpleAuthentication[^]
All in one Menu-Ribbon Bar DirectX for WinRT/C# since 2013! Taking over the world since 1371!
Thanks for the link I'll check it out, I've worked on this shit for nearly 2 weeks, off and on I get sick of messing with it and leave it alone for a couple of days. It's a personal web site that only I will ever login to, just to do admin and when I fix one thing another breaks. So now I'm in the process of stripping that worthless POS that is Entity Framework out and since Identity as it is relies on it so much I've opened another can of worms. I've been spitting mad all day.
New version: WinHeist Version 2.1.1 new web site. When you are dead you don't know it, it's only difficult for others. It's the same when you're stupid.
-
Thanks for the link I'll check it out, I've worked on this shit for nearly 2 weeks, off and on I get sick of messing with it and leave it alone for a couple of days. It's a personal web site that only I will ever login to, just to do admin and when I fix one thing another breaks. So now I'm in the process of stripping that worthless POS that is Entity Framework out and since Identity as it is relies on it so much I've opened another can of worms. I've been spitting mad all day.
New version: WinHeist Version 2.1.1 new web site. When you are dead you don't know it, it's only difficult for others. It's the same when you're stupid.
Mike Hankey wrote:
stripping that worthless POS that is Entity Framework out
Wise move, go back to your primitive, non EF methods THAT WORK!
Never underestimate the power of human stupidity RAH
-
Thanks for the link I'll check it out, I've worked on this shit for nearly 2 weeks, off and on I get sick of messing with it and leave it alone for a couple of days. It's a personal web site that only I will ever login to, just to do admin and when I fix one thing another breaks. So now I'm in the process of stripping that worthless POS that is Entity Framework out and since Identity as it is relies on it so much I've opened another can of worms. I've been spitting mad all day.
New version: WinHeist Version 2.1.1 new web site. When you are dead you don't know it, it's only difficult for others. It's the same when you're stupid.
ASP.NET Identity does not require EF. However, the default implementation does use it. In fact, for API.Codeproject.com, I implemented ASP.NET Identity against our existing SQL user data store. Yes, it can seem a little over-architected, but if you dig into it, it starts to make sense.
-
Let's make something (OWIN and Autorization/Authentication) so complex and obtuse that it will take developers some time to come to grips with then let's just drop it or completely change it.
New version: WinHeist Version 2.1.1 new web site. When you are dead you don't know it, it's only difficult for others. It's the same when you're stupid.
Hi Mike, On CodePlex there is a [SqlMembership-Identity-Owin ^] example perhaps this is helpful. This sample is mentioned as comment at this [ASP.NET Identity^]talk on channel 9.
With friendly greetings,:) Eric Goedhart
-
Let's make something (OWIN and Autorization/Authentication) so complex and obtuse that it will take developers some time to come to grips with then let's just drop it or completely change it.
New version: WinHeist Version 2.1.1 new web site. When you are dead you don't know it, it's only difficult for others. It's the same when you're stupid.
When did you go to work for Microsoft, Mike?
Will Rogers never met me.
-
When did you go to work for Microsoft, Mike?
Will Rogers never met me.
They take your money the least they could do would give ya a reach around? :)
New version: WinHeist Version 2.1.1 new web site. When you are dead you don't know it, it's only difficult for others. It's the same when you're stupid.
-
Hi Mike, On CodePlex there is a [SqlMembership-Identity-Owin ^] example perhaps this is helpful. This sample is mentioned as comment at this [ASP.NET Identity^]talk on channel 9.
With friendly greetings,:) Eric Goedhart
Thanks Eric I'll check it out!
New version: WinHeist Version 2.1.1 new web site. When you are dead you don't know it, it's only difficult for others. It's the same when you're stupid.
-
ASP.NET Identity does not require EF. However, the default implementation does use it. In fact, for API.Codeproject.com, I implemented ASP.NET Identity against our existing SQL user data store. Yes, it can seem a little over-architected, but if you dig into it, it starts to make sense.
Thanks Matthew, it does make sense now that I've dug into it but it still a PITA. :)
New version: WinHeist Version 2.1.1 new web site. When you are dead you don't know it, it's only difficult for others. It's the same when you're stupid.
-
Thanks Eric I'll check it out!
New version: WinHeist Version 2.1.1 new web site. When you are dead you don't know it, it's only difficult for others. It's the same when you're stupid.
No thanks at all :thumbsup: I had a look today at the sample and got it working and stored it on my OneDrive so if you want a working sample you can pick it up at: http://1drv.ms/1zoZJWS[^] The login for the application is: admin@example.com password = "Admin@123456"; Have a nice weekend!
With friendly greetings,:) Eric Goedhart