Software as a Medical Device
Reynold GreenlawSoftware as a Medical Device (SaMD) is software intended to be used for one or more medical purposes without being part of a hardware medical device.
Software as a Medical Device (SaMD) is software intended to be used for one or more medical purposes without being part of a hardware medical device.
When building with Visual Studio, you sometimes need to install extensions that provide extra libraries or functionality for your apps.
DBA Julian Fletcher on the key points of good indexing practice in SQL Server.
The SQL Server Query Store feature provides you with insight on query plan choice and performance. It simplifies performance troubleshooting by helping you quickly find performance differences caused by query plan changes.
.NET Standard isn’t a framework or library: it’s a set of APIs that a platform has to implement or a library has to constrain itself to in order to claim to be compliant with the standard.
Aspect-oriented programming is an expansion on the principle of separation of concerns. It aims to extract cross-cutting concerns, such as authorisation or logging, that are often intermingled with other code.
Coding standards are increasingly something we can automate but guidelines, learned through hard experience, direct our craft.
OCC’s knowledge-sharing programme includes an internal technical newsletter, where developers share recommendations and discoveries. Here are a couple of recent tips from software consultants Matthew Clarke and Adam Wiseman.
Social care chatbots will change the way people find the care they need, explains John Boyle.
Insights into updates on Xamarin and Visual Studio App Center mobile development tools.
The TAB’s feedback on JavaScript front-end frameworks and TypeScript Front-end frameworks OCC has been experimenting with feature-rich JavaScript frameworks. One of the current forerunners is React, which we used in our Pegasus project to enable component-based dynamic web UI. For a new ContrOCC web project, we compared React to Vue.js, which is increasing in popularity and offers several advantages over React. However, although Vue.js does solve some of the issues we found using React on Pegasus, this does not outweigh[...]
OCC provides social care software technologies that allow local authorities, service providers and the public to interact efficiently. Over the past 6 years, the emphasis of our research has changed significantly due to social services policy changes. These encourage end-users (the public) to choose and drive activity, with local authorities having responsibility to monitor and manage the situation, allocate budgets, etc. Highly flexible and sophisticated systems are needed to allow individual user to effectively configure different services and workflows to[...]
DBA Julian Fletcher discusses some easy ways to improve database performance As anybody who has worked on projects involving a large amount of in-database processing will know, performance is a top priority. Clients usually consider poor performance to be a bug in much the same way as ‘traditional’ bugs (unhandled errors, getting the numbers wrong, things simply not working, etc). So our product and custom development release cycles include tasks to ensure we get good performance out of new features[...]
Software consultant Matthew Clarke writes about how Visual Studio 2017’s cross targeting makes it easier to mix projects based on new technologies with existing code. Our new wave of product development projects has been steaming ahead with the latest in Microsoft technologies: .NET Standard v2, .NET Core v2, ASP.NET Core v2, Entity Framework Core v2. Quite fittingly then, sometimes you need two target frameworks. It’s not possible to forget about the whole of the product’s legacy codebase and sadly it’s[...]