Tagged Questions
1
vote
1answer
244 views
The Jitter (the just-in-time compiler) in ASP.NET [closed]
I know that C# gets compiled to an IL then after that to a machine code depending on the machine using just-in-time compiler. My question will go to ASP.NET. Is it the same?
Does it require 3 steps? ...
2
votes
1answer
477 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 ...
2
votes
1answer
424 views
c# Web Content Filter
Can anyone point me to any GOOD open source .NET parental web content filters? I would like to gain an understanding of how I can filter/block web traffic based on Url and/or keyword.
I've looked on ...