Browse by Tags
All Tags »
Asp.Net (
RSS)
Introduction A while ago there was quite the discussion about what the differences where between VB.NET and C# and what people should use. After a while it seems that most things where said and it became clear that the C# camp had the most zealous advocates...
First a pre requisite: You need to have asp.net Ajax installed. Get it at: http://ajax.asp.net Then we need to set up the database, there are some scripts included with the startersite. These are located in: SubSonicStarter\App_Data\Scripts To be able...
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:...
Information_schema is a part of the information stored in the database and is the preferred gateway to this information. It's a sql 92 standard, which means that it's supposed to be standard but every database is bound to have it's own implementation...
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...
Rob Howard is doing a series of video blog items ... Below are the links to the videos, they look to me quite inspiractional... Tips & Tricks #1 - Inline Editing and Content Parts (very cool features shown off here, that many people don't know about...
Anthem.Net v1.0 has just been released a while back. For those of you who are using Ajax.Net Pro. You might want to have a look at this: http://sourceforge.net/projects/anthem-dot-net
In-Place Editing with Atlas Behaviors This post demonstrates a custom Atlas script component and associated extender control to enable in-place editing (i.e., Labels that morph into TextBoxes upon focus in an AJAXish manner). Source code included... http...
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...
More Posts
Next page »