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

Tuesday, December 4, 2012

Twitter RSS Feed Reader in MVC 4

In this blog post you will learn how to setup the Twitter RSS Feed Reader in MVC 4. I'm using the same technique I used in my last post...
Read More

jQuery Fixed DIV Header Notification Bar on Scroll with Fade in Out Effects

Introduction: Here I will explain how to display jQuery fixed DIV Header Notification Bar with Fade in fade out effects on scroll. Descript...
Read More

Call Server Side Function from JavaScript in Asp.net Ajax

Introduction:  Here I will explain how to call server side methods or functions from JavaScript inasp.net . Description:    In previous pos...
Read More

Monday, December 3, 2012

Understanding Generic Dictionary in-depth

Generic Dictionary is a great instrument to have in your toolset. The Generic part is keeping us type-safe and helps avoid boxing/unboxin...
Read More

WCF in a stateful application (WPF/Silverlight)

This article looks into a possible solution for handling the Faulted state and Closure of a WCF service when being used in a stateful appli...
Read More

WPF Growl Notifications

Recently I needed to add growl notifications to one WPF project. I googled a bit and found Growl for Windows, it's fine but seems to mu...
Read More

Sunday, December 2, 2012

Using DotNetRules to verify, map and change your objects

As a software developer, I went through a lot of situations where I had to validate conditions on an existing object. With the coming of do...
Read More

Saturday, December 1, 2012

Delete Data using OData Service via EDM Framework

Delete Data using OData Service via EDM Framework Delete Data using OData Service via EDM Framework Introduction Today, in this art...
Read More

Parallel LINQ

Parallel LINQ Parallel LINQ Introduction Today, in this article let's play around with one of the interesting and most useful concept...
Read More

How to Call Asp.net Server Side method from jQuery

How to Call Asp.net Server Side method from jQuery Introduction:  Here I will explain how to call server side methods or functions from j...
Read More

Select Data using OData Service via EDM Framework

Select Data using OData Service via EDM Framework Select Data using OData Service via EDM Framework Introduction Today, in this art...
Read More

Saturday, November 24, 2012

Dependency Injection and Service Locator

Dependency injection is a interface programing technique which is based on altering class behavior without the changing the class intern...
Read More

UNDERSTANDING IOC CONTAINER

In a multi layered application architecture, loosely coupled code is more than a important. It's the basic which can either help the ...
Read More

Service Locator is an Anti-Pattern

Service Locator is a well-known pattern, and since it was described by Martin Fowler, it must be good, right? No, it's actually an an...
Read More

ASP.NET MVC DI with Common Service Locator and NInject

I think everyone knows about Dependency Injection (DI) and how important it is when it comes to building low-coupled components. There ar...
Read More

Ninject – Getting Started, Resources, Basic Binding

This post will cover the information needed to get started with Ninject. By the end of this post, you will be able to use Ninject in your...
Read More

Introduction to AutoMapper

AutoMapper is an object-to-object mapper, which allows you to solve issues with mapping of the same properties in one object of one type ...
Read More

Deep Dive into ASP.NET MVC 4 - Part [1] - Introduction

ASP.NET MVC 4 is a framework for building scalable, standards-based web applicationsusing well-established design patterns and the power...
Read More

Thursday, November 22, 2012