Skip to main content

Home/ General Development In DotNet/ Contents contributed and discussions participated by Jacques Bosch

Contents contributed and discussions participated by Jacques Bosch

Jacques Bosch

Caching Tutorial for Web Authors and Webmasters - 0 views

shared by Jacques Bosch on 11 Jan 11 - Cached
  •  
    "This is an informational document. Although technical in nature, it attempts to make the concepts involved understandable and applicable in real-world situations. Because of this, some aspects of the material are simplified or omitted, for the sake of clarity. If you are interested in the minutia of the subject, please explore the References and Further Information at the end."
Jacques Bosch

In Recovery... | How do checkpoints work and what gets logged - 0 views

  •  
    " This is a blog post I've been meaning to do for a while, and I've recently noticed some info on the web about checkpoints which is a little misleading, so I want to do a quick post to explain how checkpoints work as far as log records are concerned. "
Jacques Bosch

Bug fix - Application restarts on directory delete in ASP.net - Aaron Blake's Blog - 0 views

  •  
    "If a directory within an ASP.net website is deleted while the site is running, this causes the whole site to reboot, loosing any session data and logging out users."
Jacques Bosch

Finding out the current trust level in ASP.NET - dmitryr's blog - Site Home - MSDN Blogs - 0 views

  •  
    "Here is a sample code that returns the current trust level, assuming this code (or the calling code up the stack), is not loaded from GAC:"
Jacques Bosch

.NET Cheat Sheets « John Sheehan : Blog - 0 views

  •  
    Very handy quick references!
Jacques Bosch

Wicked Code: Asynchronous Pages in ASP.NET 2.0 - 0 views

  •  
    "When ASP.NET receives a request for a page, it grabs a thread from a thread pool and assigns that request to the thread. A normal, or synchronous, page holds onto the thread for the duration of the request, preventing the thread from being used to process other requests. If a synchronous request becomes I/O bound-for example, if it calls out to a remote Web service or queries a remote database and waits for the call to come back-then the thread assigned to the request is stuck doing nothing until the call returns. That impedes scalability because the thread pool has a finite number of threads available. If all request-processing threads are blocked waiting for I/O operations to complete, additional requests get queued up waiting for threads to be free. At best, throughput decreases because requests wait longer to be processed. At worst, the queue fills up and ASP.NET fails subsequent requests with 503 "Server Unavailable" errors."
Jacques Bosch

InfoQ: Estimation Toolkit - 0 views

  •  
    "No matter what kind of software you write, no matter what size company you work for, you probably have to provide estimates to someone. They may want to know how long the effort will take or how much it will cost. But no matter how you slice it, estimation is critical skill and essential to the success of any software development effort of any size or consequence."
Jacques Bosch

InfoQ: Doing Kanban Wrong - 0 views

  •  
    "Kanban is becoming very popular for a lot of great reasons. However, the more people who try it means the more people who will do it completely wrong then blame Kanban for their mistakes and project failures. Like countless tools before it Kanban will suffer the blame of many for their own mistakes. Here are a few ways my teams and I have attempted to give Kanban a bad name, hopefully these examples will keep you from falling into similar traps."
Jacques Bosch

Firebug Command Line API - FirebugWiki - 0 views

  •  
    "The Firebug command line provides these special functions for your convenience:"
Jacques Bosch

NHibernate vs. Entity Framework 4.0 - 0 views

  •  
    "This is a question that I get very frequently, and I always tried to dodged the bullet, but I get it so much that I feel that I have to provide an answer. Obviously, I am (not so) slightly biased toward NHibernate, so while you read it, please keep it in mind. EF 4.0 has done a lot to handle the issues that were raised with the previous version of EF. Thinks like transparent lazy loading, POCO classes, code only, etc. EF 4.0 is a much nicer than EF 1.0. The problem is that it is still a very young product, and the changes that were added only touched the surface. I already talked about some of my problems with the POCO model in EF, so I won't repeat that, or my reservations with the Code Only model. But basically, the major problem that I have with those two is that there seems to be a wall between what experience of the community and what Microsoft is doing. Both of those features shows much of the same issues that we have run into with NHibernate and Fluent NHibernate. Issues that were addressed and resolved, but show up in the EF implementations."
Jacques Bosch

Why Defer Loading in Entity Framework isn't going to work - 0 views

  •  
    "When I finished reading this post I let out a heavy sigh. It is not going to work. Basically, the EF is going the same way that NHibernate was in NHibernate 1.0 (circa 2005!)."
Jacques Bosch

Class-Level Model Validation with EF Code First and ASP.NET MVC 3 10 December 2010 11:0... - 0 views

  •  
    "Class-Level Model Validation with EF Code First and ASP.NET MVC 3 10 December 2010 11:05 AM"
Jacques Bosch

Microsoft SQL Server 2008 Resource Governor primer - 0 views

  •  
    "Resource Governor is a new feature and one of the most anticipated management features in SQL Server 2008. It bolsters SQL Server performance by allowing DBAs to establish resource limits and priorities on processor and memory-related workloads and resource pools. By defining resource limits on resource consumption, it is possible to prioritize multiple workloads in order to ensure consistent performance and maximize the experience of the end users and the efficiency of the applications without degradation."
Jacques Bosch

Parameter Sniffing - 0 views

  •  
    "If a SQL query has parameters, SQL Server creates an execution plan tailored to them to improve performance, via a process called 'parameter sniffing'. This plan is stored and reused since it is usually the best execution plan. Just occasionally, it isn't, and you can then hit performance problems, as Greg Larsen explains."
Jacques Bosch

The Joel on Software Discussion Group (CLOSED) - Work space quality references - 0 views

  •  
    " This post is a summary of and collection of links to information about the quality of workspace provided to software developers. Perhaps it can be useful to other software developers in a position to influence managers or may someday be in a position to make decisions about workspace design themselves."
Jacques Bosch

7 Brand New Impressive Javascript Experiments - 1 views

  •  
    " We have got new chrome experiments to showcase again! Always look forward for this post to show you what have been happening in HTML 5 and javascript development. Make sure you check out each of the experiment here, pretty sure they will blow you away! "
Jacques Bosch

Introducing NuGet Package Manager - 0 views

  •  
    "NuGet (recently renamed from NuPack) is a free open source developer focused package manager intent on simplifying the process of incorporating third party libraries into a .NET application during development. "
Jacques Bosch

Apache ActiveMQ -- Index - 0 views

  •  
    "Welcome to the Apache NMS project, the .NET Messaging API. This allows you to build .NET applications in C#, VB, or any other .NET language, using a single API to connect to multiple different providers."
Jacques Bosch

Quartz.NET - Enterprise Job Scheduler for .NET Platform - 1 views

  •  
    "Quartz.NET is a port of very propular open source Java job scheduling framework, Quartz . This project owes very much to original Java project, it's father James House and the project contributors. Quartz.NET is a pure .NET library written in C# which currently targets Framework version 1.1 and above. Quartz.NET is feature-wise equal to Quartz Java 1.6 excluding Java specifics. Quartz.NET is already running in production systems and has received good feedback. "
Jacques Bosch

NHibernate IPreUpdateEventListener & IPreInsertEventListener - 0 views

  •  
    "NHibernate's listeners architecture bring with it a lot of power to the game, but understanding how to use it some of the listeners properly may require some additional knowledge. In this post, I want to talk specifically about the pre update hooks that NHibernate provides."
« First ‹ Previous 121 - 140 of 150 Next ›
Showing 20 items per page