Database
Archived Posts from this Category
Posted by Chris Alcock on 27 Jul 2021 | Tagged as: .NET, Database, Development, Morning Brew
Information
Comments Off on The Morning Brew #3282
Posted by Chris Alcock on 14 May 2013 | Tagged as: .NET, Database, Development, Morning Brew, SysAdmin
Update: A missing quote on one of todays links merged Ron Conery and Jeremy Miller’s links – corrected now, and thanks to Alistair and Daniel for letting me know.
Software
- SignalR/ReleaseNotes – The SignalR Team announce the release of SignalR 1.1, a release which includes significant improvements to the scale-out story, along with a healthy number of other bugfixes and improvements.
- Introducing Backbone.js StarterKit – Kazi Manzur Rashid shares three NuGet packages which provide a basis for Knockout based Single Page Applications, with code written in JavaScript, CoffeeScript or TypeScript.
Information
- Applying Conway’s Law – Phil Haack discusses Conway’s Law on software reflecting the organisational structure which created it, discussing his experiences at Microsoft and also how GitHub organise themselves.
- Spot the defect: rounding – Eric Lippert shares a seemingly very simple piece of code, with a subtle but significant bug, and challenges his readers to find the bug – the answer is in the comments, and will be the focus of a later blog post too.
- Troy Hunt: Clickjack attack – the hidden threat right in front of you – Troy Hunt discusses in detail the anatomy and security risks exposed by Clickjacking exploits, and looking at what you can do to protect your ASP.NET applications from such attacks.
- SQL Server Performance Crib Sheet – Grant Fritchey has an updated version of his SQL Server Performance Crib Sheet, detailing a goodly number of things that are well worth knowing if you have to manage SQL Server at any level.
- Knowing More Programming Languages Will Make You Smarter – Rob Conery discusses the benefits with learning new languages, both spoken and more specifically programming.
- Would I use RavenDb again? – Jeremy D Miller shares his thoughts and experiences of using RavenDB as a backend database for an application, discussing some of the benefits and some of the limitations that his team ran into during implementation
- New Contributor? Jump In! – Nik Molnar shares thoughts on Open source projects having a ‘Jump In’ list of easier issues ideal for someone looking to get involved with an Open Source project but unsure of what to start work with – a great idea, and certainly well worth maintaining from a project lead point of view – the OSS world can only be better off from more contributors.
2 Comments »
Posted by Chris Alcock on 24 Sep 2012 | Tagged as: .NET, ASP.NET, C#, COM Interop, Database, Development, Links, Morning Brew, SysAdmin
Software
- jQuery 1.8.2 Released – The jQuery Team announce the release of jQuery 1.8.2, a bugfix and performance regression fix release. As usual the files are available from the jQuery site, and should be making their way to the various content delivery networks.
- IE 9.0.10 Available via Windows Update – The Internet Explorer Team have released a high importance security patch for Internet Explorer 9 to address recently reported security issues. Additionally there is an update for Internet Explorer 10 to address a Adobe Flash issue.
Information
- New TaskCreationOptions and TaskContinuationOptions in .NET 4.5 – Stephen Toub discusses soem new options introduced to help further control the creation and continuation of tasks in .NET 4.5, taking a look at the use of DenyChildAttach, HideScheduler, and LazyCancellation.
await is not ALWAYS your friend – (Looks like the author has removed this post on MSDN, but it can be found here – thanks to @westleyl for letting me know) Julien Dollon discusses how, as with all things, you should use async/await in a responsible fashion to avoid harming your applications performance.
- Adding NuGet Support to F# Interactive in VS2012 – Daniel Mohl follows up the technique for getting NuGet support in Visual Studio 2010’s F# Interactive window with a look at achieving the same in Visual Studio 2012
- The F# 3.0 Freebase Type Provider Sample – Integrating Internet-Scale Data Sources into a Strongly Typed Language – Don Syme highlights a new F# 3.0 Sample Pack Sample which implements a Freebase Type provider in F#, and highlights an academic research paper which discusses the background on working with this entity graph model.
- An Introduction To F# Type Providers – F# tutorial – Keith Battocchi discusses the new Type Provider feature in F# 3.0, looking at what they are, and how they are implemented and used.
- ASP.NET 4.5 ScriptManager Improvements in WebForms – Pranav Rastogi discusses some of the key improvements to the Script Manager in .NET 4.5 WebForms, looking at the improved jQuery support, Remapping of Framework scripts, and script manager registration.
- .Net CLR Injection : Modify IL Codes on Run-time – Jerry Wang takes a look at manipulating .NET IL at runtime to provide injection capabilities
- IlPad – icemanind shares a neat looking utility for taking C# and compiling it to IL, providing a useful reference for dynamic compiling (and decompiling to IL), and also a way of learning more about the IL that underpins language constructs.
2 Comments »