Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • إصدارة أولية من ASP.NET Dynamic Data أصبحت متوفرة

    قبل بضعة أشهر قمنا بإصدار امتدادات العرض لـ ASP.Net 3.5 التي احتوت مجموعة من المزايا الجديدة التي سوف يتم إصداراها فيما بعد خلال هذه السنة (تطويرات على ASP.NET AJAX ،ASP.NET MVC،دعم لـASP.NET SilverLight، و ASP.NET Dynamic Data ) الـ دعم ASP.NET Dynamic Data خلال الإصدارة الأولية تلكقد  قدمت نظرة...
    Posted to Scott Guthrie's Blog in Arabic (Weblog) by IsToFix on 04-19-2008, 12:00 AM
    Filed under: Data, LINQ, ِASP.Net, .NET
  • ASP.NET Dynamic Data Preview Available

    A few months ago we released an ASP.NET 3.5 Extensions Preview that contained a bunch of new features that will be shipping later this year (including ASP.NET AJAX Improvements, ASP.NET MVC, ASP.NET Silverlight Support, and ASP.NET Dynamic Data). The ASP.NET Dynamic Data support within that preview provided...
    Posted to ScottGu's Blog (Weblog) by ScottGu on 04-10-2008, 12:00 AM
    Filed under: ASP.NET, .NET, LINQ, Data
  • New ASP.NET Dynamic Data Support

    The ASP.NET 3.5 Extensions CTP we shipped this past weekend contains a bunch of great new features. One of the cool new features is something we call "ASP.NET Dynamic Data Support".  In a nutshell this enables you to really quickly build data driven web-sites that work against a LINQ to...
    Posted to ScottGu's Blog (Weblog) by ScottGu on 12-14-2007, 12:00 AM
    Filed under: ASP.NET, .NET, LINQ, Data
  • LINQ to SQL (Part 9 - Using a Custom LINQ Expression with the <asp:LinqDatasource> control)

    Over the last few weeks I've been writing a series of blog posts that cover LINQ to SQL. LINQ to SQL is a built-in O/RM (object relational mapper) that ships in the .NET Framework 3.5 release, and which enables you to model relational databases using .NET classes. You can use LINQ expressions to query...
    Posted to ScottGu's Blog (Weblog) by ScottGu on 09-07-2007, 12:00 AM
    Filed under: ASP.NET, .NET, LINQ, Data
  • LINQ to SQL (Part 7 - Updating our Database using Stored Procedures)

    Over the last few weeks I've been writing a series of blog posts that cover LINQ to SQL. LINQ to SQL is a built-in O/RM (object relational mapper) that ships in the .NET Framework 3.5 release, and which enables you to model relational databases using .NET classes. You can use LINQ expressions to query...
    Posted to ScottGu's Blog (Weblog) by ScottGu on 08-23-2007, 12:00 AM
    Filed under: ASP.NET, Visual Studio, .NET, LINQ, Data
  • LINQ to SQL (Part 6 - Retrieving Data Using Stored Procedures)

    Over the last few weeks I've been writing a series of blog posts that cover LINQ to SQL. LINQ to SQL is a built-in O/RM (object relational mapper) that ships in the .NET Framework 3.5 release, and which enables you to model relational databases using .NET classes. You can use LINQ expressions to query...
    Posted to ScottGu's Blog (Weblog) by ScottGu on 08-16-2007, 12:00 AM
    Filed under: ASP.NET, .NET, LINQ, Data, SQL Server
  • The asp:ListView control (Part 1 - Building a Product Listing Page with Clean CSS UI)

    One of the new controls in ASP.NET 3.5 that I think will be very popular is the <asp:ListView> control. The ListView control supports the data editing, insertion, deleting, paging and sorting semantics of higher-level controls like the GridView. But - unlike the GridView - it provides you with...
    Posted to ScottGu's Blog (Weblog) by ScottGu on 08-10-2007, 12:00 AM
    Filed under: ASP.NET, Visual Studio, .NET, LINQ, Data
  • Great New ASP.NET 2.0 Data Tutorials Published

    Over the last year Scott Mitchell has written 75 awesome data access tutorials covering ASP.NET 2.0 and VS 2005. You can read all of them for free on the www.asp.net site (VB and C# versions are provided for each tutorial). Earlier this week we published the last 9 articles in the series : Scott Mitchell...
    Posted to ScottGu's Blog (Weblog) by ScottGu on 08-08-2007, 12:00 AM
    Filed under: ASP.NET, Visual Studio, .NET, LINQ, Data, SQL Server, Community News
  • Using LINQ to XML (and how to build a custom RSS Feed Reader with it)

    One of the big programming model improvements being made in .NET 3.5 is the work being done to make querying data a first class programming concept. We call this overall querying programming model "LINQ", which stands for .NET Language Integrated Query . LINQ supports a rich extensibility model that...
    Posted to ScottGu's Blog (Weblog) by ScottGu on 08-07-2007, 12:00 AM
    Filed under: ASP.NET, Visual Studio, .NET, LINQ, Data
  • LINQ to SQL Debug Visualizer

    Probably the biggest programming model improvement being made in .NET 3.5 is the work being done to make querying data a first class programming concept. We call this overall querying programming model "LINQ", which stands for .NET Language Integrated Query . Developers can use LINQ with any data source...
    Posted to ScottGu's Blog (Weblog) by ScottGu on 07-31-2007, 12:00 AM
    Filed under: ASP.NET, Visual Studio, .NET, LINQ, Data, SQL Server
Page 1 of 4 (36 items) 1 2 3 4 Next >