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
-
Sometimes maybe you find out your SP ( Store Procedure ) doesn't response in reasonable time despite Select statement, which you used in...
-
By Bucket Sort By Linq