Skip to content

Codepolice

  • ⤫

Browsing Category Javascript

Remote Desktop Connection (RDP) becomes extremely slow after installing “Intel Smart Connect Technology” update

I was running some optional Windows Updates this morning and after I was done I noticed that my remote desktop connections become extremely slow. Our internet at my office has always been a bit up and down so I assumed it was some temporary issue. But it stayed there and then I looked at Windows

Posted by Judy Alvarez Posted on February 28, 2022March 1, 2022
0

Remote Desktop Connection (RDP) becomes extremely slow after installing the “Intel Smart Connect Technology” update

I was running some optional Windows Updates this morning and after I was done I noticed that my remote desktop connections become extremely slow. Our internet at my office has always been a bit up and down so I assumed it was some temporary issue. But it stayed there and then I looked at Windows

Posted by Judy Alvarez Posted on February 28, 2022March 1, 2022
0

MS10-024 and KB976323 will reset your IIS SMTP Settings

A client called me this Monday morning and told me there were some issues with one of their sites. The problem turned out to be some issues with the SMTP server. After about 2-3 hours of debugging, I desperately try to do a search on Twitter for “IIS SMTP” and to my surprise, I could

Posted by Judy Alvarez Posted on February 28, 2022March 3, 2022
0

Create a comma separated list with LINQ in C#

For some reason I always forget that you do not do .Join on your actual string array. So i might as well write it down here so i never forget about this again. string mycommalist = string.Join(“,”, alternatives.Select(x=>x.Item.Name).ToArray())

Posted by Judy Alvarez Posted on February 28, 2022March 3, 2022
0

Metalscroll makes the scrollbar in Visual Studio awesome!

Today i decided to look through tweets a favorited the last couple of months and one of the tweets I favorited was about a small add-on to Visual Studio called Metalscroll. Metal scroll basically makes your scrollbar a lot more interesting. It’s kind of hard to describe but a picture says more than 1000 words so have a

Posted by Judy Alvarez Posted on February 28, 2022March 3, 2022
0

View JSON directly in Firefox

If you request a URL that returns an application/JSON result Firefox will give you a “Download this file” dialog by default. If you rather want the JSON data to show up just as a XML, RSS or HTML page would you could download this little extension called JsonView that will do this for you. Another nice little

Posted by Judy Alvarez Posted on February 28, 2022March 3, 2022
0

Problems with MSBUILD tasks after playing with Visual Studio 

I use a custom MSBUILD XML file to build some of my projects so that I can run stuff to compress CSS/JS files and stuff like that. After installing Visual Studio 2010 and playing around a bit with suddenly my builds started to fail. C:Program Files (x86)MSBuildMicrosoftVisualStudiov10.0WebApplicationsMicrosoft.WebApplication.targets(132,11): error MSB4064: The “Retries” parameter is not supported

Posted by Judy Alvarez Posted on February 28, 2022March 3, 2022
0

New Relic and runAllManagedModulesForAllRequests flag in .net

I have been playing around with the awesome performance measuring tool New Relic lately and have been struggling with some performance issues that would have been hard to find without measuring the actual metrics from the real production server. Anyway, during the different changes, I made I changed the option runAllManagedModulesForAllRequests from “true” to “false” in Web. Config

Posted by Judy Alvarez Posted on February 25, 2022March 1, 2022
0

404 redirects in code with ASP.NET

I have had problems doing proper 404 redirects in ASP.NET ever since I started to care about proper 404 pages. I do not have any trouble if the page does not exist. But say for example that I require a query string on some page and for some reason, I do not get a query string.

Posted by Judy Alvarez Posted on February 25, 2022March 1, 2022
0

Remote Desktop Connection (RDP) becomes extremely slow after installing “Intel Smart Connect Technology” update

I was running some optional Windows Updates this morning and after I was done I noticed that my remote desktop connections become extremely slow. Our internet at my office has always been a bit up and down so I assumed it was some temporary issue. But it stayed there and then I looked at Windows

Posted by Judy Alvarez Posted on February 25, 2022March 1, 2022
0

Posts pagination

Page 1 … Page 30 Page 31 Page 32 Page 33
Codepolice

  • Github
  • Atlassian
  • Flatlogic
  • Xero
  • Jetbrains
  • Figma
  • Bringing Python apps into Node
  • Vite gets its own documentary
  • npm security best practices to consider
  • React 19.2 is in the building
  • Using Node with Cloudflare Workers
https://flatlogic.com/generator
COPYRIGHT © 2025 - Codepolice