Morteza Sahragard
-
Book Review: Adaptive Code via C#: Agile coding with design patterns and SOLID principles
Recently I had a chance to read the book: Adaptive Code via C#: Agile coding with design patterns and SOLID principles by Gary McLean Hall.
-
How to save and restore layouts in Visual Studio 2015
In this post I am going to be talking about a new feature in Visual Studio 2015.
-
How to run a desktop application from a web page!
Before I start talking about the content of this post, I am going to draw your attention into two points:
-
Workaround for "System.OutOfMemoryException Exception of type 'System.OutOfMemoryException' was thrown." exception
Recently I kept getting System.OutOfMemoryException exception while working on a web application with Visual Studio 2013.
-
Review: RESTful Services with ASP.NET Web API by Packt Publishing
If you are such a big fan of technical courses, you might have noticed Packt Publishing has recently started providing video courses too. Yesterday I watched the course "RESTful Services with ASP.NET Web API" and decided to write a review for this course.
-
Colored Query Windows in Microsoft SQL Server 2012
As s software developer or DBA, we are always in situation of having a lot of Query Windows open and being connected to several instances of SQL Server such as Local instance, Acceptance instance, Production instance and so on.
-
Introducing a new ValidateRequest feature in .NET Framework 4.5 for WebForms
As you know, ValidateRequest is a security feature which has been available since .NET Framework 2.0 in WebForms.
-
A review on the book "Windows Azure and ASP.NET MVC Migration"
A few days ago I started and finished reading the book "Windows Azure and ASP.NET MVC Migration" and decided to write a review on it.
-
Useful links and resources for .Net designers and developers - Part 1
Since today, I am going to share my major useful links and articles which I found during the week, here. This helps you take advantage of my findings and also helps me to keep the track of my activities.
-
How to set CurrentCulture for all threads in a domain in .NET 4.5
Before .NET 4.5 if we wanted to set CurrentCulture for the current thread, we would need to set the culture in somewhere like application bootstrap.