-
Microformats,Outlook calendar and MVC5
I have a passion for both 3:Microformats,Outlook calendar and MVC 4. So I decided to put together an MVC implementation – first,for calendar. Source code at https://github.com/ignatandrei/MVC4Microformats See online at http://mvc4microformats.apphb.com/Home/Calendar Next week a NUGET download. After that,a VCard implementation .
-
ITCamp 2013 and MVC pitfalls
I have participated (as speaker and as attendee ) to ITCamp 2013. It was nice. My presentation about MVC pitfalls can be downloaded from http://serviciipeweb.ro/iafblog/content/binary/ITCamp-2013—rez_7883/MVC—Common-pitfalls-and-how-to-resolve.pptx. Pay attention: in each slide there is an homework exercise for you.Already Fuksz Levente answered one at http://iamlevi.net/asp-net-mvc-4-auto-correcting-unknown-actions/
-
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…
I am ok , you are ok