Posts

Showing posts from March, 2014

7 Basic ASP.NET Interview Questions For Web Developers

These are 7 fundamentals ASP.NET interview questions for web developers including CLS, CTS, DDLs, OOP , .NET FrameWork Concepts and much more. 7 Pillars of ASP.NET: When ASP.NET was first released, there were seven key facts that differentiated it from previous Microsoft products and competing platforms. If you’re coming to ASP.NET from another web development platform, or you’re an old-hand .NET coder who has yet to try programming for the Web, these sections will quickly give you a bit of ASP.NET insight. 1: ASP.NET is integrated with the .NET Framework The .NET Framework is divided into an almost painstaking collection of functional parts, with tens of thousands of types (the .NET term for classes, structures, interfaces, and other core programming ingredients). 2: ASP.NET is Compiled, Not Interpreted ASP.NET applications, like all .NET applications, are always compiled. In fact, it’s impossible to execute C# or Visual Basic code without it being compiled fir