Tags:ASP.NET Questions | 80 views
Does C# support multiple-inheritance? No. Who is a protected class-level variable available to? It is available to any sub-class (a class inheriting this class). Are private class-level variables inherited? Yes, but they are not accessible. Although they are not visible or accessible via the class interface, they are inherited. Describe the accessibility modifier “protected internal”. [...]
Tags:ASP.NET Questions | 85 views
Explain the .NET architecture. How many languages .NET is supporting now? – When .NET was introduced it came with several languages. VB.NET, C#, COBOL and Perl, etc. The site DotNetLanguages.Net says 44 languages are supported. How is .NET able to support multiple languages? – a language should comply with the Common Language Runtime standard to [...]
Tags:ASP.NET Questions | 68 views
The Microsoft .NET Framework version 2.0 extends the .NET Framework version 1.1 with new features, improvements to existing features, and enhancements to the documentation. This section provides information about some key additions and modifications. For more information about breaking changes that might affect your application, see Breaking Changes in the .NET Framework. 64-Bit Platform Support [...]
Tags:Dot Net Questions | 64 views
Microsoft Corporate Vice President S. Somasegar announced that WinFX would be renamed the .NET Framework 3.0. The .NET Framework 3.0 is Microsoft’s managed code programming model. It is a superset of the .NET Framework 2.0, combining .NET Framework 2.0 components with new technologies for building applications that have visually stunning user experiences, seamless and secure [...]