Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
can anybody tell me what does .sln file do exactly and wht it contains ? and what is the diffrence between .csproj and .sln file ?
anything in .NET is a solution! a solution contains one or more projects such as web project,win project, class library project etc. if you lose .sln file you can easily make a blank solution and add your existing projects to it ! ;)