LINQ performance and pitfalls
LINQ is beautiful and you may tempted to do some cool queries, but beware, it might perform poorly. Learn from these examples.
This site is a tech-blog featuring Optimizely and Azure content. Author of content is senior developer and MVP Luc Gosso. Optimizely.blog is sponsored by Epicweb.
LINQ is beautiful and you may tempted to do some cool queries, but beware, it might perform poorly. Learn from these examples.
What is bouncing rate in Google Analytics? how can you improve it?
Focused on security? aren't we all? security.txt is a file that inform where you can report vulnerabilities on your site.
GDPR encourage you to secure personal data, with encryption where it is appropriate, Episerver Forms provides that, but what way to go? This is my evaluation.
In this post I´ll describe how to do it the hard core way by replacing the webforms template (aspx) to MVC view (cshtml).
Stuck with an ASP.NET Webforms-solution? Too much work to redo all web to MVC? Then here is the straight forward way to progressively phase to MVC without rebuilding all… Also with several great bonus’!!
This is a great feature. Comes in handy when you need to convert your site from webform to MVC, it allows the editor to reuse the blocks, just by adding partial views (MVC renderers).
There is two way to make the IP come from the actual client instead of the CDN edge server. Here is a guide.