Auto build for .NET using NANT
This is hands on example of using nant to build a .net solution, including the tricky deployment project type, auto versioning of assembly files and deployment project file. Read the rest of this entry »
Web Application Development and Engineering
This is hands on example of using nant to build a .net solution, including the tricky deployment project type, auto versioning of assembly files and deployment project file. Read the rest of this entry »
How to get past of writing static linq statements? Or how to include the parameters in your linq query? Or write your linq dynamically in order for it to be configurable and reusable? Read the rest of this entry »
We all start javascript programming in a procedure way, the functions and variables defined in the way everything are global, global variables are evil some even claim, on the other hand when scripts getting bigger, and object programming concept is being used more and more, you are facing with a daunting task of maintaining and refactoring your existing scripts, developing new code is also getting more and more difficult. To organize the code into classes is the right way to go down, further than that how about modules or name spaces in javascript? The answer is yes. Read the rest of this entry »
Here I am going to show you how to understand a few confusing usages of regex in c#, like double quotes in pattern, find and replace, wrapping up with a real world example of version number replacing in automated build process. Read the rest of this entry »
Normally we do application authentication against a database or authenticating through web services or even more complicated a mix of them. With this in mind, I start to investigate how to use spring security to achieve authentication in these scenarios. Read the rest of this entry »