What is Cross-Site Scripting (XSS)?
Cross-site scripting is a security violation that is normally found in the web applications. It is one of the most frequent application layer web attacks. Many web developers aren’t completely …
tutorials | source code | tips & tricks
Cross-site scripting is a security violation that is normally found in the web applications. It is one of the most frequent application layer web attacks. Many web developers aren’t completely …
This article describes how to optimization indexes in table? Summary of the article: What is Index Optimization? Index Optimization Tips What is Index Optimization? Index Optimization is the process to …
AngularJS is one of the most popular client-side JavaScript frameworks on the web. It helps us to create Single-Page Application (SPA) using HTML, CSS, and JavaScript. It provides MVC structure …
Microsoft Corporation released SQL Server 2012 (codenamed “Denali”) on April 2012. Microsoft includes lot of new features and enhancements with SQL Server 2012 including a new look for SQL Server …
The cloud computing system is an important part of modern communication systems. This article explains an introduction to cloud computing system. Summary of the article: What is Cloud Computing? History …
JSON is a text-based data exchange format that enables us to quickly and easily share information between all of our systems and devices. Like most famous XML, it is platform …
In the Microsoft .Net Framework, Assemblies are the compiled code. They are created as an output of a program. The CLR (Common Language Runtime) uses these assemblies and convert into …
Test driven development is an advanced technique that uses unit tests to drive the design of software. It is a technique for building software that guides software development by writing …
Domain Driven Design or DDD is a software development technique. This article explains about the basic overview of Domain Driven Design (DDD), some key features of DDD. Summary of the …
The C-Sharp(C#) is the most powerful and famous programming language for application development. This language is now widely used in different enterprise level application development. This article describes some advance …
Design pattern is a guideline to find a solution for commonly occurring problems. Now a day’s design pattern and software design questions are essential part of any programming interview, especially …
In software engineering, design pattern is a written document that describes a general solution to a design problem that occurs repeatedly in many projects. Software developers use this pattern in …
MS SQL Server is a computer programs that is primarily used to store and retrieve information. This article describes some important questions with answers in MS SQL Server. Hope it …
ASP.NET Web API is a framework that is used to create HTTP related services. Web API is open source and platform or device independent. Traditional web services are SOAP based, …
HTML5 is the enhancement of HTML4. It reduces some limitations of older versions.This article describes some important questions with answers in HTML5. Hope it will help you to build successful …
JavaScript is the most famous and easiest scripting language. It is widely used in web development. This article describes some common important interview questions and answers in JavaScript. Hope it …
jQuery is an advance framework developed in JavaScript language. This article describes some common important interview questions and answers in jQuery. Hope it will help you to build successful carrier. What …
ASP.NET MVC is a Framework based on MVC pattern and developed by Microsoft Corporation. This framework is very strong, user friendly and has great features to develop and maintains large …
Microsoft has added lot of new features with Visual Studio 2010. These new features/functionalities help developers to work more efficiently, make their works simple, and reduce development times. This article …
In information technology, a server is a computer or device or computer program that provides services to other computer/device/programs within the network. It manages the network resources and provides multiprocessing …
It is similar to the Transactional Replication that works with every transaction. It has some extra features. Here, both Publisher and Subscribers can update the existing data. It uses MSDTC …