Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Linq to SQL: Delete an entity using Primary Key only

    Linq to Sql does not come with a function like .Delete(ID) which allows you to delete an entity using it’s primary key. You have to first get the object that you want to delete and then call .DeleteOnSubmit(obj) to queue it for delete. Then you have to call DataContext.SubmitChanges() to play the delete...
    Posted to Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5 (Weblog) by oazabir on 10-30-2008, 12:00 AM
    Filed under: performance, C#, LINQ
  • Interesting Finds: 2009.01.01~2009.01.07

    Web ASP.NET MVC with Mootools Transcript: Douglas Crockford — "Ajax Performance" - Slides - Video Regular Expression MapRoute With ASP.NET MVC QEvent 0.95 - a powerful tiny extensible standalone event library for elements and objects .NET Hello LINQ in .NET 2.0 Writing a simple Windows...
    Posted to gOODiDEA.NET (Weblog) by gOODiDEA on 01-06-2009, 12:00 AM
    Filed under: Mootools, .NET, Javascript, ASP.NET MVC, SQLServer, Performance, LINQ, Mono
  • Linq to Sql solve transaction deadlock and query timeout problems using uncommitted reads

    When your database tables start accumulating thousands of rows and many users start working on the same table concurrently, SELECT queries on the tables start producing lock contentions and transaction deadlocks. This is a common problem in any high volume website. As soon as you start getting several...
    Posted to Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5 (Weblog) by oazabir on 03-07-2009, 12:00 AM
    Filed under: .net, asp.net, performance, SQL server, C#, LINQ
  • Interesting Finds: 2009 03.04~03.09

    .NET ASP.NET Routing performance compare to HttpHandler LINQ on Objects Performance Why My ASP.NET Application's Performance Is Less Than Optimal? Building a WeakReference Hashtable Locks and exceptions do not mix A more usable API for a mutable thread safe collection ChineseSegment Web Can Your Website...
    Posted to gOODiDEA.NET (Weblog) by gOODiDEA on 03-08-2009, 12:00 AM
    Filed under: .NET, Game, WinDbg, Utility, Performance, LINQ, Silverlight, MSDN Mag
  • My first book - Building a Web 2.0 Portal with ASP.NET 3.5

    My first book " Building a Web 2.0 Portal with ASP.NET 3.5 " from O'Reilly is published and available in the stores. This book explains in detail the architecture design, development, test, deployment, performance and scalability challenges of my open source web portal http://dropthings.omaralzabir.com...
    Posted to Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5 (Weblog) by oazabir on 01-14-2008, 12:00 AM
    Filed under: .net, asp.net, ajax, javascript, performance, production, WWF, LINQ
  • .NET Framework 4.0: Comparing LINQ and PLINQ performance

    In one of my sessions I demonstrated how PLINQ uses two CPU-s instead of one and has better performance than non-parallel processing. In this posting I will introduce my experiment and show you my example results. In the end of this posting you can find source code that is ready for demonstration. I...
    Posted to Gunnar Peipman's ASP.NET blog (Weblog) by DigiMortal on 01-31-2010, 12:00 AM
    Filed under: .NET, LINQ, Parallel computing, Performance
  • Interesting links week #16

    Below a list of interesting links that I found this week: Frontend: CSS3 vs. CSS: A Speed Benchmark Facebook Open Graph META Tags CSS Stress Testing and Performance Profiling Development: C#/.NET Little Wonders: First() and Single() - Similar Yet Different C#/.NET Little Wonders: Any() and All() Marketing...
    Posted to Erwin's Blog (Weblog) by erwin21 on 04-27-2011, 12:00 AM
    Filed under: C#, .NET, SEO, LINQ, Interesting links, CSS, Performance, Analytics, Google, Facebook
  • Scaling ASP.NET websites from thousands to millions–LIDNUG

    Here’s the recent presentation made on LIDNUG on scaling ASP.NET websites from thousands to millions of users. Scaling ASP.NET websites from thousands to millions of users by Omar AL Zabir Here’re the slides. Scaling asp.net websites to millions of users
    Posted to Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5 (Weblog) by oazabir on 02-04-2012, 12:00 AM
    Filed under: asp.net, performance, production, LINQ, WCF, Web Services
Page 1 of 1 (8 items)