Saturday, August 20, 2022
Friday, May 20, 2022
Thursday, May 19, 2022
Wednesday, May 18, 2022
Wednesday, June 07, 2017
Security Framework
I've created a new repository on GitHub.
The project is a security framework for asp.net mvc projects.
You can find it th following address on GitHub:
https://github.com/Searching/securityframework
I'll update this post periodically to make a useful guide to use it in your projects.
Have fun.
The project is a security framework for asp.net mvc projects.
You can find it th following address on GitHub:
https://github.com/Searching/securityframework
I'll update this post periodically to make a useful guide to use it in your projects.
Have fun.
Monday, October 10, 2016
Consuming a WCF with error: "The caller was not authenticated by the service"
Consuming a WCF service when it hosted on a work group server may cause raise some errors such as: "The caller was not authenticated by the service".
I tackled it by adding the following lines to my code:
I tackled it by adding the following lines to my code:
Subscribe to:
Posts (Atom)
Update the author and email address of every commit on a repository
source: stackoverflow.com
-
Visual studio is a pretty awesome IDE, but sometimes you just wish it would go faster. Here's a list. All of these can be accessed on...
-
Have you ever launched SQL Server Management Studio (SSMS) and had to wait over 60 seconds before you could even log in? I have - all too ...
-
source: stackoverflow.com