Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Gizmox released Visual WebGui SDK version 6.2.1

    Gizmox announces the release of version 6.2.1 of its SDK. The Visual Webgui SDK now incorporates both the DHTML and the Silverlight and enables to work with both .NET 2.0 and 3.5 on the same machine. In addition, the new release includes the new wrapper feature announced earlier . Here is a more detailed...
    Posted to Visual WebGui (Weblog) by Visual WebGui on 11-17-2008, 12:00 AM
    Filed under: AJAX, Windows Forms, ASP.NET, C#, Silverlight, Web Services, Visual Studio, .NET, community news, .NET FAQ, General Software Development
  • SilverLight Text Formatting

    There are scenarios when you want to Format the bound string value for example you want to display the long names as nadeemIq... or display a different value based on the bound string value & get back the original value. So here is IValueConverter interface which is used to achieve such scenarios...
    Posted to NadeemIqbal's Blog (Weblog) by niqbal on 10-27-2008, 12:00 AM
    Filed under: Windows Forms, C#, .NET, .NET FAQ, CLR, WPF, SilverLight
  • dotNETwork 7th: Design Patterns Via C# 3.0 Slides and Demos

    Design Patterns Via C# 3.0 View SlideShare presentation or Upload your own. (tags: design patterns ) Yesterday was my 2 part session about Design Patterns as part of dotNETwork 7th gathering . Thank you all guys for being there, There was so much interesting stuff about the audience. The conversation...
    Posted to Guru Stop (Weblog) by Mohamed Meligy on 09-01-2008, 12:00 AM
    Filed under: OOP, C#, Patterns, dotNETwork, Local Events, .NET FAQ, .NET
  • Customizing DataGridView

    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
  • 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 .NET Brisbane, Australia (Weblog) by superedge on 05-02-2008, 12:00 AM
    Filed under: asp.net, .net, general software development, 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 .NET Brisbane, Australia (Weblog) by superedge on 03-11-2008, 12:00 AM
    Filed under: .net, general software development, c#, .net faq
  • .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 .NET Brisbane, Australia (Weblog) by superedge on 03-08-2008, 12:00 AM
    Filed under: .net, c#, .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
  • 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
  • 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
Page 1 of 4 (37 items) 1 2 3 4 Next >