Skip to content

Sam Jenkins' website

Improving every day

  • View IAmSamJenkins’s profile on Twitter
  • View sam-jenkins’s profile on LinkedIn
  • View satal’s profile on GitHub
  • View +SamJenkins-Satal’s profile on Google+

Menu

  • Reading List
  • Digital Resume
  • About me

ASP.NET

Logging SQL Queries in MVC With Entity Framework 6

Entity Framework Logo

As developers we’re inclined to want to understand what is happening under the hood or at least know that we can check if we wanted to. This is the case with Entity Framework, which performs some magic to provide access

Satal5 December 201322 August 2017 All, Computer, Programming 1 Comment Read more

Two Factor Authentication in ASP.NET MVC

Two Factor Authentication devices

It’s becoming more and more common for websites to provide the capability of having two factor authentication as part of you login process. Google, GitHub, Hotmail and Dropbox just to name a few of the organisations that have embraced two

Satal8 September 201322 August 2017 All, Computer, Programming, Security 2 Comments Read more

Using reCAPTCHA in your ASP.NET MVC app

The Internet is full of bots. There’s no denying it, bots have been created to perform tasks on the Internet for many purposes, a good example is Ticketmaster, who have calculated that approximately 60% of all bookings are made by

Satal2 September 201322 August 2017 All, Computer, Programming 2 Comments Read more

ASP.NET MVC4 AuthorizeAttribute throughout app

Control access to your webpages with the AuthorizeAttribute

If you’re developing a website where there should only be a couple of publicly accessible pages in ASP.NET MVC, then at first you may try to go through all your controllers decorating them with the AuthorizeAttribute. Although you will still

Satal31 August 201322 August 2017 All, Computer, Programming, Security No Comments Read more

Track number of times a file is downloaded

Being able to track how many times a file has been downloaded from your website is a useful bit of information. One method of doing this is by making it so that the user is instead of being sent directly

Satal14 June 201022 August 2017 All, Computer, Programming No Comments Read more

Response.Write from within a class

In developing websites in ASP.Net I frequently use Response.Write to debug the code behind, but when using classes you cannot directly access Response.Write. The method of performing Respone.Write from within a class is to do the following; HttpContext.Current.Response.Write(“Your text”)

Satal25 May 201022 August 2017 All, Computer, Programming No Comments Read more
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy

Categories

  • All
  • Career
  • Computer
  • Excel
  • Marketing
  • Programming
  • Security
  • Soft Skills
  • Uncategorized
  • Websites

Archives

  • August 2017
  • July 2017
  • May 2017
  • March 2017
  • February 2017
  • January 2014
  • December 2013
  • November 2013
  • October 2013
  • September 2013
  • August 2013
  • June 2013
  • May 2013
  • April 2013
  • March 2013
  • August 2011
  • June 2011
  • October 2010
  • September 2010
  • August 2010
  • July 2010
  • June 2010
  • May 2010
© Sam Jenkins. Powered by Solutions Delivered