Showing results for WebBrowser - Developer Support

Dec 7, 2018
0
0

Preventing Single Sign On (SSO) Redirects From Opening a New Window Inside a Progressive Web Application (PWA)

Developer Support
Developer Support

I was recently working on a PWA application that utilizes SSO and one odd behavior that I noticed right off the bat was the fact that the SSO redirects forces the application to open a new window inside the browser instead of carrying the redirect inside the application shell. This is problematic as it defies the whole purpose of a PWA which attemp...

TeamWebBrowserProgressive Web Applications
Mar 23, 2018
0
0

Running .NET applications client-side in the browser

Developer Support
Developer Support

In this post, App Dev Managers Robert Schumann and Ben Hlaban, introduce us to Blazor – an experimental web UI framework based on C#, Razor, and HTML that runs in the browser via WebAssembly. This journey started from a blog by Daniel Roth. Other than the YouTube of Steve Sanderson’s prototype demo at NDC Oslo, this wasn’t much information t...

Team.NETWebBrowser
Jun 29, 2015
0
0

Web App Performance : Are you listening to your logs?

Developer Support
Developer Support

In this post, Principal Application Developer Manager, Reed Robison explains how a periodic review of IIS Log data, often ignored and archived, provides valuable insight into the operational health and performance of web applications.   We recently posted about how a focus on DevOps is changing the way IT Operations and Developers wo...

TeamDevOpsAdvisory
Feb 4, 2015
0
0

Controlling WebBrowser Control Compatibility

Pam Lahoud
Pam Lahoud

If you have an embedded browser in your Windows application, you may be encountering a rendering or some other kind of compatibility issue with the content you are trying to display. In his most recent blog post, Premier Developer Consultant Pat Altimore discusses some options to try to fix common problems with the WebBrowser control in .NET. http:...

.NETWebBrowserCompatibility