Browse by Tags

Related Posts

  • Clear Project List from Start Page

    Here is a nice tips to clear the Recent project list or File list from Visual Studio .Net Run--> RegEdit and navigate to HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\<your version>\ProjectMRUList delete unnecessary list. similarly for FileMRuList. Make sure not disturb other key from the...
    Posted to Suresh Behera (Weblog) by Suresh Behera on 05-31-2006, 12:00 AM
    Filed under: Commerce Server, Community News, Sharepoint, Mobile, WCF, Web Services, Windows Forms, AJAX, Vista, Visual Basic, Visual Studio, .NET FAQ, Atlas, Avalon, BCL, Biztalk, Orcas, General Software Development, IIS, Infocard, SQL Server, WinFX, WPF, WWF, C#, CLR, .Interview, .Net, Agile, Content Management Server, Crossbow, DotNet, ASP.NET
  • A realistic log4net config

    Most log4net config file examples show the simplest case. Here is a more realistic example of a production log4net config that uses multiple appenders. This comes from an ASP.NET application, but the same technique will work in a server or client application. This config sets up two appenders: The first...
    Posted to Ted Graham on .NET (Weblog) by Ted_Graham on 03-15-2007, 12:00 AM
    Filed under: .NET best practices, .NET, ASP.NET, General Software Development, C#, .NET FAQ, log4net
  • A realistic log4net config

    Most log4net config file examples show the simplest case. Here is a more realistic example of a production log4net config that uses multiple appenders. This comes from an ASP.NET application, but the same technique will work in a server or client application. This config sets up two appenders: The first...
    Posted to Ted Graham on .NET (Weblog) by Ted_Graham on 03-15-2007, 12:00 AM
    Filed under: .NET best practices, .NET, ASP.NET, General Software Development, C#, .NET FAQ, log4net
  • Clear Project List from Start Page

    Here is a nice tips to clear the Recent project list or File list from Visual Studio .Net Run--> RegEdit and navigate to HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\<your version>\ProjectMRUList delete unnecessary list. similarly for FileMRuList. Make sure not disturb other key from the...
    Posted to Suresh Behera (Weblog) by Suresh Behera on 05-31-2006, 12:00 AM
    Filed under: DotNet, .Net, .Interview, Avalon, C#, WPF, Atlas, Orcas, ASP.NET, WWF, BCL, Windows Forms, Commerce Server, Biztalk, Crossbow, Agile, AJAX, Visual Studio, IIS, WinFX, Visual Basic, Community News, General Software Development, .NET FAQ, Sharepoint, WCF, SQL Server, Content Management Server, Vista, Infocard, Web Services, CLR, Mobile
  • How to makeuse of IsPostPack Method inside UserControl?

    How to makeuse of IsPostPack Method inside UserControl? IsPostBack method will always be true inside user control. You can use following alternate method to by pass this isse protected override void OnLoad( EventArgs e) { base .OnLoad(e); if (!IsUserControlPostBack) { ///Write your code } } //Make ReadOnly...
    Posted to Suresh Behera (Weblog) by Suresh Behera on 09-26-2007, 12:00 AM
    Filed under: DotNet, .Net, C#, ASP.NET, .NET FAQ
  • Writing programming books

    Petzold writes an interesting blog on authoring programming books. I agree 100% with him, you do not do it for the money. I co-authored a book once and did not receive a dime, not one dime, for my efforts. In fact, I get paid more to do a technical book reviews for Addison Wesley then I did to author...
    Posted to Greg Robinson's Blog (Weblog) by gregarobinson on 10-09-2007, 12:00 AM
    Filed under: .NET, ASP.NET, General Software Development, .NET FAQ
  • Modern Analyst | Interview Questions for the Business Analyst and Systems Analyst

    This is very interesting post on subject of Technical Interview.This is very help full information for .Net Developer .     Interview Questions for Business Analysts and Systems Analysts Modern Analyst | Interview Questions for the Business Analyst and Systems Analyst     Suresh Behera
    Posted to Suresh Behera (Weblog) by Suresh Behera on 10-17-2007, 12:00 AM
    Filed under: .Net, .Interview, ASP.NET, .NET FAQ
  • DataTable filter on DateTime coloum

    I was surprise to know that 'DateTime.Parse' does not parse fractions of a second and this was messing up our Dataview filter.Here is nice tips from furum. The Select expression you are using uses DateTime.Parse internally. DateTime.Parse does not parse fractions of a second, even if you were to include...
    Posted to Suresh Behera (Weblog) by Suresh Behera on 12-18-2007, 12:00 AM
    Filed under: .Net, ASP.NET, .NET FAQ
  • Working with USB to Serial port adapter on .NET

    You can't solve a problem with the same kind of thinking that created it. — Albert Einstein (1879-1955) Yesterday I spent a lot of time trying to get a speed radar to work on my .NET application. Every test was giving us diferent results. We made hundreds of tests, but every time we thought we found...
    Posted to Matias Paterlini (Weblog) by paterlinimatias on 01-16-2008, 12:00 AM
    Filed under: WPF, Orcas, Team System, Vista, Infocard, Commerce Server, WinFX, .NET FAQ, Atlas, Web Services, Agile, CLR, Biztalk, BCL, WCF, Avalon, WWF, AJAX, General Software Development, Windows Forms, Content Management Server, ASP.NET, Visual Basic, C#, Sharepoint, Mobile, IIS, Community News, Crossbow, Visual Studio, .NET, SQL Server
  • List of Obsolete API in Dot Net framework 2.0

    Hi, Microsoft has come out with a list of APIs which have become obsolete in the .Net Framework 2.0. The same can be accessed from: .NET Framework V2.0 Obsolete API List . The list also contains alternate APIs that can be used for most of the obsolete APIs. In case there is no alternative suggested then...
    Posted to Vikram Lakhotia (Weblog) by vik20000in on 02-23-2008, 12:00 AM
    Filed under: .NET, ASP.NET, API, .NET FAQ
Page 1 of 2 (13 items) 1 2 Next >
Microsoft Communities