|
Hi, I am new to .NET development.
Would you please let me know few best ASP.NET Websites for Sample Code / Code Projects?
Thank you & Regards.
Shravya.
Answer Snippets (Read the full thread at stackoverflow):
Most questions here either have a code example in the answer or point to a useful code example..
Asp.net
http://www.codeplex.com
CodePlex is Microsoft's open source project hosting web site of the best resources there is.
|
|
Is there an easy way to count the lines of code you have written for your django project?
Edit: The shell stuff is cool, but how about on Windows?
Started by Joe on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
It can show you lines counts for actual code, comments, blank lines, etc..
But it supports Python.
|
|
It's possible to download old source code versions from open source projects. I want to learn from history. Maybe, more people in Stack Overflow want to learn from history too.
What open source projects do you know that made a transition from bad php ...
Started by Delirium tremens on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Why not jump into a cvs repository to see individual... .
You can watch code evolve over time using the checkins.
The best source of old code, however, is the source control tool.
You can usually find old releases posted on the download pages .
|
Ask your Facebook Friends
|
I have an ASP.net Web Site Project (.net 3.5). Currently all of the non-code behind code files (including Linq2Sql stuff, data contexts, business logic, extension methods, etc) are located in the App_Code folder.
I am interested in introducing Unit Testing...
Started by Yaakov Ellis on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
And as the OP stated it's also possible to move to a Web App project, which i would say is cleaner as well, your pages can stay in the wep app project, you will have them in 1 DLL (testable this is possible whilst still using ....
As well.
|
|
I have a project that I want to push to a Mercurial repository on Google Code.
I initialized a Mercurial project locally and checked in the code locally.
The only instructions I can find on the Google Code repository are for cloning:
hg clone https://...
Started by tent on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I still.
You google code has no changesets, so no heads, so you're going from zero to one.
Remote heads".
|
|
After I found out that there's no plugin for Simian in Maven 2 , we turned to CPD, but it doesn't perform as well as Simian (observed in our Ant projects that use both Simian and CPD). I know that developers in my team have been checking in redundant ...
Started by aberrant80 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I've not found any issues with the PMD CPD plugin, are you sure it is running on your code? Can you;/configuration> </plugin> </plugins>
The CloneDR finds duplicate code, both exact copies.
|
|
I have a project in a c++ solution. For that project, I have some config files that I would like to manage from within the project and when I build the project, have those config files added to the executable build path in the proper directory structure...
Started by scubabbl on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Solution Explorer, you can right-click on the non-code files, select "Properties" and set the "Copy.
|
|
I use log4net in just about every code project. I was wondering what other generally useful code projects are available?
Started by Al on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
Please, test your code!
I maintain a class library called SixPack
http://code.google.com/p.
|
|
I was wondering if source code released under the Code Project Open License is GPL compatible?
Started by Scott Whitlock on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Section 5.d of the Code Project Open License :
You agree not to sell, lease, or rent any part.
|
|
Visual Studio - Determining Lines No Of Lines of code in a project - is this possible in VS 2008?
Started by AJM on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Kindness,....
You can use Project Line Counters add-ins available from from Code Project -
Line Counter - Writing a Visual Studio 2005 & 2008 Add-In Project Line Counter Add-In v2.10 for VS.NET and VC6/lines of code etc.
|