Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Sessions in Javascript

Hi All, SessionStorage is something we can use to store values in session in Javascript. Below I will demonstrate how we can use it in our project. To set Session Value: var valueKey = "Value"; function setSession(value) { ...

Determine Height & Width of browser window in JavaScript

Hi All, We most of the time in web development get stuck with responsive designs, the best way to handle that now a days is to use Bootstrap classes which take cares of your site but that helps you to achieve responsiveness width wise. What...

Using var dataType in C#

What and why we need to use Var dataType? This is one simple question that many of us might not know. So here it is, illustrated with a simple example: When we declare any variable as int i = 0; this is an explicit conversion. But when we wri...

What is the difference between var and dynamic keywords in C#

Programming languages can be categorized into two parts based on data type 1) Strongly Type 2) Weakly Type Strongly Type:-        A strongly-typed programming language is one in which there are dif...

Login to Your Site through Google+ using Javascript

Many a times we need to authenticate our users through social media such as facebook, twitter and google+. Today I will be discussing how to login to the system using Google+ credentials without using any sdk but through javascript. Using the...

Named Skin in ASP.NET

What is Skin->                         Skin was introduced in ASP.NET 2.0 to solve the problem of design/layout of server control. Its used for changing the appearance of asp.n...

Programmatic Caching

The first thing we need to understand is the need of caching. This can be understood by a very simple and most common usage of search functionality. For example we need to search all products that come under furniture by typing in one of the furn...

Working with List in Provider Hosted App for Sharepoint

Sharepoint List in Provider Hosted App This Blog will provide an insight of how we can use Sharepoint List and its properties in Provider Hosted App. Assuming you already are familiar with Sharepoint and Provider Hosted App. As we all know Pr...

Tutorial On LinQ and Simple LinQ examples

Introduction of LINQ: Abbreviated for Language-Integrated Query (LINQ). It was introduced in Visual Studio 2008 and .NET Framework version 3.5. The main concept behind it was to fill the gap between world of objects and the world of data. LINQ...
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: