Category Archives: .NET

PHPHOST BLOG

Web Hosting Related Articles You May Need

Real Developers never start a Project without Source Control, Period! Mercurial on BitBucket

Real developers never start a project without source control, period! So, today I am going to walk you through the steps to use www.bitbucket.org’s Mercurial (Hg) repository.

Disclaimer: BitBucket has not sponsored this article, you can use any… Continue reading

Posted in .NET, Syndicated, Tools | Leave a comment

Most Popular .NET, jQuery and Web Development articles in 2011

With 2012 fast approaching and 2011 drawing to an end, we’ve put together our list of the Most Popular .NET articles on DevCurry.com this year. The year 2011 featured articles on DevCurry covering many technologies like jQuery, HTML 5, ASP.NET, MVC, S… Continue reading

Posted in .NET, ASP.Net, ASP.NET MVC, CSS, HTML 5, JavaScript, jQuery, Link List, Silverlight, Syndicated | Leave a comment

SQL Server for .NET Programmers

As a programmer who has been developing data oriented .NET applications on SQL Server for over a decade now, I have become a strong believer of the fact that a programmer’s knowledge is incomplete, without having knowledge of the database and network… Continue reading

Posted in .NET, Free Learning, Syndicated | Leave a comment

SQL Server for .NET Programmers

As a programmer who has been developing data oriented .NET applications on SQL Server for over a decade now, I have become a strong believer of the fact that a programmer’s knowledge is incomplete, without having knowledge of the database and network… Continue reading

Posted in .NET, Free Learning, Syndicated | Leave a comment

Parallel Running Task Window in Visual Studio 2010

Visual Studio 2010 has provided lots of facilities for developers writing applications targeting various .NET versions. The .NET 4.0 Framework has introduced task parallel library using which you can write code which makes use of the available cores on… Continue reading

Posted in .NET, Syndicated, Visual Studio | Leave a comment

Parallel Running Task Window in Visual Studio 2010

Visual Studio 2010 has provided lots of facilities for developers writing applications targeting various .NET versions. The .NET 4.0 Framework has introduced task parallel library using which you can write code which makes use of the available cores on… Continue reading

Posted in .NET, Syndicated, Visual Studio | Leave a comment

Which .NET Attributes are my Assemblies Using?

An attribute describes a characteristic of some elements (classes, methods, fields) of a .NET program. Once associated with a program entity, the attribute can be queried at run time and used in any number of ways. In this post, we will learn how to li… Continue reading

Posted in .NET, C#, Syndicated | Leave a comment

Which .NET Attributes are my Assemblies Using?

An attribute describes a characteristic of some elements (classes, methods, fields) of a .NET program. Once associated with a program entity, the attribute can be queried at run time and used in any number of ways. In this post, we will learn how to li… Continue reading

Posted in .NET, C#, Syndicated | Leave a comment

.NET Framework 4 Reliability Update 1

Microsoft has released a Reliability Update 1 for the Microsoft .NET Framework 4 to fix some stability, reliability, and performance issues in the Microsoft .NET Framework 4.

Some of the 14 issues that are fixed are as follows:
If the locale is not In… Continue reading

Posted in .NET, Syndicated | Leave a comment

.NET Framework 4 Reliability Update 1

Microsoft has released a Reliability Update 1 for the Microsoft .NET Framework 4 to fix some stability, reliability, and performance issues in the Microsoft .NET Framework 4.

Some of the 14 issues that are fixed are as follows:
If the locale is not In… Continue reading

Posted in .NET, Syndicated | Leave a comment