-
With integrating new technologies with .NET Framework 3.5 like Ajax Extension for instance the default web.config become very fat. why not having a designer generated code for the web.config in seprate file like it did with ASPX pages.
-
Microsoft Live Labs announce the new web coming technology Volta , which is a set of developer tools that in plain English work as MSIL re-compiler to cross-browser compliant JavaScript . The Volta technology preview is a developer toolset that enables you to build multi-tier web applications by applying...
-
If you are lucky enough to not work with web project in VS 2003 don't read on. i have a massive amount of time trying to figure how to open a web project written in .NET 1.1/VS 2003 on another machine on couple of XP machines every time i got error and try to hack into it to get another one, all...
-
Those are a subset of Hanselman's tool list , those are very helpful during my daily job... so i thought i share with you.. to boost your productivity as well. Query Express - A light weight Query analyzer like application .NET Reflector - Amazing utility reflect over .NET Assemblies you can use...
-
Hours ago i had a chance to attend for one of my favorites speakers who always speak at Middle East Developer Conference, my list of great speaker include more world first class speaker.. which is a subject i will talk about more later. The speaker for today was Patric Haynds the CTO of CriticalSites...
-
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-bad-agile_27.html It makes me want to work at google...
-
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/View.aspx?ProjectName=actionpack
-
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: hello You will want to look at the following tutorial...
-
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 of it and will do things differently. Some of the...
-
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 and writing from excel . Other Ado.Net tutorials...
-
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: http://rubydotnet.sourceforge.net/ ( - 2003 ) http...
-
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 uses these elements to load multiple controls, each...
-
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://www.nikhilk.net/AtlasInPlaceEditSample.aspx...
-
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.Net port of Cassini with a lot of extra's built in...