Top "Internal" questions

The internals tag denotes questions about how things work, as opposed to how to accomplish something specific.

Accessing internal members via System.Reflection?

I'm trying to Unit Test a class that has many internal functions. These obviously need testing too, but my Tests …

c# .net reflection internal
Hiding namespaces containing only internal types in a class library?

I have a class library that has a couple of namespaces containing only internal types. However, when using the class …

c# namespaces intellisense hide internal
Execution flow in MVC

I am trying to learn MVC in detail, and I am wondering what's the exact functional flow internally, in the …

asp.net-mvc functional-programming request internal control-flow
Public and Internal members in an Internal class?

Ok, so this may be a bit of a silly question, and there's certainly the obvious answer, but I was …

c# class public access-modifiers internal
Android: how to delete internal image file

What i want to do: delete an image file from the private internal storage in my app. I save images …

android storage internal
Saving public files in the internal storage

I have an application that saves files downloaded from a server. These files are not private to my application and …

android file storage public internal
Internal property setters in C#

I'm trying to figure out a good way to approach this. I have a Customer class which implements the ICustomer …

c# properties setter internal
WebKit encountered an internal error: WebKitErrorDomain:300

I'm experiencing a "Safari can't open the page. The error is: "WebKit encountered an internal error" (WebKitErrorDomain:300) on my site …

safari webkit internal
C# assemblies, whats in an assembly?

I'm trying to understand the internal access modifier in C#. I can't seem to understand what an assembly is exactly, …

c# assemblies internal
How do I implement members of internal interfaces

I have been refactoring the codebase of the project that I am currently on so that classes/interfaces which are …

c# interface internal