Creating an Angular Single Page Application with Azure Active Directory and adal.js that uses an ASP.NET WebAPI 19 april 2017 0 This sample shows how to create a single page application (SPA) that uses Azure Active Directory (AAD) authentication with adal.js and uses an ASP.NET WebAPI with AAD. The source code for this sample can be found in the angular2-adaljs-webapi GitHub repository.…
Add Azure Active Directory to an existing Angular 2 Single Page Application 10 april 2017 1 This article will guide you through the process of configuring your Single Page Application (SPA) in TypeScript (or JavaScript) to use Azure Active Directory (AAD) authentication. We will use adal.js Active Directory Authentication Library (ADAL) for JavaScript and ng2-adal (which is built…
How to create a zip archive and download it in ASP.NET 5 april 2012 0 In a previous post How to download multiple files in ASP.NET, I explained how to generate multiple documents and offer them as separate downloads in ASP.NET. One of the options I had when looking for a solution to offer multiple…
How to download multiple files in ASP.NET 4 april 2012 1 The project I’m currently assigned to, already has an option to generate reports (pdf) which are just streams the binary output of the report generator to the response output stream. Something like this: Dim binReader As New System.IO.BinaryReader(report.ExportToStream()) With Response…
Prevent caching of stylesheet and javascript files 10 augustus 2010 0 First something about caching The numerous caching options you have in ASP.NET (MVC) are mainly focused on data and page output caching. But caching also occurs at the webserver, network and browser level. These you can’t always control from within…
Design for Developers 23 januari 2009 0 A few years ago I had the opportunity to sit down with a designer possessed of a rare talent. We were both part of the same team and he was creating some UI elements that I was to wire up.…
Performance Optimization of ASP.NET Applications on Client-side 15 januari 2009 0 With the advent of new web applications with rich user interface, there is a lot of processing on the client side. Most of this processing is done using scripting languages like JavaScript, etc. Lot of new frameworks are in the…
Opera: Web Standards Curriculum 19 december 2008 0 As the most standards-compliant Web browser, Opera is dedicated to promoting Web standards across the globe. Web standards make the Web available to anyone, on any device, anywhere in the world. Opera has created the Web Standards Curriculum (WSC) in…
Rich IntelliSense for jQuery 3 november 2008 0 A while back we updated VS2008 IntelliSense to not fail when referencing jQuery. However, getting IntelliSense for chained calls and rich summary/parameter hints still required adding special comments to a few thousand lines of jQuery. If you didn’t have the…
Migrate apps from Internet Explorer to Mozilla 9 oktober 2008 0 When Netscape started the Mozilla browser, it made the conscious decision to support W3C standards. As a result, Mozilla is not fully backwards-compatible with Netscape Navigator 4.x and Microsoft Internet Explorer legacy code; for example, Mozilla does not support as…
CSS Sprites2 – It’s JavaScript Time 25 september 2008 0 A sense of movement is often the differentiator between Flash-heavy web sites and standards-based sites. Flash interfaces have always seemed more alive—responding to the user’s interactions in a dynamic way that standards-based web sites haven’t been able to replicate. Lately…
(Better) JQuery IntelliSense in VS2008 – BradVin’s .Net Blog 30 april 2008 0 I know, I know, this has been done before. The reason I’m writing this post, however, is to improve on what I have found on the web. For anyone wondering what jQuery is, goto the jQuery site and also read…