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
  • How to convince developers and management to use automated unit test for AJAX websites

    Everyone agrees that unit testing is a good thing, we should all write unit tests. We read articles and blogs to keep us up-to-date on what’s going on in the unit test world so that we can sound cool talking to peers at lunch. But when we really sit down and try to write unit tests ourselves – “Naaah...
    Posted to Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5 (Weblog) by oazabir on 10-27-2008, 12:00 AM
    Filed under: ajax, General Software Development, unit test
  • Page.GetPostBackEventReference Method

    Page.GetPostBackEventReference returns a string that can be used in a client event to cause postback to the server. The reference string is defined by the specified Control object ex: Page.GetPostBackEventReference(Control) This will allow adding postback to any HTML Element. It is very helpful in case...
    Posted to Diaa Arfan (Weblog) by Diaa.Arfan on 08-29-2008, 12:00 AM
    Filed under: Javascript OOP, General Software Development, C#, .NET, AJAX, ASP.NET
  • New Article: AJAX Panels with ASP.NET MVC

    There are a few blog posts out there mentioning that there is AJAX support in MVC Preview 4, but there's not a lot of "here is a real benefit to you" posts out there. So, I just finished writing this article: AJAX Panels with ASP.NET MVC - which shows concrete benefits and how to impliment it with MVC...
    Posted to Timothy Khouri - SingingEels.com (Weblog) by Nullable on 07-22-2008, 12:00 AM
    Filed under: General Software Development, ASP.NET, Community News, AJAX, MVC
  • Resisting Javascript

    As web application developers, we are bound by the primary tools of our trade: (X)HTML, CSS, and Javascript. There are indeed others (Silverlight and Flash come to mind), but these are the general underpinnings of web content delivery. If we take a look over the past and current offerings that Microsoft...
    Posted to Live Well...Learn Often...Love Code (Weblog) by mjyeaney on 07-16-2008, 12:00 AM
    Filed under: AJAX, General Software Development, ASP.NET
  • Any bets on whether or not JavaScriptSerializer will really be obsolete?

    Anyone who does a bit AJAXy goodness knows that it's nice and easy to transport simple objects and arrays back and forth to your server as JSON pieces. And hey, if you're doing it right, trying not to be uber chatty and keep it all zippy, you probably aren't doing anything that complex in terms of the...
    Posted to Jeff's Junk (Weblog) by Jeff on 07-09-2008, 12:00 AM
    Filed under: General Software Development, ASP.NET AJAX, AJAX
  • New Article: ADO.NET Data Services - AJAX Tree View

    I just finished an article on my favorite new topic, ADO.NET Data Services... There's not a sample download at the end (like their normally is) because of it being in beta, and I'm pretty tired, so it might not sound great... let me know what you think. Here's the URL: http://www.singingeels.com/Articles...
    Posted to Timothy Khouri - SingingEels.com (Weblog) by Nullable on 05-06-2008, 12:00 AM
    Filed under: General Software Development, ASP.NET, Community News, AJAX, ADO.NET
  • Great Question from MSFT Blogger - What Do You Think?

    I've been getting into ADO.NET Data Services (code name "Astoria"), and there is a great question about how you think it will be used the most... I said my peace, don't be shy! If you're the kind of person who complains after a launch that Microsoft is missing something, then now's your chance to give...
    Posted to Timothy Khouri - SingingEels.com (Weblog) by Nullable on 05-05-2008, 12:00 AM
    Filed under: General Software Development, Community News, AJAX, ADO.NET, Web Services
  • ADO.NET Data Services, Entity Framework, ASP.NET AJAX History, Dynamic Data, MVC, Silverlight

    Crazy title for a blog post? Maybe... but that's exactly what Jonathan Carter (and the Visual Studio & .NET Framework evangelism team at Microsoft) has just released a complete package training kit for. It has the following 6 hands on labs: ADO.NET Data Services ADO.NET Entity Framework ASP.NET AJAX...
    Posted to Timothy Khouri - SingingEels.com (Weblog) by Nullable on 04-16-2008, 12:00 AM
    Filed under: General Software Development, ASP.NET, Community News, AJAX, ADO.NET, Entity Framework, MVC
  • Introduction to Regular Expressions

    I think it is a very use full link and just thought to dump it in my blog.. Regular Expressions Explains the concept of regular expressions. Early Beginnings Explains the history of regular expressions. Uses for Regular Expressions Illustrates circumstances that would benefit from the use of regular...
    Posted to Suresh Behera (Weblog) by Suresh Behera on 03-06-2008, 12:00 AM
    Filed under: .Net, C#, ASP.NET, AJAX, General Software Development
Page 1 of 7 (62 items) 1 2 3 4 5 Next > ... Last »