Tag: C#

  • The Blue Minds Company

    Senior Technology Advisor

    The Blue Minds Company, Vienna, Austria

    October 2021 – present

    Continuing to support The Blue Minds Company in the role of Senior Technology Advisor.

    Industry: Energy, Investments

    Responsibilities and applied knowledge: Technology analysis, Technical due diligence, Technology Coordination

    Chief Technology Officer

    The Blue Minds Company, Vienna, Austria

    October 2019 – October 2021

    As the CTO, I was responsible for the technology side of implementing and driving forward the The Blue Minds Company vision in the areas of energy innovation, company building, and consulting.

    I oversaw the strategic planning and development of IT by analysing technological innovations in collaboration with the company’s network of solution partners.

    • Successfully planned and managed the implementation of an AI enabled, fully transparent energy tariff switching engine that based on smart-metre data TariffHero, FFG/Eureka project
    • Analysed from customer and product perspective and then implemented and launched a new customer oriented platform for Energy Hero
    • Numerous technical due diligence interviews and analyses
    • Supported the company on many other fronts

    Industry: Energy, Investments

    Responsibilities and applied knowledge: Technology analysis, Technical due diligence, System integration, Scalability, Cloud, Development process governance, Company process implementation, Provisioning, Hiring

  • Greentube Internet Entertainment

    As a generalist in the role of technical project manager, I was working with software projects from many perspectives – system integration, guiding the development, conceiving new solutions.

    Integrations of internal and external systems, scalability, system details knowledge, and having the big picture in mind all play a significant part in daily work.

    (more…)

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

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

    There are situations where you need to pass multiple values for the same parameter to the server, here are some patterns.

    • Multiple checkboxes to pick the values for the same purpose.
      • Select columns to show in the table
      • Select post categories
    • User can add as much values as he/she likes.
      • Add new tag
      • Add language
    • User can remove multiple items from a list.
      • Remove items from shopping cart

    This can be handled by passing many values in one parameter with a common delimiter, or by passing multiple values as the same parameter. Here are examples with the GET method, for the POST it works the same.

    (more…)
  • Formatting date, time, currency in various cultures

    In today’s interconnected world, it’s important that online applications support different cultures.

    Even if most of us that spend a lot of time online are accustomed to the USA date and number formats, people always prefer to see numbers and dates formatted in a familiar way. People don’t like to think about if the date’s first digit is day or month, or if it’s decimal delimiter or digit grouping mark.

    The date 03/02/2010 means completely different thing in Australia and USA – it’s February the 3rd in the former and March the 2nd in latter! (dd/mm/yyyy vs mm/dd/yyyy)

    Even if we assume that the common internet user can read the shown format based on the website’s supposed location, localization and internationalization (i18n) could greatly improve readability and usability.

    (more…)
  • 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. The big improvements are in the XML document navigation, working with namespaces and document construction.

    (more…)
  • Pole Energy

    The Pole Energy online shop project was truly interesting and creative, but on the other hand a big challenge as well.

    The goal was to create a secure, modern, multilingual online shopping application. It has taken about a year, from the initial idea until the full version, during 2009 and 2010, with the first release at the beginning of 2010.

    At the beginning of the project I have created the application architecture, entities, relations, and use cases. As we did agree to loosely follow Agile development process, the architecture was redesigned several times during the project.

    During the implementation, I have lead a crew of experienced developers in the effort to achieve high quality and performance.

    We have decided to go with the Microsoft stack, using ASP.NET MVC enhanced with jQuery to create the user interface, using Entity Framework, LINQ, and C# for the middle tier DAL (Data Access Layer), and Microsoft SQL Server as the back end.

    The project is successfully running on the cloud platform at www.poleenergy.ch

  • Serbian Dental Journal

    Serbian Dental Journal

    Document processing system, for more details please have a look on the [permalink href=”127″]Serbian Archives of Medicine[/permalink] project page.

  • Matchpoint

    Matchpoint

    During 2007 and 2008 I worked on a document analysis tool called “Matchpoint”.

    The idea is to parse the document by identifying content blocks and then find certain keywords within the context. The document is tagged based on the found information.

    I did the software architecture first, creating the concepts, entities and relations,and identifying crucial parts of the system.

    The heart of the system is the parsing engine that identifies segments of document, for example education, experience, and so on. All the permutations of the segments are used, and the one that matches the most segments is selected for further analysis. Each of the recognized segments is then searched for the keywords. Each keyword has appropriate tags assigned, and this way the document is in the end tagged.

    Since the algorithm has to analyze documents in different languages, using semantic algorithms seemed a bit too complicated, so I went with regular expressions.

    The documents can be emailed or uploaded by FTP to the web server, where is a Windows service monitoring configured folder. A .NET console application is then run to convert document to plain text using IFilters, and then to run the analysis, and upload the data to the Microsoft SQL Server database in the end.

    Users can use a web application built on ASP.NET Web Forms to search and view indexed documents.

  • Adverto Mystery Shopping

    Adverto Mystery Shopping

    In the winter of 2008, I collaborated with my old friend Goran Petrović, to create a website for his company “Adverto Mystery Shopping”.

    We brainstormed the information architecture, and afterward I created a rudimentary CMS to maintain the content.

    As he was using an application for his business that was written using ASP.NET 1.1, it was a requirement for the web site as well. The markup is XHTML compatible as much as ASP.NET 1.1 WebForms allow, styled using CSS, and interaction improved using JavaScript and MooTools.

    You can have a look in more detail at www.adverto-ms.rs.