Online Free Computer Tutorials.: .NET

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

Saturday, August 18, 2018

Monday, August 17, 2015

How To improve ASP.NET MVC Application Performance

A compiled list of possible sources of improvement are below: General Make use of a profiler to discover memory leaks and performa...
Read More

Which version of MVC am I using?

Open web.config file and find the System.Web.Mvc assembly definition: assembly="System.Web.Mvc, Version=3.0.0.0 ..." It...
Read More

Saturday, August 15, 2015

How to Run Visual Studio as Administrator by default

Using Advanced Properties section. This will allow you to always have the program run as an administrator when you open it. Windows 7...
Read More

WPF RichTextBox

The RichTextBox control allows you to view and edit text, paragraph, images, tables, other rich text format contents. The RichTextBox...
Read More

Thursday, August 13, 2015

.NET Design Patterns – A Fresh Look

.NET Design Patterns…. yes, there are several books and resources written on this topic. When it comes to Software Development, Design Pa...
Read More

The Web API Checklist — 43 Things To Think About When Designing, Testing, and Releasing your API

When you're designing, testing, or releasing a new Web API, you're building a new system on top of an existing complex and sophis...
Read More

MVC, AngularJS and WCF Rest Service For Master Detail Grid

This article shows how to create a Master and Detail Grid using AngularJS and WCF. In this article we will see: How to create a WCF Re...
Read More

Unit Testing with NBuilder and NSubstitute using either a FakeDBSet or a mock DbSet

In the previous blog post I showed how you can unit test with NBuilder and NSubstitute by using a FakeDbSet implementation. The thing is ...
Read More

Sunday, August 9, 2015

Saturday, July 27, 2013

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