Home ASP.NET.NET interview questions: - How does .NET Framework 4 differ from .NET Framework 4 Client Profile?
.NET interview questions: - How does .NET Framework 4 differ from .NET Framework 4 Client Profile?
.NET Framework 4 Client Profile: - The .NET Framework 4 Client Profile is a downsized version of .NET Framework 4 and is basically used when you want to create windows based applications and you do not want the complete framework to be installed.
Now, let’s see the features that are not included in the .NET Framework 4 Client Profile.
As it’s a downsized version following are not included in the .NET Framework 4 Client Profile as compared to the .NET Framework 4.
1. ASP.NET.
2. Advanced Windows Communication Foundation (WCF) Functionality.
3. .NET Framework Data Provider for Oracle.
4. MSBuild for Compiling.
Now, let’s see a small demonstration to understand it better manner and also prove the above points.
Step1: - create a new windows application for that just GoTo > File > New > Project > Windows > Select Windows Form Application like below diagrams.
Note: - In the above diagram you can see that I have target the framework as .NET Framework 4.
Now, let’s see that which framework is been assigned to your Windows Application by the visual studio for that just Right click on the Project Name > Go To > Properties. As soon as you click on properties a new window will open like below diagram.
In the above diagram you can clearly see that the Visual Studio selected the Framework as .NET Framework 4 Client Profile by default.
Now, let’s see what happens when we create a project on ASP.NET.
Create a new project of ASP.NET application for that just go to > File > New > Project > Web > Select ASP.NET Web Application like below diagrams.
Note: - In the above diagram you can see that I have target the framework as .NET Framework 4.
Similarly, let’s see that which framework is been assigned to your Windows Application by the visual studio for that just Right click on the Project Name > Go To > Properties. As soon as you click on properties a new window will open like below diagram.
Now, in the above diagram you can clearly see that the Visual Studio has selected the framework as .NET Framework 4.
The above difference proves that the .NET Framework 4 Client Profile does not include feature of ASP.NET.
Similarly, you can demonstrate simple to see the further differences between the .NET Framework 4 and .NET Framework 4 Client Profile.
Watch video on regular expression with practical demonstration as follows: -
Get more materials on .NET interview questions
Regards,
See more stuffs on author’s blog for .NET interview questions




Write a Comment
All fields marked with * are mandatory
ASP.NET interview questions: - Can you explain Method of Sorting GridViewcontrol in ASP.NET?
Sorting allow you to sort the GridViewcontrol data in Ascending or Descending order.... Read More
By : Shiv Prasad Koirala | Aug 4th, 2011 | ASP.NET
WCF Interview questions:- Which binding do we need to use for WCF REST?
In this article we will show Binding used for WCF REST. For more articles and videos visit us on www.questpond.com... Read More
By : Shiv Prasad Koirala | Nov 16th, 2011 | WCF
.NET interview questions: - Can you elaborate project life cycle?
In this article we will explain about project life cycle. For more articles and videos visit us on http://www.questpond.com/... Read More
By : Shiv Prasad Koirala | Jan 17th, 2012 | .Net
.NET interview questions: - How will you distinguish between ForeGround and BackGround Threading?
threading is a parallel processing unit and helps you to access multiple tasks at a one moment of time.... Read More
By : Shiv Prasad Koirala | Sep 27th, 2011 | ASP.NET
C# interview questions: - Explain anonymous methods in .NET?
n simple words Anonymous Methods means method which are coded inline or methods without method name.... Read More
By : Shiv Prasad Koirala | Aug 5th, 2011 | C#
ASP.NET interview questions: - Can you explain Method of Sorting GridViewcontrol in ASP.NET?
Sorting allow you to sort the GridViewcontrol data in Ascending or Descending order.... Read More
By : Shiv Prasad Koirala | Aug 4th, 2011 | ASP.NET
WCF Interview questions:- Which binding do we need to use for WCF REST?
In this article we will show Binding used for WCF REST. For more articles and videos visit us on www.questpond.com... Read More
By : Shiv Prasad Koirala | Nov 16th, 2011 | WCF
.NET interview questions: - Can you elaborate project life cycle?
In this article we will explain about project life cycle. For more articles and videos visit us on http://www.questpond.com/... Read More
By : Shiv Prasad Koirala | Jan 17th, 2012 | .Net
.NET interview questions: - How will you distinguish between ForeGround and BackGround Threading?
threading is a parallel processing unit and helps you to access multiple tasks at a one moment of time.... Read More
By : Shiv Prasad Koirala | Sep 27th, 2011 | ASP.NET
C# interview questions: - Explain anonymous methods in .NET?
n simple words Anonymous Methods means method which are coded inline or methods without method name.... Read More
By : Shiv Prasad Koirala | Aug 5th, 2011 | C#
Article Categories
YouTube Videos