• MVC training–from beginner to advanced

    This is my offer for MVC training. The entire course is for 4 session of 3 hours,during at least 2 days.   MVC – principles MVC presentation – Model,View,Controller,ViewModel,AutoMapper MVC versus WebForms Practice application Homework MVC in action – basics MVC practice application – review ViewModel / ViewBag / ViewData Sending parameters : Action to…

  • MVP 2013

    I was re-confirmed as MVP and I am proud to be in such good company.

  • MVC,JsonResult,DateTime and TimeZone

    The jsonresult of date time is serializing to the string /Date and some integer value starting with 1970 . The problem is that the browser interprets this value accordingly to the LOCAL TimeZone – and thus the same date is going to be interpreted with a difference. I was thinking that I can adjust from…

  • Table press and searching

    I have made my programming tools list with Excel,TablePress and script. First,the list was existing in Excel – with columns as name,tag,description and url. I have saved as CSV and imported in TablePress – with some modification for url as TablePress understands it ( you should have the a href embed in the cell). The…

  • How to become a more skilled developer in .NET

    I am a good developer in .NET . However,I will not be so good,if there will be not my tools – that allows me to save time and make projects faster. I have published the tools that I work with in 2012 . If you are interested in fast training to those tools,I am ready…

  • programming tools 2012

    Those are the tools that I haved worked with in my previous year. If you want to know how to utilize them,just ask me ;-). All tools utilities database source code framework testing Visual studio firefox chrome azure kinect javascript You can download as pdf my 2012 tools If you want more explanations about those…

  • Generating Word XML – and error

    When you generate Word XML file ( with StringTemplate ) or another tool,and you miss some content,Word does not display the error – instead it puts on a specific folder. And it is troublesome to find that file between more files. So I create this small powershell program to delete all files from that folder…

  • MVC and auto persisting values

    When you have a textbox in HTML (let’s say <input name=”FirstName” type=”text” /> ) And it binds to “FirstName” Property of a Model,and in HttpPost Action you do modify the value and return the same view,the value shown in the textbox is the posted one,not the modified one. ( The first thought is that HttpPost…

  • Redirect and Ajax Redirect in MVC

    In the sample example I will have various methods to perform redirects from main page to “About” page of a simple MVC site. In my opinion,there are only 3 cases – 2 goods and one bad – to perform redirection with or without Ajax.   First case:  A sample redirect and a sample link: The…

  • New year resolution

    Learn MVC4 – bundling,mobile Learn WebApi Make MVC browser history to support multiple databases ( Azure,MySql,Oracle) Make again,but better,MVC Messaging System ( with Chat,if possible and SignalR) Make PMKB state of art Happy new year!

I am ok , you are ok