Online Free Computer Tutorials.: Articles

'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 Articles. Show all posts
Showing posts with label Articles. Show all posts

Monday, August 17, 2015

Sunday, August 9, 2015

DEPENDENCY INJECTION IN ASP.NET VNEXT

Microsoft changed the way how dependency injection (DI) is done in ASP.NET vNext. In previous versions of ASP.NET there were different en...
Read More

Saturday, July 27, 2013

Monday, June 3, 2013

4 Top Alternatives to YouTube for Sharing Videos

YouTube is the largest video sharing platform of the Internet world but for several reasons, a huge number of Internet users search for Y...
Read More

RadOutlookBar for WPF

RadOutlookBar for WPF Introduction This article demonstrates one of interesting and most useful concept in Telerik Rad Controls for WPF Q...
Read More

Build Async Services with ASP.NET Web API and Entity Framework 6

If you are building web services that interact with a database, chances are they are not written in a scalable fashion. Web services bas...
Read More

Dependency Injection / Inversion of Control–A Concrete Example-Roll your own

How exactly does Dependency Injection work? It seemed rather mysterious to me from the implementation point of view. Some people look at ...
Read More

Design pattern – Inversion of control and Dependency injection

In this section we will discuss about how IOC and DI can help us build loosely coupled software architecture. I am not sure should we cal...
Read More

Inversion of Control Containers and the Dependency Injection pattern

In the Java community there's been a rush of lightweight containers that help to assemble components from different projects into a c...
Read More

Sunday, June 2, 2013

The Onion Architecture

I've spoken several times about a specific type of architecture I call "Onion Architecture". I've found that it leads ...
Read More

Peeling Back the Onion Architecture

I recently started a consulting project as an architect on an ASP.NET MVC application and quickly found myself immersed in the world of N...
Read More

Keeping Windows 8 Tablets in Sync with SQL Server 2012

I'm pleased to announce that my newest book, "Keeping Windows 8 Tablets in Sync with SQL Server 2012," is now available for...
Read More

Thursday, May 30, 2013

Advanced Cucumber syntax

A background section in a feature file allows you to specify a set of steps that are common to every scenario in the file. Instead of hav...
Read More

Wednesday, May 29, 2013

VisualStudio Tip: Configure Code Analysis in Visual Studio

I like well-written code, and I especially like it when I've written it. But I don't always live up to my own expectations. So I&...
Read More

Windows 8 apps: Make your GridView parallactic

Few months ago I wrote a post about a way to apply a parallactic effect to a GridView. Given that I explained the meaning of the "pa...
Read More

How to set advanced properties for video recording in WP8

Windows Phone 8 provides a robust array of options for video recording, including CaptureSource, VideoCaptureDevice, and AudioVideoCaptur...
Read More

How to get the Unique Device ID in WP8 using Oxygene?

In Windows Phone 8, you can easily get the Unique Device ID using the DeviceExtendedProperties.GetValue or DeviceExtendedProperties.TryGe...
Read More