• Twitter Weekly Updates for 2010-08-29

    fake,but funny : http://thechive.com/2010/08/10/girl-quits-her-job-on-dry-erase-board-emails-entire-office-33-photos/ # we are not paid to write code : http://haacked.com/archive/2010/08/26/not-paid-to-write-code.aspx # Powered by Twitter Tools

  • Twitter Weekly Updates for 2010-08-22

    all we fail sometimes http://www.makeuseof.com/tag/top-ten-dead-google-projects-floating-cyberspace/ # teach kids programming : http://www.readwriteweb.com/archives/4_tools_for_teaching_kids_to_code.php # Powered by Twitter Tools

  • Why the posts can not be equal

    There are multiple times that I have been accused of having made the posts either too heavy,either too simple,either the code is not good,either… I have to say that : 1. You can not follow me,if you want … 2. The reason of the posts is that I want to share my experiences with another…

  • Twitter Weekly Updates for 2010-08-15

    best practices : http://agile.dzone.com/news/death-best-practices # Powered by Twitter Tools

  • Project

    I am trying to think about doing a open source project to experiment with various MVC / EF / WPF /and so on features. I was thinking about Image gallery or Employee management system. What kind of project do you think it worth the effort to implement ? Thank you for your suggestions!

  • C# quiz

    Fast small quiz for sunny afternoon : What is writing at the console those lines : ( please do not use a compiler) :

  • My standard way to work with dropdown box in ASP.NET MVC – 2 steps (or 3 if you want to add long description)

    I have written a small post about dropdownlist template in ASP.NET MVC here : http://msprogrammer.serviciipeweb.ro/2010/05/30/mvc-helper-templates/ I think that the dropdownlist should be explained more – aand the example will be : First,let’s say we have Employee and Department. And we have Employee that has a field,named IDDepartment. When edit/create a user we want to display…

  • ASP.NET MVC pass data from a view to master

    One of recurring questions in MVC is how to share data between views and master. The question must be reformulated : how to share data between ACTION and master. The short answer is : Model of the View returned from Action have to put some data to the Model of the Master The long answer…

  • ASP.NET MVC editing fast a property

    There are some moments when you want to fast edit a property ( like a status or a name) and you do not want to load the entire “Edit” form for this.More,you are in an edit formula and do not want to add a form. So here is the solution in ASP.NET MVC  with jquery-1.4.2.min,jquery-ui-1.8.1.custom.min…

  • Twitter Weekly Updates for 2010-07-11

    Software laws : http://msdn.microsoft.com/en-us/magazine/ff646970.aspx # Powered by Twitter Tools

I am ok , you are ok