Archives
Pragmatic Deep Learning Model for Forex Forecasting with Multi-Step Prediction
An LSTM deep learning model that forecasts the GBPUSD time series with multi-step prediction, built with TensorFlow and published on Towards AI.
The day when the software industry makes its mind
Best practices and coding style change with time, here are few examples when this happens
Ten software keywords that make you look smarter
Ten software engineering terms that sound interesting and could make an impact in a technical discussion
Implementing a CQRS architecture with MVC and Document DB
A typical implementation of a CQRS pattern in ASP.NET with Ninject and MongoDB
5 Essential Front-End tools you should use with MVC Projects
5 Productive tools for your Visual Studio web development
A call to drop the SOLID "Open Closed Principle"
This is a call to drop "The Open Closed Principle" from The SOLID Design Principles given that it makes no sense
Three Steps to Get Fat-Razor MVC Views on Diet
ASP.NET MVC Views give you the power of Razor View Engine with the flexibility of writing C# code. However, if you do too much C# you will end up with Fat-Razors that need to go on a diet or you might be risking separation of concern attacks
You should unit test your controller, NOT!
One of the MVC mantras is that it allows unit testing your controllers. But, that doesn't mean you should. In my opinion, you should focus your unit testing valuable effort in more effective areas as the controller, if done right, doesn't require unit testing.
Using C# .NET User Defined Functions (UDF) in Excel
Exposing .NET functions to be consumed as Excel functions, otherwise known in Excel as "User Defined Functions". Those .NET exposed functions can be easily used from Excel's cells
PayPal Charity Hack 2010 and JustGiving REST APIs
Prsenting JustGiving APIs at the annual Paypal Charity Hack 2010
Three C# 2.0/3.0 syntaxes you didn't know but were afraid to ask
Working with other colleagues, I found these C# syntaxes are still not well-known and used
How Not To Compromise Security Through ASP.NET Validators
A guide to closing some security holes that might be left open when using or building ASP.NET Validator controls
The Three Steps of Building an ASP.NET Validator Control
A clear walkthrough on how to build an ASP.NET validator control in three steps with an example of how to apply this to build a credit card number validator
Three rules that ASP.NET developers should know about SEO
Focuses on three important rules (with code snippets) that ASP.NET developers should follow to do their part of the SEO process
Two ASP.NET/VS 2008 performance tricks that even Microsoft didn't know!
Performace tricks in running Visual Studio 2008 that are not documented anywhere and discovered by chance
LINQ to SQL: The Data Access Layer (DAL) Shrinker
LINQ to SQL has changed the way we used to design our classical 3-tiers application. It shrinked the DAL layer and made the architecture much easier
Response.Redirect and Server.Transfer Demystified
ASP.NET Webforms Response.Redirect and Server.Transfer major differences
How to HTTP Post in .NET and handle the 500 errors
How to HTTP Post in .NET and handle the 500 errors
Check Validator: An ASP.NET Validator Control
Check Validator: An ASP.NET Validator Control
Session Keep-Alive Web Control
Session Keep-Alive Web Control