Notes about .Net 9:53 PM Intermediate Language NET 6 has a single BCL and two CLRs: CoreCLR is optimized for server or desktop scenarios like websites and Window...
Memory Spike and Serilog 11:53 PM I am working on moving a WCF service to .Net 5. The new application is a REST service running on a Linux Docker container and Kubernetes....
Knockout Custom Bindings in Durandal 9:17 PM Instead of using like $("#mask").inputmask ("d/m/y" , {autoUnmask : true}); it is better to use knockout custom b...
Use Non AMD Javascript Libraries in Durandal 2.0 8:42 PM By using shim, jquery libraries can be used in Durandal. In the main js, configure shim. I have written a module UIInitialize to intia...
Dynamic router in Durandal 2.0 8:01 PM The router configuratin is in the shell.js file. I need to make this router dynamically managable. To do so, I have used ajax. The chan...
Managing Css Files in Durandal 2.0 7:50 PM Durandal does not have a mechanism to manage css file for each view. So I have created a plugin to manage css files. The plugin is as be...
The remote server returned an error: (504) Gateway Timeout. 11:15 PM I am using the code below to download file. WebClient myWebClient = new WebClient(); myWebClient.DownloadFile(myStringWebResource, fileN...