Add AJAX effect to ASP.NET Webforms postbacks

1 Jan

If you want to add AJAX effect to ASP.NET webforms  full postbacks, add this meta tags to your page, or even better add it the your master page. <meta content="blendTrans(Duration=0.2)" http-equiv="Page-Enter" /></meta> <meta content="blendTrans(Duration=0.2)" http-equiv="Page-Exit" /></meta>   This effect will remove the blinking  effect from ASP.NET pages, and they call it fajax aka the fake [...]

</2011><2012>

24 Dec

In the beginning of every year I say to myself never regret your mistakes just learn from them, start the new year with fresh thoughts, new hopes, new dreams, being optimistic, and keep on trying till I reach the highest ground. Sometimes looking back on what had happened in the previous year, is good to [...]

Code Kata: Fizz Buzz Game

20 Dec

I stared to practice recently after reading more about how practicing is important for programmer to become professional and one way of practicing is Coding Kata. I found a lot of problem to implement to practice and perform coding kata. This post I’ll talk about Fizz Buzz Game a.k.a. Bizz Buzz Game, it’s numerical/math game, if the [...]

How to copy AOS instance from server to another

10 Dec

These are the steps to take a copy from AOS instance from server to another: Take copy of Dynamics AX database. (optional) Install AOS, Application Files, .NET Business Connector, and Client. Install Updates like Service Pack 1. Stop Application Object Server service “Dynamics AX Object Server 5.0$01-{Instance name}”. Copy “{Driver Letter}:\Program Files\Microsoft Dynamics AX\50\Application\Appl” from [...]

Coding Kata

6 Dec

  Recently I’m reading Uncle Bob‘s Clean Coder book and I read about how a professional programmer must always practice, like professional musicians, professional football player, and professional martial arts player. I’m learning  how to play electric guitar, you need to start slowly “slow will gain speed” start with something easy and way to go to professional level, and believe me [...]

Features Removed/Upgraded in Microsoft Dynamics AX 2012

29 Nov

There are many features remover or added in Microsoft Dynamics AX 2012, but I’ll list the interested ones: X++ code editor removed and replaced with editor like the one used in Microsoft Visual Studio 2010. X++ reports removed and SSRS reports are the primary reporting tools in AX 2012. AX 2012 is no longer support [...]

How to configure NLTM authentication in Dynamics AX 2009 Enterprise Portal

24 Nov

After installing Enterprise Portal you need to configure the way It’ll authenticate the users, there’re 2 ways (NTLM or Kerberos), you’ll use NTLM if the EP installed on the same machine where SQL Server/SSRS installed, so here’s the way to configure it: In SharePoint Central Administration and set IIS Authentication Settings to NLTM. Go to [...]

Micro-ORMs War: Dapper vs. Massive vs. PetaPoco

16 Nov

After reading about Massive Rob Conery’s micro-ORM I found there’re more than one out there, and Scott Hanselman had one episode of Hanselminutes about Sam Saffron Dapper and Rob Conery Massive, But after listening to the podcast I start searching about Micro-ORMs and what is the best Dapper or Massive? Massive is using C# 4.0 dynamic feature [...]

Jump from dasBlog to WordPress

9 Nov

  VS.  In my start into blogging I start to blog on wordpress.com from hosting blog, I like it but after blogging many posts I found it has many limitations, so I decided to get self hosted blog engine, I searched for many blog engines and I inspired with Scott Hanselman’s blog and downloaded dasBlog engine, [...]

Hello world!

16 Aug

Welcome to my new WordPress blog, I’m back into blogging again, stay tune