Branding The 6 Core Values Driving Alibaba’s Success Oct 11, 2019 “Money and wealth are two different concepts. If you have money, but have not turned this money into an experience to elevate your own or other…
Computing How to implement rate limiting in ASP.Net Core Oct 8, 2019 When building web applications, you might often want to control the frequency of user requests to prevent malicious attacks. In other words, you…
Computing How to use Azure Application Insights in ASP.Net Core Oct 7, 2019 Azure Application Insights is an extensible application performance management (APM) service that can be used to monitor performance, detect…
Computing AMD Unveils Epyc 7H12: A 280W 7nm Server Core to Rule the Roost Sep 20, 2019 When AMD launched Epyc in August, it unveiled a top-to-bottom product stack that was set to challenge the best Intel had to offer on the Xeon side of…
Computing How to implement global exception handling in ASP.Net Core MVC Sep 16, 2019 Exceptions are runtime errors that might occur in your application. If exceptions are not handled properly, the program in execution is terminated.…
Computing How to work with worker services in ASP.Net Core Aug 20, 2019 ASP.Net Core 3.0 Preview 3 adds support for creating worker services, which are background services like Windows services and Linux daemons. There…
Computing How to use the Data Protection API in ASP.Net Core Aug 12, 2019 The Data protection stack in ASP.Net Core provides an easy-to-use cryptographic API for protecting data, including the necessary mechanisms for…
SEO Google Core Updates Impact Your Google Discover Feed Rankings Aug 4, 2019 This probably does not come as a surprise to most of you who read this site, but Google confirmed yesterday that your inclusion in the Google…
SEO Google Posts Help Advice For Sites Impacted By Core Updates Aug 2, 2019 Finally, we knew this was coming, and now it is here, Google posted advice on what you can do it help your site perform better in the Google search…
Computing How to work with session state in ASP.Net Core Jul 30, 2019 ASP.Net Core is an open source, cross-platform, lean, extensible and modular framework for building high-performance web applications. Session state…