Tagged Questions

2
votes
2answers
110 views

How to get the webpage source code using C#

ok. I know about the WebRequest and the WebResponse objects. The problem is that i do not really want to get the source code of the webpage, i only want to check to see if the link exists or not. …
3
votes
1answer
81 views

Sourcecode with a license in header

What are the benefits and goals of having a license commment in the header of the source file? Why are you adding a license header to your source code?
0
votes
1answer
33 views

Subsonic3 SourceCode

Hi, How can i get the SubSonic 3.0.0.3 source code.
2
votes
1answer
112 views

C# sourcecode Search

Duplicate: this is a duplicate of How can I index our internal source code?. Please vote to close it as a duplicate, and direct answers at the original question. I must find a way to research in …
2
votes
4answers
118 views

google or other search engine’s SQL code (or other DB-specific code)

Has someone seen the actual SQL ( or bigtable or whatever ) code that actually makes the search in some major search engine like google, yahoo, etc? I'm just curious. (please don't close, let me …
2
votes
6answers
156 views

Pros and cons of various online code sharing sites

BACKGROUND: In order to learn C#, I have spent the last year converting the source code of SQLite from C to C#. As of the current version 3.6.16, it is now ready to release in the wild. I don't …