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
  • 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
  • Reverse Enum Lookup

    Sometimes you may have the string name of an enumeration identifier, and want its enum type. For example, you write a enum identifier as a string to a file and want to read it back and obtain the original enumeration type. This takes place when you serialize a class to an XML file and deserialize it...
    Posted to Luciano Evaristo Guerche (Weblog) by Luciano Evaristo Guerche on 06-23-2004, 12:00 AM
    Filed under: .net, dotnet, framework, microsoft, c#, c sharp
  • Implementing Singleton in C#

    Interesting article I have just read about "Implementing Singleton in C#" http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpatterns/html/ImpSingletonInCsharp.asp Key topics covered: Static Initialization, Double-Check Locking, Multithreaded Singleton
    Posted to Luciano Evaristo Guerche (Weblog) by Luciano Evaristo Guerche on 06-16-2004, 12:00 AM
    Filed under: .net, dotnet, framework, microsoft, c#, c sharp
  • How to implement ReplaceAll in Java...

    Took a look at some snippets I wrote some time ago and found the code below. Hope my blog's readers enjoy it. It is not pure .Net code but can be converted to. package guerche.evaristo.luciano.samples public class ReplaceAllSample { public static void main(String[] args) { String searchFor; String...
    Posted to Luciano Evaristo Guerche (Weblog) by Luciano Evaristo Guerche on 03-07-2004, 12:00 AM
    Filed under: .net, dotnet, framework, microsoft, c#, c sharp
  • 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
  • Dissecting a C# Application: Inside SharpDevelop

    Dissecting a C# Application: Inside SharpDevelop: Dissecting a C# Application: Inside SharpDevelop is free at Apress [Via Eric Gunnerson ]
    Posted to Luciano Evaristo Guerche (Weblog) by Luciano Evaristo Guerche on 01-04-2005, 12:00 AM
    Filed under: .net, dotnet, framework, microsoft, c#, c sharp
Page 1 of 1 (7 items)
Microsoft Communities