Tagged Questions
2
votes
1answer
490 views
Getting URLs from search results
After 1 months research I basically give up on getting all URL's from a search results programmatically,
I looked at Google Search API to find a way to get millions of search results "URL's" to be ...
6
votes
2answers
299 views
Idea for a domain specific language or DLR port?
I have my undergraduate final year project coming up and am very interested in lexers, parsers, compilers and so on. I would like to use the DLR (.NET 4.0 dynamic language runtime) for my ...
65
votes
16answers
6k views
Do the young minds need to learn the pointer concepts?
Why did the C master Dennis Ritchie introduce pointers in C? And why did the other programming languages like VB.NET or Java or C# eliminate them? I have found some points in Google, and I want to ...
11
votes
8answers
505 views
Can anyone suggest a project for me write to help me understand threading
I am currently a C# developer with a pretty shaky understanding of threading.
Both of these links have been suggested in other posts:
http://www.yoda.arachsys.com/csharp/threads/
...