What is the difference between OOPs and SOLID Principle?

OOPs ? Object Oriented Programming is based on the idea of “objects“.  In programming everything is identified as an object and its properties and behaviors to solve a problem. Ex:   Chair        properties are Type, shape, color, size, width,weight       behaviors are changed the width, color, position SOLID ? SOLID is  set of of PrinciplesContinue reading “What is the difference between OOPs and SOLID Principle?”

What is SOLID Principles?

What is SOLID? SOLID are five basic principles which help to create good software architecture. S stands for SRP (Single responsibility principle):- A class should take care of only one responsibility. O stands for OCP (Open closed principle):- Extension should be preferred over modification. L stands for LSP (Liskov substitution principle):- A parent class objectContinue reading “What is SOLID Principles?”

Microsoft Web Protection Library

Microsoft Web Protection Library The Microsoft Web Protection Library (WPL) is a set of .NET assemblies that help you protect your web sites. The WPL includes AntiXSS that provides a myriad of encoding functions for user input, including HTML, HTML attributes, XML, CSS and JavaScript. WPL also includes the Security Runtime Engine that provides a wrapper aroundContinue reading “Microsoft Web Protection Library”

Why to Choose .NET?

1. Productive  .NET helps you develop high quality applications faster. Modern language constructs like generics, Language Integrated Query (LINQ), and asynchronous programming make developers productive. Combined with the extensive class libraries, common APIs, multi-language support, and the powerful tooling provided by the Visual Studio family, .NET is the most productive platform for developers. 2. Any app,Continue reading “Why to Choose .NET?”

C# Programming Language

Introduction to the C# Language and the .NET Framework C# is an elegant and type-safe object-oriented language that enables developers to build a variety of secure and robust applications that run on the .NET Framework. You can use C# to create Windows client applications, XML Web services, distributed components, client-server applications, database applications, and much,Continue reading “C# Programming Language”

Resolved TFS Server is not working

Visual Studio TFS Server Not working  Have you ever wondered how to resolve TFS Server not working correctly, please read till end to solve.As a developer, when you work on daily basis, there might be a chance you would have worked with Fiddler Tool to capture .Net request/response from server that was required to addContinue reading “Resolved TFS Server is not working”

How to find first and last occurrence of any char or word in sql query?

How to find first and last occurrence of any char or word in sql query?  Find First occurrence of any character or word in the string : In the given below example, we need to search for the first occurrence of word ‘the’ in the sentence. DECLARE @String AS VARCHAR(100) DECLARE @strSearch AS VARCHAR(100) SET @String =’Hi SQL SERVER is fromContinue reading “How to find first and last occurrence of any char or word in sql query?”

SQL Server Instance Connection Error

SQL Server Instance Connection Error  ERROR  A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 0 – The remote computer refusedContinue reading “SQL Server Instance Connection Error”

Design a site like this with WordPress.com
Get started