Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Working with ADO.NET Data Services in AJAX

    Introduction If you haven't heard, we've shipped ASP.NET AJAX CodePlex Preview 3.  It's live and available here .  I'm really excited about this release because it includes client-side support for ADO.NET Data Services, replacing the AJAX Client Library for ADO.NET Data Services that we had...
    Posted to Jim Wang's Blog (Weblog) by Jim Wang on 11-05-2008, 12:00 AM
    Filed under: ADO.NET, ASP.NET, ASP.NET AJAX, AJAX CodePlex Preview 3
  • The PDC this year…

    Not sure how many people are planning on attending the PDC (Professional Developers Conference) this year, but it is going to be a fantastic conference. We announced some huge announcements on the PDC web site.  http://www.microsoftpdc.com/ We have Read More......( read more )
    Posted to iis (Weblog) by Anonymous on 09-29-2008, 12:00 AM
    Filed under: IIS7, IIS, ASP.NET, Vista, .NET, Ajax, Silverlight, Visual Studio, Windows, IE8, MVC, ADO.NET, Live Mesh, Mobile
  • Slow performance of a GridView inside an UpdatePanel

    Here is an interesting problem we ran into recently.  The customer had a large GridView that was being updated by AJAX inside on UpdatePanel and seeing bad performance. The reason is that the Client-Side Javascript has to walk the entire DOM of the Read More......( read more )
    Posted to iis (Weblog) by Anonymous on 09-15-2008, 12:00 AM
    Filed under: IIS, ASP.NET, Ajax, ADO.NET
  • 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
  • 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
  • Data Access and Data Binding for the new ASP.NET Developer

    Today I'm starting a new series of posts regarding Data Access methods and Data Binding with focus on the new developer. There are a multitude of ways to access data with ASP.NET and I will attempt to go through as many as I can, hopefully digging deep enough for you to get a solid understanding of the...
    Posted to Ryan Smith (Weblog) by ryansjedi on 04-11-2008, 12:00 AM
    Filed under: C#, .Net, Visual Basic, ADO.NET, ASP.NET
  • Link List: Language Topics, Data Service, jQuery,F#, Spec#, Specs Reading, etc...

    It all started with an email Mohamed Hossam (AKA, Bashmohandes) sent to SilverKey Tech. (the company I work for) local office here in Egypt, referring to the article " Foundations of Functional Programming - Part 1 - B# .NET Blog ". It inspired me to send few more language links: Linklist 03022008...
    Posted to Guru Stop (Weblog) by Mohamed Meligy on 02-04-2008, 12:00 AM
    Filed under: ASP.NET, C#, ADO.NET, Link List, F#
  • Entity Framework for Domain Model based Application Architectures

    I am sitting here listening to the MSDN Webcast: Framework Masterclass: LINQ to Entities and guess what. Patrick Lowendahl is there as well and beat me to it with the following remark. Question : Eilsa, if you want more feedback from DDD mvps you can drop me or my friend Jimmy (who wrote the second book...
    Posted to Paul Gielens:ThoughtsService (Weblog) by p.gielens on 09-24-2007, 12:00 AM
    Filed under: Books, ASP.NET, Community News, ADO.NET, Domain-Driven Design
  • Using ADO.NET in an N-Layer Application Architecture

    I'm teaching a C# programming course this week at Interface Technical Training and promised that I'd post some demo code that demonstrates how to segregate code into multiple layers (presentation, business, and data) while using ADO.NET. The code can be downloaded here . Awhile back I put together a...
    Posted to Dan Wahlin's WebLog (Weblog) by dwahlin on 09-20-2007, 12:00 AM
    Filed under: ASP.NET, .NET, ADO.NET
  • How To: Access Underlying Data of the ObjectDataSource

    A gentleman in my ASP.NET 2.0 class a while ago asked me how to access the underlying object used for the ObjectDataSource control. Suppose you have some code in App_Code like so: public class DataManager { public DataSet SelectDataSet() { // code that populates the dataset... DataSet ds = GetPopulatedDataSet...
    Posted to Palermo4 (Weblog) by Palermo4 on 08-02-2007, 12:00 AM
    Filed under: .net, asp.net, c#, code, ado.net
Page 1 of 7 (67 items) 1 2 3 4 5 Next > ... Last »