by Rahul Singla | Sep 13, 2020 | Drupal, Drupal 8.x, Drupal 9.x
This blog post kicks off a series of posts where I am gonna quickly and tersely write about small-small problems we faced working with various platforms and provide quick solutions to them. As for this blog-post, we recently had a scenario where we needed to add a...
by Rahul Singla | Sep 12, 2020 | .NET 2.0+, .NET 4.0+, .NET 4.5+, ASP.NET, ASP.NET 4.0, ASP.NET MVC, C#
If you have landed on this blog post, good chances are you are having issues with cookies of your web application which are being blocked by recent browser versions. Our case was no different. We have an enterprise web application built on .Net which is deployed on a...
by Rahul Singla | Aug 30, 2020 | .NET 2.0+, .NET 4.0+, .NET 4.5+, ASP.NET, ASP.NET 4.0, ASP.NET MVC, C#
Anyone working with XML would know the following 5 characters are reserved in XML and need to be encoded/escaped anytime they occur as content in XML (which could either be as attribute or element values): < (which needs to be escaped as & lt; in content)>...
by Rahul Singla | Aug 7, 2020 | Drupal, Drupal 6.x, Drupal 7.x, Drupal 8.x, Drupal 9.x, PHP
For those working with Drupal 8 or 9 theming would know Drupal switched to Twig templates based rendering for various portions of the page. Drupal’s theming engine generates file name suggestions for each portion of the page as you can see in screenshot below:...
by Rahul Singla | Apr 11, 2020 | .NET 4.0+, .NET 4.5+, Office, Open Xml Power tools, Open Xml SDK, Word
So we have this Template Engine in ItNet which can generate beautifully formatted Reports for our customers by processing template Office documents, including Word, Excel and Powerpoint files stuffing data into them to produce the final report. We use combination of...
Recent Comments