• 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

  • Asp.NET MVC and DOS – re-using the ViewModels

    (Please read first : http://msprogrammer.serviciipeweb.ro/2010/03/29/asp-net-mvc-orm-and-viewmodels/ ) One of the biggest challenges in programming was write once- GUI everywhere ( Ok,ORM impedance mismatch is another story) I mean by that re-using the logic from an application in another application. ASP.NET MVC,with the commitment to strongly viewmodels,make me think that it will be now easier to transfer…

  • Twitter Weekly Updates for 2010-07-04

    ms : http://techcrunch.com/2010/06/26/microsoft-numbers/ # http://www.makeuseof.com/tech-fun/wp-content/uploads/2010/06/lifeisunfair.png – but they do not count the number of words written/spoken # I’m not a programmer ! http://www.rethinkdb.com/blog/2010/06/will-the-real-programmers-please-stand-up/ # Powered by Twitter Tools

  • EF,automatic history of table and T4 files (TT files)

    Usually the data of the tables should be tracking for who modified it. Think about inserting/updating/deleting an employee :   you must know who did those actions and when. So you create another table,identically as structure,and you add another 3 fields,such as [ModifiedDate](when),[ModifiedBy](who),[ModifiedType] (what : insert,update,delete). There are several methods to do it : from database…

  • For all programmers

    For all programmer,just remember : http://timstall.dotnetdevelopersjournal.com/coding_is_just_the_tip_of_the_iceberg.htm And he says nothing about clients,marketing,sales,promotion,SEO,SMM,and other usual stuff…

I am ok , you are ok