Would it still be effective today? I have done a little research on it and here is what I had found.
Category: Application Development
Simple Multi Thread and Control Interaction Without Using Worker in C#
Well, I posted a code for simple multi thread and control interaction without using worker in c#. Maybe it will end up somewhere. *grin*
Connection String Romance Continued
Continuing from the latest blog post, I finally made some breakthrough in my knowledge. It is true that the best teacher is your own experience. The main problem in the connection string between me and ASP classic is the connection string suddenly changed when I navigate through pages in ASP. Instead on believing that the … Continue reading Connection String Romance Continued
ASP Classic Connection String Romance
New job and brand new works is giving me new things to learn. Currently I am staying with ASP again! This time it is not ASP.net but ASP classic.
Simple Utility for .NET
I have just created myself a simple utility for .net. You can find it in https://yedijas.github.io/SimpleUtil/ Please point out any error and extra features that might be added đ
Why You Should Design Properly
I am working as a support in a big multinational company. It would not be so surprising if there is a lot of error showed up. That's my job. Somehow recent errors take my attention to a certain level, making me wanted to write this post so much. Designing is one of a process in … Continue reading Why You Should Design Properly
Dynamics
Finally the laziness of mine came to fruition! What happened here is that I needed to parse lengthy json from a website and I was really lazy to map it all into a specific type. I was not fully lazy, I was also chased by tight deadline in my project. So to overcome my laziness I searched on … Continue reading Dynamics
Troubles on After Delete Trigger on SQL Server
So, last week, I stumbled upon an error in an application used frequently in the company I am working for. The problem occurred when executing a statement to delete data preventing redundancies when uploading a new batch of data. Sure, my team was appointed to fix the error since I am working as a support in … Continue reading Troubles on After Delete Trigger on SQL Server
New Project Is Done: BMI Calculator
Hi everyone,  I have just finished another project. A very simple BMI Calculator using PHP. The main functions are: Calculating Body Mass Index Calculating calories used from Basal Metabolic Rate and Active Metabolic Rate Store data and reporting If you need it or interested in it, you can check it out on https://github.com/yedijas/bmi-calculator
Some Weird Thing on VS2010 Today
Returning to ASP after a long journey in PHP made me had some weird and awkward situations with Visual Studio. One of them wass when I tried to use ConfigurationManager class. I included the System.Security in my reference, but then nothing seemed to show. The message kept saying that The name 'ConfigurationManager' does not exist in … Continue reading Some Weird Thing on VS2010 Today