Welcome to Bangladesh Microsoft Technology Community Sign in | Join | Help

Thursday, November 23, 2006 - Posts

Asp.Net Performance: Use explicit cast instead of using Eval

I have come through lots of examples in the web using DataBinder.Eval but if we go and see whats happening under the hood, we will find Eval uses reflection to evaluate argument passed. <ItemTemplate><div><%# DataBinder.Eval(Container.DataItem,"myfield")
posted by Shahed | 0 Comments

Asp.Net Tools for Developers

Fiddler HTTP DebuggerHTTP debugging proxy Lutz Roeder's .NET Reflector.NET assembly browser, explorer, analyser and decompiler FxCop.NET best-practice code analyser C# Snippet CompilerLightweight C# code snippet compiler Sysinternals DebugViewMonitors
posted by Shahed | 0 Comments