chakrit

8,647
Reputation
461 views

Registered User

Name chakrit
Member for 1 year
Seen 14 hours ago
Website
Location Bangkok, Thailand
Age 22
I'm currently in my senior year at the Faculty of Science Chulalongkorn University. And I am also working part-time at a few software shops in my country.

I write a broad range of stuffs on .NET. From ASP.NET to WinForms to WPF and Silverlight.

Mainly on C# but occasionally I do VB.NET too.
1d
accepted In Visual Studio I keep getting two copies of FormMain.cs and one contains old edits, why?
1d
revised In Visual Studio I keep getting two copies of FormMain.cs and one contains old edits, why?
edited body
1d
answered In Visual Studio I keep getting two copies of FormMain.cs and one contains old edits, why?
Nov
28
answered Can’t save in-memory linq to sql entities without db errors
Nov
28
comment Should I put custom code inside Microsoft’s BCL/FCL namespaces?
To the novice with a hammer...
Nov
28
comment Should I put custom code inside Microsoft’s BCL/FCL namespaces?
Jon's you know you should spare us some reps sometimes... :)
Nov
28
revised Should I put custom code inside Microsoft’s BCL/FCL namespaces?
added 9 characters in body; added 6 characters in body
Nov
28
revised Should I put custom code inside Microsoft’s BCL/FCL namespaces?
added 103 characters in body; added 582 characters in body
Nov
28
revised Should I put custom code inside Microsoft’s BCL/FCL namespaces?
deleted 14 characters in body; deleted 20 characters in body
Nov
28
answered Should I put custom code inside Microsoft’s BCL/FCL namespaces?
Nov
20
comment Why can’t you send multiple emails asynchronously using the same SmtpClient instance?
I think that's an intentional design limiting to you to think about sending emails. Not just fire up the SmtpClient and locks up the response stream while you're at it but think about really doing the Async stuff right.
Nov
16
comment Starting a new career as freelancer. Is PHP a must?
Those who closes this question as subjective have simply never really tried a freelancing gig for a living.
Nov
11
awarded  Nice Answer
Nov
9
comment C# property refactoring - Should I care?
@SeeR Oh.. I understand your problem now... let's see what I can do...
Nov
9
comment C# property refactoring - Should I care?
@SeeR You can overloads conversion operator from T to Encrypted<T> for the property setters part, but I'm not sure. Will get back to it and update this post when I have time.
Nov
9
comment How to write onshow event using javascript/jquery?
What about WebKit?
Nov
8
accepted Starting a new career as freelancer. Is PHP a must?
Nov
8
answered C# property refactoring - Should I care?
Nov
8
revised Starting a new career as freelancer. Is PHP a must?
Add emphasis; added 14 characters in body
Nov
8
answered Starting a new career as freelancer. Is PHP a must?
Nov
8
comment How to use ssh from shell script without waiting for password?
You might get better answers if you asked this question on serverfault.com
Nov
8
comment Arguments *against* using open source frameworks?
@Rasmus Kaj that depends on the project. Some projects are left stagnated for years with no body responding. Take the WMD editor used on SO for example. It's not simply a black and white thing.
Nov
8
accepted How they build the identical game on Mac, PC, and Flash? For example: Plants VS Zombies
Nov
7
comment Arguments *against* using open source frameworks?
@joemoe +1... and it gets worse when your customer doesn't know any tech but just hearing FUDs from his/her friends..
Nov
7
comment Arguments *against* using open source frameworks?
@marcgg It's just my own personal issue... but the question was more about the general schemes of not using OSS frameworks/softwares.
Nov
7
comment Arguments *against* using open source frameworks?
Just wanted to add that "a bit" might actually be "a gigabit" especially with regards to some complicated OSS technologies... like server hardware drivers... you can't expect your sysadmins to switch over to linux and be able to support those kind of issues... not even inside a month or two.
Nov
7
comment Arguments *against* using open source frameworks?
What do we call something that isn't closed-source but not entirely "open-source" ..?
Nov
7
asked Arguments *against* using open source frameworks?
Nov
6
accepted How can I reuse objects in JavaScript?
Nov
6
comment How can I reuse objects in JavaScript?
@Mark Glad that atleast it didn't go to waste :)
Nov
6
answered How can I reuse objects in JavaScript?
Nov
6
answered How do you make a div tag into a link
Nov
6
revised How can I reuse objects in JavaScript?
added 419 characters in body; deleted 2 characters in body; deleted 4 characters in body
Nov
6
revised How can I reuse objects in JavaScript?
added 428 characters in body; added 330 characters in body
Nov
6
answered How can I reuse objects in JavaScript?
Nov
6
comment What questions should a JavaScript programmer be able to answer?
+1 Understanding closures should be priority-one... Anyone can code a few line of jquery animations. But not many can comprehend the structure of a big JS projects.
Nov
5
revised SQLite , Derby vs file system
added 42 characters in body
Nov
5
answered SQLite , Derby vs file system
Nov
3
revised C# Object reference not set to an instance of an object.
deleted 49 characters in body
Nov
3
accepted C# Object reference not set to an instance of an object.
Nov
3
answered C# Object reference not set to an instance of an object.
Nov
3
comment Integrating jQuery fullcalendar into PHP website
If it's really urgent, you should try the IRC channel blog.jquery.com/2007/02/… ...
Nov
2
awarded  Necromancer
Oct
27
revised JOIN 3 Rows in 1 Table to 1 Row in another Table
added 24 characters in body
Oct
26
comment How do I set a field value in an C# Expression tree?
Just curious, what is the difference of this approach versus just using System.Reflection and MemberInfos to set the property?
Oct
26
comment Dealing with significant skill/talent disparities
@bigbrother82 When the disparities are really high (and they do atleast where I used to work) or if there are many low performers and few high performers ... it can really drags the high performers down. Essentially turning them into a Q&A guy and they will probably have no time for "getting in the zone" to get work done since they're handling interruptions almost the entire workday every day. Sure, experience is a great thing but as with all human interactions you need to be careful. You definitely wouldn't want to lose your top performers because of it.
Oct
26
comment Dealing with significant skill/talent disparities
"non-OO" people... lolz ... ooops, Im sorry :(
Oct
26
comment Why would var be a bad thing?
@kpollock They must be really really crazy!
Oct
24
answered How they build the identical game on Mac, PC, and Flash? For example: Plants VS Zombies
Oct
24
comment C# Many-to-Many Class Modeling Problem
And you are using NHibernate?