Well, I posted a code for simple multi thread and control interaction without using worker in c#. Maybe it will end up somewhere. *grin*
Category: .NET
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 đ
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
Random Character With LINQ
Just now, I checked my forgotten stackoverflow account. I looked on some common questions and upvoted the good ones. Then I stumbled to this great answer. Why it was so great? Because it solves common problem, just creating random characters, but using such advance thing. I mean people usually just use Random and create character. … Continue reading Random Character With LINQ
Spoiled Programmer
Hi! This blog is getting lame and its contents are starting to rust. Still with, me, a web developer, also an application developer, the owner of this blog, Aditya Situmeang. Oh, before we're getting to the topic of how spoiled I am as a programmer, I would like to announce that I have made a … Continue reading Spoiled Programmer
A Small Announcement on Metacritic API
Well, Metacritic API that I have told in my post earlier, it wont be open source, after long discussion with my brother. I will make it on C#. Moreover, it won't look like an API, but more like data gatherer. So I think I have to change the category. Sorry folks. It seems it is … Continue reading A Small Announcement on Metacritic API
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