Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7892615
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T06:54:58+00:00 2026-06-03T06:54:58+00:00

I have been reviewing hanselman article and I would like to really learn deeply

  • 0

I have been reviewing hanselman article and I would like to really learn deeply how the following code works. It looks like generics and Extension methods? What other subjects I should get familiar with to really understand the following code. What type of subjects (like generics, extension methods???) I need to know to understand the whole code base mentioned in the article. Thanks

   public static HttpContextBase FakeHttpContext()
    {
        var context = new Mock<HttpContextBase>();
        var request = new Mock<HttpRequestBase>();
        var response = new Mock<HttpResponseBase>();
        var session = new Mock<HttpSessionStateBase>();
        var server = new Mock<HttpServerUtilityBase>();

        context.Setup(ctx => ctx.Request).Returns(request.Object);
        context.Setup(ctx => ctx.Response).Returns(response.Object);
        context.Setup(ctx => ctx.Session).Returns(session.Object);
        context.Setup(ctx => ctx.Server).Returns(server.Object);

        return context.Object;
    }
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T06:55:00+00:00Added an answer on June 3, 2026 at 6:55 am

    There’s lots of good stuff in that article but it is kind of hard to know how to answer your question. As you say there is use of generics, extension methods, lambda expressions, behind the scenes there will surely be some reflection going on in that mocking library (moq) and you will surely come across the linq extensions at some point when you get to writing tests. So all of that is probably worth reading up on.

    The article is all about unit testing, ultimately, so an understanding of what a unit test is, why it is good etc would be useful – Pragmatic Unit Testing is a great book as an introduction to that topic. Then there is the whole test driven development approach, where you write tests first and fix them as you go along so you could read up on that too (though I would say just try it out and see how you get on).

    So, try it, use it, have some fun and you will pick up what you need to know as you go.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been reviewing some code that looks like this: class A; // defined
I am still new to Python and have been reviewing the following code not
I have been reviewing model binding with collections, specifically going through this article http://weblogs.asp.net/nmarun/archive/2010/03/13/asp-net-mvc-2-model-binding-for-a-collection.aspx
I have been reviewing a number of applications for securing deleting files. I understand
I have been reviewing the setup of a current Amazon Web Store implementation to
I have been reviewing algorithms, this is question from Anany Levitin's algo book.. You
I'm rather new to MS Build and have been reviewing many of the built
I've read the YQL guide, and I keep reviewing http://developer.yahoo.com/yql/guide/yql-o...entables-paging and I have been
I have been reviewing different solutions on positioning the elements to the middle part
Have been fighting this for two days and am very frustrated but feel like

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.