• Hydrating

    My first Nuget project: Hydrating.  Also a Codeplex project : http://hydrating.codeplex.com/  It can re-make an object by adding items of “property/value” It comes in 2 flavors: .NET 2.0 ( reflection ) and .NET 4  ( expression). Sample Usage: Sample usage: var Model = new HydrateGeneric<MyModel>(); Model.AddNewProperty("OneProp","bb"); Model.AddNewProperty("newData.StartDate",DateTime.Now.AddDays(1).ToString()); Model.AddNewProperty("newData.SecondProp","AB"); Model.AddNewProperty("newData.aOne.ThirdProp","XXX"); var data = Model.NewObject(); Console.WriteLine(data.newData.SecondProp); Console.WriteLine(data.newData.StartDate);…

  • (Happy|Merry) (New Year|Christmas) donate

    Happy New Year And Merry Christmas And,if you have used some site intensively,return the favor: Donate back! For myself it was Wikipedia:   Does not matter the site. Does not matter what they are doing with the money. Do it. And,again: Happy New Year And Merry Christmas

  • Chosen and Jquery and MVC

    In the MVC forums I have seen a reference to Chosen. From the description here: “Chosen is a JavaScript plugin that makes long,unwieldy select boxes much more user-friendly.” It look beautifool – and I see the opportunity to improve my toolbox. I said: “I will do in 10 minutes”. Well,it did take longer – but…

  • friday links 11

    Dan Ariely: How to Pay People – Businessweek Matt Wrock’s Blog | Unit Testing ASP.Net Http Handlers and a discussion of Auto Mocking and the Testable pattern Simple Producer Consumer With Tasks And .NET 4 QUnit layout for JavaScript testing in ASP.net MVC3 Using QUnit with Razor Layouts Don’t Call Yourself A Programmer,And Other Career…

  • First version of Messaging system

    Realized the first version. When you logon on the system,the application sends you an email and you can see it. Lots of thing done – however,the testing is not complete. Logging was the difficult part- since I want to work with various loggers( LOG4NET,NLOG,MS TRACE,and so on). I required to a duck typing from  DeftTech.…

  • friday links 10

      7stacks | Alastria Software WebSequenceDiagrams.com – Draw and Edit Sequence Diagrams in seconds Custom remote Validation in MVC 3 : The Official Microsoft ASP.NET Forums jQuery Time Entry with Time Navigation Keys – Rick Strahl’s Web Log MSDN Blogs Article Viewer AutoCollage 2008 Framework Design Guidelines Digest v2 – Krzysztof Cwalina – Site Home…

  • Jquery Ajax Request and MVC detailed

    I have made a post about how to configure the MVC with Razor,Partial View and returning JSON.  It does not need a database – that also because it should be simple to download and see the mechanism. The sample demonstrates: Cascading dropdown ( see the button Populate from action and Cascading drop down) Populating a table from a Partial View(see the…

  • friday links 9

    Razor View Engine in MVC 3 Startups Are Hard. So Work More,Cry Less,And Quit All The Whining « Uncrunched Navigating OData and WCF Data Services – CodeGuru The right tool for the job | Growin’ up 10 things to love about Windows 8 | TechRepublic Open Source.NET — Visual Studio Magazine ASP.NET Wire Format for…

  • Transform Mozilla Bookmarks into a list

    You have seen that I begin to post “friday links” It is simple,once you have SqlLite Manager add-on for FF. ( add-on,source) Just run the following query ( for the last 7 days bookmarks) by selecting “places.sqllite”: (OK,I must know why I multiply by 1000000  – but,hey – it works ….)

  • friday links 8

    FOODS LINQ Between Operator – Stack Overflow Top 10 reasons why Darth Vader was an amazing project manager – GeekWire Chess-Results Server Chess-results.com – Tournament-Database Chess This Is Sparta!! Five Absolutely Essential Utilities that make Windows better – Scott Hanselman MongoDB vs. RDBMS Schema Design How Mature Is Your Continuous Integration? « James Betteley’s Devops…

I am ok , you are ok