dwight0

Stories kicked by dwight0

Building an IoC container in 15 lines of code(ayende.com)

submitted by dwight0dwight0(25) 3 years, 8 months ago

It interesting to see how far an IoC container could be minimized. The result is 15 lines of significant code (ignoring blank lines or line with just curly braces). read more...

add a comment |category: |Views: 50

tags: another

Configuring and running ASP.NET 3.5 on Linux(blogs.microsoft.co.il)

submitted by tamirtamir(580) 3 years, 10 months ago

This article is about running, configuring and debugging ASP.NET and AJAX.NET on Linux machine with Mono read more...

add a comment |category: |Views: 968

tags: another

Why Does This Program Keep Crashing?(geekswithblogs.net)

submitted by senfosenfo(881) 4 years, 1 month ago

A lesson in factory methods and humor. Hope you enjoy. read more...

2 comments |category: |Views: 14

tags: another

Ever wanted to know when Google bot visits your site?(mycsharpcorner.com)

submitted by youseflayousefla(675) 5 years, 1 month ago

If you are monetizing your site with AdSense, one important piece of traffic you want to monitor, is when Google spider visits your site to crawl it. Or maybe you want to know if the Google robot ever comes to visit or not, and if it does, when, and how often does it crawl your site? Doing this in ASP.NET is very simple. read more...

add a comment |category: |Views: 8

tags: another