Posts

Showing posts from March, 2017

State Management in ASP.Net:

Image
Introduction: In this article we willdiscuss about state management techniques in Asp.Net.Generally Browsers are always stateless .The browser communicate with the server using HTTP Protocol. As we all know HTML is a stateless language. Here, stateless means whenever we visit a website, our browser communicate with the respective server depends upon our request.It means that web server does not have any idea about the requests from where they coming .That means from same client or new clients. On each request web pages are created and destroyed. So every Web Application needs to maintain state in one way. To overcome this situation Asp.Net provides state management technique. Types of State management Technique:  Asp.net Technology provides two types of state management technique. Client side state management Server side state management Client Side State Management:               The webpage related information will directly get stored in client side that is cl
Advanced Features of Dot Net framework What is Dot Net Framework? Dot Net framework is a software program for developing ,deploying and running an application. It is supports Web and Windows application .Dot Net provides tools and libraries that enable developers to create windows software much faster and easier. Dot Net environment makes the entire environment robust. Features of Dot Net Framework: A lot of features and enhancements have been introduced in Dot Net Framework.The most important of them include the following WCF improvements WWF improvements ADO.Net improvements WCF improvements: Windows Communication Foundation (WCF) is a framework for building service-oriented applications Although Asp.Net replaces Windows Communication application the later still remains important used frameworks for building service-oriented applications. WCF provides an abstraction layer over transports. This abstraction allows developers to focus on t

Learn the Basics about C# Data Types

Image
       Learn the Basics about C# Data Types This article is an introductory glance for Basic Data Types in C#. Data types are used everywhere in a programming language like C,C++,Java,C# .Here, we will discuss some of the most used data types and how they work. Data Types:              The type of data that a variable contains is called data types . C# is a strongly typed language so every variable and object contain data type .C# provides two types of data type. ·         Value Type ·         Reference Type Read More about C# Basic Data Type click the below Link           Link: Learn the Basics about C# Data Types

C# Basics for Beginners

C# is an object oriented language which is based on Microsoft  Dot Net Framework  .It has been derived from C programming language .C# is mainly suitable for developing web based application .Major parts of Dot net Framework are actually coded in C#. C# was developed as a language that would combine the best features of previously existing Web and Windows Programming language. Read More About C# Basics click the below link Link :  C# Basics for Beginners

Dot Net Training and Placement

This article is an introductory glance for Dot Net Framework.The career prospects of this technology are high worldwide. There are different multinational companies which look for professionals with such expertise. Many of the companies have changed their prior software to Dot net due to its high reliability factor and ability to work on different platforms and on different devices.This is will act as a platform to learn  .NET Framework . Its a must read!!! Just Visit the link below,  Dot Net Training and placement

Basics of Dot Net Collections

         Dot Net Collections: I believe, the readers of this article are well versed or educated of Dot Net basics and also have hands-on experience. There are series of Dot Net that have already been discussed which includes Dot net Basics, OOP’s Concept , Dot Net Components .         This article helps you to know about Collections in Dot Net.Collections is a set of related objects. The Dot Net Framework offers a many collections like, Array List Hash Table Sorted List Stack Queue Click here for detailed   Dot Net Collections

Components of .NET Architecture:

Introduction:        Welcome to .NET Tutorial, providing you the Tricks to learn .NET easily to express yourself about   .NET Framework . This article is an introductory glance for .NET Architecture.This is will act as a platform to learn .NET Framework. Its a must read!!! Just Visit the link below,  Components of Microsoft Dot Net Architecture  Like Components of .NET Architecture: Comment Share Share Components of .NET Architecture:

Learn OOP’s Concepts in .NET

Image
INTRODUCTION: It is necessary for new programmers to know about OOPS concept before learning any programming language. This article helps to know about the OOPs in Dot Net. Object-oriented programming  is very important when building complex applications. Dot NetFramework Supports only OOPS languages such as VB.net,c#. To effectively use .NET ,a developer must understand and apply object oriented concepts. Check Here: Microsoft Dot Net Latest Updated Content(Free PDF)  OOPS CONCEPTS:                             There are a few  concepts that form the foundation of object-oriented programming:Objects Classes  Abstraction  Encapsulation  Inheritance   Polymorphism Object: Object is representative of the class and is responsible for memory allocation of its data members and member functions.The set of activities that the object performs defines the object’s behavior. Class: Class is user defined data types.It is a collection of object.Class is the bluep

Basics of .NET

Image
INTRODUCTION:                        Now a days .NET is one of the leading platform for Application Development.It is a most important  software framework from Microsoft, its always continues to rocks the information technology..NET technology offers a many interesting trends. If you are new to .NET ,I recommend you to read some course modules  here. Here we begin,   Definition of .NET ,                     .NET is a software framework for developing   windows and web based application within the Microsoft environment.It is not a language.It is called as platform or .NET environment.IN  .NET framework ,We will using a visual studio  for application development. Detailed Definition about .NET  framework,                     AS we already said .NET is a  framework  for developing and       running    software application..NET contains collection of predefined class libraries.Object Oriented Concepts are used here.Programs written in any .NET language such as,c#,VB .ne