Use TinyMCE rich-text editor in a Svelte app
TinyMCE is one of the most popular rich-text editors for web apps. It offers an open-source community edition as well...
CSS in Svelte
Svelte is a front-end framework for web development, you can find more about it here. This post is about using...
Svelte – a difficult kind of UI Framework
Svelte is a front-end framework for web development like React, Vue and Angular. In a short time, Svelte has become...
How Public Key Cryptography works? (RSA algorithm)
Public-key Cryptography is asymmetric meaning the key used for encryption cannot be used for decryption. There is a pair of...
Study Notes for Microsoft Exam: Developing ASP.NET MVC Web Applications (70-486)
Took Microsoft Exam 70-486 which part of MCSD certification. I spend about 2 weeks studying the material and took some...
Convert C# code to JavaScript
Update June 2019: Five years on, each one of the following projects is either discontinued or stale for years. While...
How to embed chrome browser in .net application
Chrome browser can be embedded in native application taking a hybrid approach to development where application is partly developed in...
Completed ‘HTML5 Game Development’ course from Udacity
I have been taking Massively Open Online Courses at Coursera, but this is the first one at Udacity. The two...
Passed Microsoft Exam 70-480: Programming in HTML5 with JavaScript and CSS3
There is huge interest in HTML 5 among the web development community these days. Once again there is hope that...
Using XSL Variable and Axes to format XML data into HTML having elements grouped by a tag
Following XSL converts the xml data into a format where first tag of the element is converted into heading and...