Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. What are some .Net framework classes / interfaces that every developer should know?

What are some .Net framework classes / interfaces that every developer should know?

Scheduled Pinned Locked Moved .NET (Core and Framework)
javascriptcsharpasp-netdotnetquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    James_Parsons
    wrote on last edited by
    #1

    I'm learning C# and ASP.Net Core from JavaScript and Node.js. I notice that many classes like

    IEnumerable

    and

    IDisposable

    Are used a lot and seem like you should be familiar with them. What are some other classes and interfaces that pop up often in .Net programming I should be aware of?

    i cri evry tiem

    L T 2 Replies Last reply
    0
    • J James_Parsons

      I'm learning C# and ASP.Net Core from JavaScript and Node.js. I notice that many classes like

      IEnumerable

      and

      IDisposable

      Are used a lot and seem like you should be familiar with them. What are some other classes and interfaces that pop up often in .Net programming I should be aware of?

      i cri evry tiem

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Just picked this out of the ether... C# .NET Developer Career Advice, Getting Started -LearnVisualStudio.NET[^]

      1 Reply Last reply
      0
      • J James_Parsons

        I'm learning C# and ASP.Net Core from JavaScript and Node.js. I notice that many classes like

        IEnumerable

        and

        IDisposable

        Are used a lot and seem like you should be familiar with them. What are some other classes and interfaces that pop up often in .Net programming I should be aware of?

        i cri evry tiem

        T Offline
        T Offline
        Thomas Daniels
        wrote on last edited by
        #3

        The .NET Framework has a lot of classes and which ones you need to know depends a bit on what you want to do, but here are a few ones I'd recommend knowing regardless of what field you want to specialize in:

        • The classes in the System.Collections.Generics[^] namespace are used often - especially List<T> and Dictionary<TKey, TValue>.

        • The classes in the System.IO namespace[^] to work with the file system.

          The quick brown ProgramFOX jumps right over the Lazy<Dog>.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups