Posts

Showing posts from 2021

10 Programming Websites and Blogs to Improve your Coding Skills !

  Programming is an intriguing sector as it gives us the superpower to regulate computer programs on the go. It can be used for ships, traffic control, robotics, self-driving vehicles, smartphone applications, websites, and many other things. Programmers of all specialties can easily benefit from keeping track of the new developments & following industry-leading blogs and websites. To ensure that you remain up to date on standards and protocols, and even more so in the field of coding, it is important to track developments in your field. You’ll surely want to subscribe to these helpful programming websites and blogs written by the best blogging coders. So, let’s get started! List of Programming Websites and Blogs  to Improve Your Coding Skills 1.  W3Schools W3Schools is an exceptional programming website for tutorials for beginners. W3Schools provides guides and references to web development languages that address most facets of web programming, such as HTML, CSS, JavaScript, PHP,

DotNet Interview Questions

                                                                        .NET Questions Q #1) What is the .Net framework? Ans: It is a platform for building various applications on windows. It has a list of inbuilt functionalities in the form of class, library, and APIs which are used to build, deploy and run  web services and different applications. It supports different languages such as C#, VB .Net,  Cobol, Perl, etc. This framework supports an object-oriented programming model. Q #2) What are the important components of .Net? Ans: The components of .Net are Common language run-time, .Net Class library, Application domain, Common Type System, .Net framework, Profiling, etc. However, the  two important components are the  Class library and Common Language Runtime. CLR provides building blocks for a wide variety of applications. The class library consists  of a set of classes that are used to access the common functionality. The functionality can be  shared among different applications