Home Tags Privacy About
Peter Daugaard Rasmussen's Picture

Peter Daugaard Rasmussen

Programmer, Developer, Consultant.

Randers - Denmark https://peterdaugaardrasmussen.com 403 posts
← Newer Posts Page 38 of 41 Older Posts →

C# - How to convert/parse a string to an enum

Here is an example on how to parse a string to an enum using the built in enum.Parse method: public enum Vehicle { Car, Bus, Boat, »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on C# 10 March 2017

Make gridster resize on window resize

A couple of days ago I had a problem with gridster and resizing when the window size changes. This isn't a fully responsive solution »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Javascript 08 March 2017

Using Steghide to embed information into images

I recently got an assignment during a course on my Masters program, the assignment was to embed an image with a message. For this task I »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Not programming 03 February 2017

C#- splitting a string with another string (string delimeter)

Splitting a string [https://docs.microsoft.com/en-us/dotnet/api/system.string?view=netcore-3.1] with another string should be a simple matter in C#. However »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on C# 19 January 2017

Great programming books that I still recommend in 2017

Here is a list of programming books that I think every developer should read. Some of these books are of an older date. But these books »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Programming in general, Books 18 January 2017

C# - Enabling a Webapi or MVC endpoint to deliver JSONP with an example

You can use the following ActionFilterAttribute (annotation) to enable an endpoint to return JSONP. The below example is for webapi and .Net Framework but it can »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen 05 January 2017

What are the skills and traits of a great developer? - updated 2022

I hear this question sometimes: What makes a great developer? What are the traits? How do you become one? I have had the pleasure of working »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen 01 December 2016

C# - Best ways to format and build strings for readability - Updated 2022

There are several ways to concatenate and format strings in C# and below the most common are listed. I do not take performance into this consideration »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on C# 10 September 2016

C# - What are partial classes? and when to use them? - updated 2022

I got this question during an interview and I had to admit that I had rarely used partial classes. We quickly skipped the subject, but I »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on C# 07 September 2016

Should you start using a trackball mouse when at the computer? - Updated 2022

I recently bought myself my first trackball mouse. I have spent many hours every day at the computer, and I have done this for many years. »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Not programming 19 June 2016
← Newer Posts Page 38 of 41 Older Posts →
  • Rss
  • Twitter
  • LinkedIn
  • profile for Peter Rasmussen at Stack Overflow, Q&A for professional and enthusiast programmers
Peter Daugaard Rasmussen - developer, Consultant, Blogger © 2025 Privacy policy