
scottbrady91.com
Home Page - Scott BradyTechnical Blog of Scott Brady, covering C#, Cloud Computing and a few things in between
http://www.scottbrady91.com/
Technical Blog of Scott Brady, covering C#, Cloud Computing and a few things in between
http://www.scottbrady91.com/
TODAY'S RATING
#276,975
Date Range
HIGHEST TRAFFIC ON
Monday
LOAD TIME
0.5 seconds
PAGES IN
THIS WEBSITE
17
SSL
EXTERNAL LINKS
12
SITE IP
23.101.118.145
LOAD TIME
0.492 sec
SCORE
6.2
Home Page - Scott Brady | scottbrady91.com Reviews
https://scottbrady91.com
Technical Blog of Scott Brady, covering C#, Cloud Computing and a few things in between
About - Scott Brady
https://www.scottbrady91.com/Home/About
I am a Senior Software Engineer at Rock Solid Knowledge. We offer software development consultancy, development and training services with myself specialising in all things IdentityServer. I work predominantly in C# back-end and middleware systems with the beginnings of a specialisation in web security. I have had a focus on cloud computing since my MSc dissertation in 2013, gaining experience using various cloud based PaaS and IaaS offerings ever since. Or email me at scott@scottbrady91.com. It should g...
Windows - Scott Brady
https://www.scottbrady91.com/Windows
Yet Another MakeCert Tutorial. This approach is a lot more UI driven for passwords and export processes, but I’ve had consistent results doing this over trying to include passwords and export filenames within the commands. IIS - The Process Cannot Access the File Because it is Being Used by Another Process. Upon trying to start manually start the IIS website the following error message popped up. Senior Software Engineer at Rock Solid Knowledge. 2015 - 2017 Scott Brady.
Katana - Scott Brady
https://www.scottbrady91.com/Katana
Basic Authentication is considered a bit of an anti-pattern these days, but it can still be useful in a pinch when you have limited options for integrating with APIs, third party applications or the dreaded. Basic Authentication should never be a recommended solution, however I have met many clients who are still running services that use it and third party applications who only support basic authentication. Some security is better than none, right? I guess that's debatable. What is less common but also ...
OAuth - Scott Brady
https://www.scottbrady91.com/OAuth
Consuming External OAuth Services using IdentityModel. Recently as part of my audition process to become a Pluralsight author I created a 10 minute video on '. Consuming External OAuth Services using IdentityModel. I’m pretty pleased with how it turned out, and luckily so were Pluralsight, so I thought I would share it for all to see. In the video, I talk about why OAuth exists, what a basic OAuth request looks like and how we can use the IdentityModel library to help us simplify the process in .NET.
ASP.NET Identity - Scott Brady
https://www.scottbrady91.com/ASPNET-Identity
ASPNET Identity 2 Configurable Password Hasher. The default password hasher that comes out of the box with ASP.NET Identity 2 ticks all the right boxes:. It actually uses a hashing algorithm (for some reason this is still something we need to congratulate in 2017). It generates a per user salt. It iteratively hashes a password (not just once like in vanilla ASP.NET Membership). It uses a derived key. The above can pretty much be summed up with "it uses PBKDF2", but that that didn’t read as nice. Created ...
TOTAL PAGES IN THIS WEBSITE
17
The node.js Mandelbrot Set – Craig Nicol
https://craignicol.wordpress.com/2014/07/29/the-node-js-mandelbrot-set
Mainly programming, with a bit of science thrown in. The node.js Mandelbrot Set. July 29, 2014. July 30, 2014. To tie together a few of my previous posts, I wanted to talk about the proof of concept I built in Node.js. I will come back and discuss the outstanding issues in a later post. I wanted to try out Node.js. As the hot new thing. Given my preference for the Mandelbrot set as a prototype in client-side languages. Create a grid of points to represent each un-escaped pixel. Note, the proof of concept...
Authentication in ASP.NET Core for your Web API and Angular2
http://asp.net-hacker.rocks/2016/09/22/web-api-authentication-in-aspnetcore-and-angular2.html
Authentication in ASP. NET Core for your Web API and Angular2. Jürgen Gutsch - 22 September, 2016. Authentication in a single page application is a bit more special, if you just know the traditional ASP.NET way. To imagine that the app is a completely independent app like a mobile app helps. Token based authentication is the best solution for this kind of apps. In this post I'm going to try to describe a high level overview and to show a simple solution. On the client side we used angular2-jwt. Which is ...
DOOR Oasis Office Reporting – Craig Nicol
https://craignicol.wordpress.com/2008/07/15/door-oasis-office-reporting
Mainly programming, with a bit of science thrown in. DOOR Oasis Office Reporting. July 15, 2008. Door-reports – Google Code. Blogged with the Flock Browser. MSDN roadshow 2008 : Glasgow. HTTP no-cache and standards. One thought on “ DOOR Oasis Office Reporting. Pingback: Whois Craig Nicol Craig Nicol's Weblog. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). You are commenting using your Twitter account. ( Log Out.
User Experience Matters : Pecha Kucha at TechMeetup Glasgow – Craig Nicol
https://craignicol.wordpress.com/2013/08/29/user-experience-matters-pecha-kucha-at-techmeetup-glasgow
Mainly programming, with a bit of science thrown in. User Experience Matters : Pecha Kucha at TechMeetup Glasgow. August 29, 2013. August 29, 2013. Thanks to all of you who came to TechMeetup. Glasgow, hope to see you next time in Edinburgh or at Open Rights Group in Glasgow. The book that I recommended in the talk is : Lean UX: Applying Lean Principles to Improve User Experience. But I was also recommended Don’t Make Me Think! A Common Sense Approach to Web Usability by Steve Krug. You are commenting us...
CodeCraftConf by @codecraftuk – Craig Nicol
https://craignicol.wordpress.com/2015/06/30/codecraftconf-by-codecraftuk
Mainly programming, with a bit of science thrown in. June 30, 2015. June 28, 2015. The tickets for CodeCraftConf. Are now on sale. I am looking to guide a session at the conference and will be talking to the organisers about the topics,. If you look at the list below, and the conditions on the conference site, it should be clear that this will be a philosophy of code conference rather than a discussion of all the hot technology you don’t know about yet, but really should. What you missed at DDDs. Pingbac...
craignicol – Craig Nicol
https://craignicol.wordpress.com/author/craignicol
Mainly programming, with a bit of science thrown in. Event Horizon : When sharpening the code means missing bug zero. August 18, 2016. Event Horizon : When sharpening the code means missing bug zero. Developers are Users Too : Why the User Experience of Your API sucks #yourapisucks. August 16, 2016. Developers are Users Too : Why the User Experience of Your API sucks #yourapisucks. Your API sucks : how to suck less. August 12, 2016. If you don’t want to be chased by a horde of angry developers with...
Cognitive load : fluent interfaces and friendly apis – Craig Nicol
https://craignicol.wordpress.com/2015/07/17/static-vs-extension-methods-again
Mainly programming, with a bit of science thrown in. Cognitive load : fluent interfaces and friendly apis. July 17, 2015. July 17, 2015. Is your interface friendly? To continue my mini series on cognitive load. Following my previous post on static vs extension methods. They can also be used to humanize the interface, based on the understanding that the user experience of an API should be as important as the user experience of a website or application. In the second example, which I found fascinating, cha...
The UX of Big Data – Craig Nicol
https://craignicol.wordpress.com/2015/07/31/the-ux-of-big-data
Mainly programming, with a bit of science thrown in. The UX of Big Data. July 31, 2015. July 31, 2015. Following on from my Dangers of Big Data talk at DunDDD. I’ve been thinking about what a good user experience for data analytics would look like, imagining the business user presented with useful, actionable information rather than notepad and a copy of the R or Python cookbook. I want something deceptively simple like the Google search box, rather than deceptively complex like Excel. Notify me of new p...
Cognitive load : static vs extension methods – Craig Nicol
https://craignicol.wordpress.com/2015/07/13/cognitive-load-static-vs-extension-methods
Mainly programming, with a bit of science thrown in. Cognitive load : static vs extension methods. July 13, 2015. July 8, 2015. Extending tools beyond their original purpose. A c# specific example to follow up my blog post on cognitive load. Since it coincidentally came up at work. What are extension methods? The example concerns c# extension methods. Types with a number of functions, including. Which provides the filter functionality found in functional programming, allowing users to write code like:.
Google Code Migration : Genetic Algorithm Templates – Craig Nicol
https://craignicol.wordpress.com/2015/07/24/google-code-migration-genetic-algorithm-templates
Mainly programming, with a bit of science thrown in. Google Code Migration : Genetic Algorithm Templates. July 24, 2015. July 23, 2015. With the closure of Google Code, I’ve moved some projects to github. All personal projects so far, but related to talks our blog posts from the past, so may still be of interest. The first project I want to highlight again is written in C and implements genetic algorithms. Offline OAuth and the end of paper driving licences. Paperless and warning free. You are commenting...
TOTAL LINKS TO THIS WEBSITE
12
scottbrady.com
Scott Brady
For information regarding Scott Brady, please contact him at dsbrady (at) scottbrady (dot) net.
www.scottbrady.org
www.scottbrady.us
Home Page - Scott Brady
Consuming External OAuth Services using IdentityModel. Recently as part of my audition process to become a Pluralsight author I created a 10 minute video on '. Consuming External OAuth Services using IdentityModel. I’m pretty pleased with how it turned out, and luckily so were Pluralsight, so I thought I would share it for all to see. In the video, I talk about why OAuth exists, what a basic OAuth request looks like and how we can use the IdentityModel library to help us simplify the process in .NET.
Coming Soon - Future home of something quite cool
Future home of something quite cool. If you're the site owner. To launch this site. If you are a visitor. Please check back soon.
Home
Skip to main content. WE DO IT ALL! Licenced and fully insured. Family Based Business With The Customer In Mind. This business prides itself on 100% customer satisfaction. We obtain this thru honest and reliable service while producing quality work and keeping the jobsite clean during construction. PLEASE CHECK BACK OFTEN! We are still building this website).
Home
I have been bass fishing since i was 4 yrs old and fishing has always been an extreme passion of mine. i curently fish the bfl a division of the flw.I am always looking to further my career as a fisherman. Please pardon us as we are up grading the site. thanks.
Home | Scott Brady Photography | Scott Brady Photography
Welcome to Scott Brady Photography. Scott Brady Photography is a unique photography business that provides landscape, panoramic, photo journalism, sports, events and still life photography services. For examples of our work or contact us. To discuss your requirements. 2012 Scott Brady Photography Website Powered by Fotomerchant.com.
Welcome
SOCIAL ENGAGEMENT