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
  • 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
  • .NET Framework Naming Conventions and Styles

    The bosses are walking across the office as crazy, shouting, shaking papers, nervous...and they are everywhere. And they are asking for Tommy. Tommy is The Developer, and he has seen this scene before. He knows that another application will be delivered by Friday, and it must be ready for the users on...
    Posted to Brisbane-Australia (Weblog) by superedge on 03-08-2008, 12:00 AM
    Filed under: .net, c#, .net faq
  • SAFECode and Security Best Practices

    hi people, Do you remember the last time you have developed an application with absolutelly no worries about security ? when you could trust the user input? when you were not worried about sql injection attacks? string attacks? dropdown list modifications? You are right, (if you ever did this) probably...
    Posted to Brisbane-Australia (Weblog) by superedge on 03-11-2008, 12:00 AM
    Filed under: .net, general software development, c#, .net faq
  • File Upload and Canonical Issues

    Never trust the user input. The incoming data can be the source of many devils and a security flaw can be there just waiting for the right moment and the right person to break your application. After finishing my upload control I finally did the integration with the website. Now the users can select...
    Posted to Brisbane-Australia (Weblog) by superedge on 05-02-2008, 12:00 AM
    Filed under: asp.net, .net, general software development, c#, .net faq
  • Overriding/Customizing DataGridView Default Behavior

    You can customize the DataGridView to work the way you want. There are scenarios when default behavior of the DataGridView is not sufficient to fulfill the requirements. For example you want to override the behavior of DataGridView such that when i press enter key on a particular cell the cursor/focus...
    Posted to NadeemIqbal's Blog (Weblog) by niqbal on 07-01-2008, 12:00 AM
    Filed under: Windows Forms, C#, Visual Studio, .NET, .NET FAQ, CLR, DataGridView
Page 1 of 2 (15 items) 1 2 Next >