1.Which folders are created when the application created in dotnet?
Sol.
For windows application
1.application name folder
-->application name folder
bin, obj, propeties, Form1.cs, Form1.Designer.cs, program.cs.
bin(debug(.exe))
obj(Debug(TempPE))
properties(AssemblyInfo.cs, Resource.Designer.cs, Resources.resx, Settings.Designer.cs)
--> .sln
-->.suo
For WebApplication
-->WebSite1
-->App_Data
-->Default.aspx
-->Default.aspx.cs
-->Web.config

No comments:
Post a Comment