Online Free Computer Tutorials.: Architect

'Software Development, Games Development, Mobile Development, iOS Development, Android Development, Window Phone Development. Dot Net, Window Services,WCF Services, Web Services, MVC, MySQL, SQL Server and Oracle Tutorials, Articles and their Resources

Showing posts with label Architect. Show all posts
Showing posts with label Architect. Show all posts

Wednesday, May 29, 2013

Introduction to Partial Methods

Partial methods are a new feature in the .NET programming world. The earlier versions of .NET had partial class, partial structures, part...
Read More

Sunday, January 27, 2013

Saturday, January 26, 2013

Implementing a Basic Hello World WCF Service (v4.5)

In this article, we will implement a basic WCF 4.5 service from scratch. We will build a HelloWorld WCF service by carrying out the followi...
Read More

Friday, January 18, 2013

InteractiveToolTip - Tooltips you can click on!

A few months ago I was working on a code-analysis tool for a project. The tool had the ability to detect a wide range of issues with the...
Read More

Wednesday, January 16, 2013

Internals of Dependency Property in WPF

WPF introduces new property system to us. Every WPF objects that is inherited from DependencyObject inherently supports Dependency prope...
Read More

GlobalizationResource in ASP.NET

It is that part of .NET that deals with "Multi Lingual" Applications i.e the web application which can generate content in dif...
Read More

State Machine in Workflow

State-Machine workflow is an event driven workflow. The State machine workflow relies on external events to drive the workflow to comple...
Read More

DataBase Connectivity and validation of data from Oracle Database in JAVA Servlet

This article is the next in the series of articles about Java Servlet. In this article we make an application and we will learn about ho...
Read More

Tangrams in WPF

Tangram is a popular Chinese game, where a player is given with set of blocks and asked to form a specific shape (given an outline), the...
Read More

Telerik RadToolBar using AJAX

Telerik RadToolBar using AJAX   Introduction Today, in this article let's play around with one of the interesting and most useful co...
Read More

Friday, January 11, 2013

Wednesday, January 9, 2013

SignalR - Simple Chat Application in C#

Hello friends, today I am going to explain to you how to create a simple chat application using SignalR. Before looking at the code and und...
Read More

Sunday, January 6, 2013

How to Build Flexible and Reusable WCF Services

As you may know, designing and building a flexible and reusable service layer is essential when creating robust multi-tier applications....
Read More

Saturday, January 5, 2013

Understanding ASP.NET MVC (Model View Controller) Architecture for Beginners

This article is intended to provide basic concepts and fundamentals of ASP.NET MVC (Model View Controller) architecture workflow for be...
Read More

Architecture Guide: ASP.NET MVC Framework + N-tier + Entity Framework and Many More

The Model View Controller (MVC) is an architectural pattern used in software engineering. The pattern isolates "domain logic"...
Read More

Developer Review - Four ASP.NET MVC View Engines

In this Developer Review, we evaluate four view engines available for use with ASP.NET MVC. First, we discuss the role a view engine pl...
Read More

Introducing “Razor” – a new view engine for ASP.NET

One of the things my team has been working on has been a new view engine option for ASP.NET . ASP.NET MVC has always supported the conc...
Read More

Exploring the MVC, MVP and MVVM Design Patterns

Take advantage of MVC, MVP and MVVM Design Patterns to build applications that are easier to test and maintain Design patterns can be us...
Read More