.Net Interview Questions and Answers

Search:

.NET interview questions: - How does .NET Framework 4 differ from .NET Framework 4 Client Profile?

By : Shiv Prasad Koirala | Sep 22nd, 2011 | Views : 308 | Comments : 0 Bookmark and Share

.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

 

 
Rate this Article :
1 Star
2 Stars
3 Stars
4 Stars
5 Stars
0 1 1 2 1
 
 
Comments

Write a Comment

All fields marked with * are mandatory

f0b3a

 

 

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

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

.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

.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

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

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

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

.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

.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

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

Article Categories