ASP.NET Web Pages With Visual Studio 2012
This article is about ASP.Net web pages that are a combination of HTML, C# and Razor syntax which produces dynamic web pages. They are not ASP.Net Web Forms because we can't use any ASP.Net server-side...
View ArticleEnable or Disable Limit Profile Size in Windows 8
This article explains how to enable or disable Limit Profile Size in Windows 8.
View ArticleSpeed up Internet Explorer 10 in Windows 8
Internet Explorer is more than just a browser. It is one of the most popular web browsers today and was released in 1995. But sometimes it may encounter errors indicating that Internet Explorer needs...
View ArticleUnloading Assemblies in C#
If you've created an Application Domain and want to unload all the assemblies loaded within,there is no way to unload Assembly themselves.But you can unload Application Domain you've just created.
View ArticleSoapFormatter in C#
SOAPFormatter implements IFormatter interface which has 2 functions named Serialize and Deserialize to do the job for you.
View ArticleFile creation time in C#
The CreationTime property returns the DateTime when a file was creaed. The following code snippet returns the creation time of a file.
View ArticleSpring Tutorial: Chapter 1
In the first chapter we will look at how to write your first Java Spring based class. The theme of our application we are going to write in this series will be a "Popular Talent Show", so our talent...
View ArticleCreating the Registration Form in ASP.NET MVC 3 Using Razor View
In this article I will explain how to create a registration form using a Razor view in MVC 3.
View ArticleOpen command prompt in Windows 8
Command prompt is very useful for us developers to run quick applications and commands.
View ArticleC# 3.0 - Object Initializers, Collection Intializers, Anonymous Classes
In this article we will discuss some of the very useful features introduced in C# 3.0
View ArticleSite Action Menu in SharePoint 2010 Programmatically Using VS 2012
Today, in this article let's play around with one of the interesting and most useful concepts in SharePoint 2010.
View ArticleCreating a View Programmatically in SQL Server 2012
In this article, we will see how to create a view programmatically in SQL Server 2012.
View ArticleData Types in JSON
JSON (JavaScript Object Notation) is an open and text-based data exchange format. In other words it is a text format for the serialization of structured data. It is derived from object literals of...
View ArticleCreate HTML Report on Facebook Urls Using PowerShell
In this article we can explore addition of a custom User Profile Property and generating a report based on it. The challenge here is that the report generation should be done with PowerShell as it is...
View ArticleCSS Properties in HTML : Level-1
The CSS clear property is used to clear space for an element that has preceding elements that use the float property.
View ArticleCall Application In Windows Phone 7
This article will show how to call a phone number in Windows Phone 7. For this use the following instructions.
View ArticleCount(All) vs Count(Distinct) in SQL Server 2012
In this article, you will see the SQL aggregate function Count in two forms, Count(All) and Count(Distinct) in SQL Server.
View ArticleParallel LINQ in C#
Today, in this article let's play around with one of the interesting and most useful concepts in C# with LINQ.
View ArticleControls to Design Windows Store Apps
In my last article we saw the basic hello world Windows Store application. In that article we only changed the page title to display hello world.
View Article