A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
During the last internal tech forum (tech meating with all developers at Dropit) I had a short demo of how to make a Android application. I'm not a Android expert so forgive me for the none expert written code :) The goal was to make a blog...
Time for part two of Introduction to PostSharp, part one can be found here Introduction to PostSharp - Part 1 . In part two we will focus on PostSharp.Core. With PostSharp.Laos we get nice base classes that we just add our code to and PostSharp do...
PostSharp is a tool to make Aspect-oriented programming (AOP) a reality on the .NET (C#) platform. In this two part blog post I will try to give you a quick start into using PostSharp in your own programs. I will present two examples and try to...
With the command line tools shipped with Team Explorer you can copy a workspace from one user to another user, very useful when a new developer joins a existing project. On the computer you want to copy the workspace to just open a Visual Studio...
CodePad.NET is a new tool that has been released over at CodePlex . It's a tool used to quickly test small segments of code without the need to start a new Visual Studio project. It currently only supports C# and .NET 2.0 and 3.5 but support for...