Skip to main content

Learn some tips and have some fun with our Blog

ASP Net Core Service Lifetime

If you are going to use dependency injection framework in Net Core you must control the service lifetime concept. The service lifetime controls …

Configure SSL to securely connect to Azure Database for MySQL

Azure DB for MySQL supports connecting to client applications using SSL. Enforcing SSL between your database server and your client apps will protect against…

Generate dynamically a signed Pdf with Net Core 5 (C#)

Do you need to generate a certificate, diploma, or any pdf document signed with your own pfx? Here is a sample of how to do it with Net Core 5.0 using NuGet …

How to get my gmail contacts with Javascript & Google API

In web applications it’s a useful functionality if you let users to import their google contacts to the site.You can import your Gmail contacts easily with t…

Fully Transparent Background for autocompleted fields

Do you thing that the yellow background-color (and black text) that Chrome set on any input field that autocompletes sucks?

Windows does not allow you to print more than 15 files

It’s a common need in the office days print a complete folder full of pdfs, docs or whatever. You have already tried to select all and print with a right mou…