Skip to content
Bojan Bjelic

Bojan Bjelic

coding, systems, future

  • Posts
  • About
  • Contact

Category Archives: Coding

Multiple Values For The Same GET or POST Parameter in ASP.NET MVC

Screenshot: Firebug showing the GET Params

The main advantage of passing multiple values as the same parameter via GET or POST is that it will produce a neatly cast list as the input of the action method.

Posted byBojan BjelićMay 16, 2011December 14, 2018Posted inCodingTags: .NET, ASP.NET MVC, C#Leave a comment on Multiple Values For The Same GET or POST Parameter in ASP.NET MVC

Formatting date, time, currency in various cultures

In today’s interconnected world, it’s important that online applications support different cultures. A bit on this theme, .NET support for this, and some analysis on various interesting formats.

Posted byBojan BjelićJanuary 26, 2011March 25, 2020Posted inCodingTags: .NET, C#, code, i18n, LINQLeave a comment on Formatting date, time, currency in various cultures

LINQ to XML

Seems that LINQ to XML does not get near as much attention as LINQ to SQL, but that’s a shame since there is a lot going on here too. Here are some examples performed on RSS.

Posted byBojan BjelićJanuary 11, 2011December 14, 2018Posted inCoding, TutorialsTags: C#, code, LINQ, reference, XMLLeave a comment on LINQ to XML

AutoHotkey Scripts

This little utility makes life a bit easier shortening the way to perform common tasks. Among other features, it provides a way to associate keyboard shortcuts with a scripted actions.

You can have a look at explained scripts and download the scripts I use every day.

Posted byBojan BjelićDecember 17, 2010December 14, 2018Posted inCoding, ProductivityTags: autohotkey, code, download, scriptingLeave a comment on AutoHotkey Scripts

Regular expressions are a tool, not a problem

Regular expressions are a good tool that should be used when appropriate, as with other programming tools and patterns. But when used to solve a wrong kind of problem, you can easily run into even bigger problems.

Posted byBojan BjelićNovember 7, 2010December 14, 2018Posted inCoding, TutorialsTags: reference, Regular expresionsLeave a comment on Regular expressions are a tool, not a problem

Posts navigation

Newer posts 1 2
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
Bojan Bjelic, Proudly powered by WordPress.