Browse by Tags
All Tags »
Asp.Net »
General (
RSS)
An article by Steve Yegge who I actually didn't know until he was included in a question session with some of the big names in the software industry a while back. A very good writer, anyway the article: http://steve-yegge.blogspot.com/2006/09/good-agile...
Watch this and be blown away as well: http://www.wekeroad.com/actionpackintro.html A DAL which creates classes for Stored procedures, tables etc. And all that is needed to set it up is a * in a file. Home of this DAL layer: http://www.codeplex.com/Wiki...
Aptana is a free / open source project built on the eclipse RDT environment. It's main focus is on javascript. For which it brings a nice code completion / information interface and delivers hints and code completion for: Javascript CSS and HTML There...
When looking at the following code: StringBuilder first = new StringBuilder(); StringBuilder second = first; first.Append ( "hello" ); first = null ; Console.WriteLine (second); What would you think the output would be ? If it is anything other then:...
Discusses common errors about: Caching and forms authentication View state and session state Profile property serialization Thread pool saturation Impersonation and profiling Keep Sites Running Smoothly By Avoiding These 10 Common ASP.NET Pitfalls
I've known for some time now that it's possible to use Ado.Net to read from Excel files, I didn't know it was also possible to write to them. At least I have found a workaround by using SQL server and registering Excel files as an external resource. Reading...
I'm hearing some people think: Ok cool that Ruby is happening and all that but we are a DotNet Community site. Very true, but there are quite a few links to the DotNet world going on and developing at quite a nice speed. The bridges available now are...
Microsoft says that, from now on, ActiveX control activation will require that, "when a web page uses the APPLET, EMBED, or OBJECT elements to load an ActiveX control, the control's user interface is blocked until the user activates it. If a page...
When your on Windows xp Home Edition you can't easily host websites with IIS. There are some alternatives the most well known is the cassini webserver, this has been enhanced a bit by various party's a good example of this is: xNetserver which is a VB...
Interesting development going on currently surrounding MySql every ones favorite sql 92 / ACID incompliant database. MySql AB has recently transfered the license of MySql from LPGL to PGL. For those not so well informed in what the difference is: "using...
I saw a good definition of Web 2.0 today through Curt Hibbs blog, from O'Reilly: Web 2.0 is the network as platform, spanning all connected devices; Web 2.0 applications are those that make the most of the intrinsic advantages of that platform: delivering...
In evaluating Ruby on Rails I have seen a very beautifull Ajax implementation. At least from the programmers perspective. No extra coding in javascript, easy and elegant to setup etc. When looking at the .Net equivalent, it doesn't seem very elegant,...
This is a great way to add search to a website, and it's so simple that you will probably love it. The code needed: string search = string .Format( "http://beta.search.msn.com/results.aspx?q=site%3yoursitehere.com+{0}&format=rss" , HttpUtility...
Scott van Vliet has made a MSN reference bot. To use this bot add: dotnetreference@hotmail.com To your MSN list. Afterwards you can query this bot with Namespaces where it will give references back. More details can be found on Scott's blog