Skip to main content

Posts

Showing posts from July, 2019

What makes a newsletter great and increase open rate?

What makes a newsletter great? You will find lot of contents regarding newsletters and how to achieve high open rate, over past two decades i have learnt that simple & short newsletter gets you more response.   Most important to me is Good database for newsletter? Its important you dont use any purchased database as it can get you in trouble. gone are the days when one used to buy database online and send a blast. Now we have to be very careful as we have to make sure our newsletter database is as per GDPR compliance specially if you are in EU. Always keep your database updated, Good database will give you good result. Here are some tips for good newsletter, ways to increase open rate of newsletter. Audience: Make sure your recipient list is clean & updated. Keep subject line to that point not too short not too long, for me 8-12 words is good, subject line should reflect contents or newsletter. Avoid Spam words Example : Apply now Auto email removal Billion Cash bon

What is C# Blazor?

What is C# Blazor? Blazor is a new .NET web framework for creating client-side applications using C#/Razor and HTML that runs in the browser with WebAssembly. Blazor lets you build interactive web UIs using C# instead of JavaScript. Blazor apps are composed of reusable web UI components implemented using C#, HTML, and CSS. Both client and server code is written in C#, allowing you to share code and libraries. WebAssembly & C#? JavaScript is a powerful language but it has its disadvantages. Some are fixed by TypeScript. However, using C# for client-side web development is compelling for many people because of reasons like the following: C# is a very robust and feature-rich language that has proven to be successful for projects and teams of all sizes Existing C# code could be re-used ASP.NET Core is a powerful programming framework for server-side web development. Enabling C# on the client would allow teams to use a common technology - stack on server and client. Compact an