Blogs

MK .NET UG

MK .NET UG
Macedonian .NET User Group
Tagged Content List
  • Blog Post: Dummy methods

    I have noticed that in every language, in every environment, there are always many dummy methods. My definition for dummy methods is a method that is there just to support some backward compatibility, or there is a new much better method but the old still exists, methods that have some dummy overloads...
  • Blog Post: Hello .NET World!

    * HELLO MKDOT .NET WORLD! * ---- protected void Page_Load(object sender, EventArgs e) { Response.Write(myFirstPost(" Hajan ")); } public string myFirstPost(string myName) { StringBuilder myString = new StringBuilder(); myString.AppendLine(" Hello everyone!<br />...
  • Blog Post: String.IsNullOrWhiteSpace() method in .NET 4.0

    Until .NET 3.5, most of the developers that are familiar with String class methods have already used String.IsNullOrEmpty() method. For example, I do often use this method when I want to check in same time if the String is Empty ("") or Null. Ex: if (! String .IsNullOrEmpty...
  • Blog Post: Дебагирање на ASP.NET Веб Сервиси

    Секој кој се сретнал со Веб Сервисите (Web Services), веќе знае каква е природата на самите Веб Сервиси и зашто истите се важни во Дистрибуираните Системи. На прв поглед, дебагирањето на Веб Сервисите и не е така тешко, се додека не наидете на некоја пречка како дебагирање на веб методи кои примаат...
  • Blog Post: Работа со вградени (embedded) ресурси во assembly на .NET проект

    Вградување на ресурси или - Embedding resources – во assembly-то на еден проект може да биде многу корисно за статични податоци во вашиот проект, како слики, или други фајлови. За оваа цел, .NET Фрејмворкот има Assembly класа којашто произлегува од System.Reflection. Со користење на методите...
  • Blog Post: JavaScriptSerializer – Користење на Serialize и Deserialize методи за конвертирање на Dictionary во JSON и обратно

    Пред некоја недела доста работев со .NET JavaScriptSerializer-от којшто содржи извонредни методи за сериајлизација и десеријализација на објекти. На пример ако сакаме да испратиме некој комплексен објект од клиент до веб сервис, би можеле да го сериализираме во JSON стринг, а потоа на страната на веб...
  • Blog Post: Известување за Macedonian CodeCamp 2010 настанот на мојот ASP.NET Weblog

    Штотуку пуштив кратко известување за Macedonian CodeCamp 2010 настанот на мојот официјален ASP.NET Weblog, вклучувајќи линкови до MKDOT.NET сајтовите и спонзорите на овој настан. Линк до блогот: http://weblogs.asp.net/hajan/archive/2010/10/22/speaking-at-macedonian-code-camp-2010.aspx Линк до...
  • Blog Post: Мерење на поминато време со користење на System.Diagnostics.Stopwatch класата

    Во System.Diagnostics постои Stopwatch класа којашто содржи сет од методи кои можеме да ги користиме за мерње на поминато време додека се извршува кодот. За разлика од користење на DateTime и TimeSpan класите, Stopwatch класата се смета за многу подобра и поточна во мерење на поминатото време. ...
  • Blog Post: Tips and Tricks: Deferred execution using LINQ

    Few days ago I was watching the Scott Allen’s video where he shows some interesting tips and tricks and ways to optimize your LINQ code. The following blog refers to one of his first tips in the video, so I’ve tried some tests which I’m going to explain here. This will be a basic...
  • Blog Post: Macedonian Code Camp 2010 event has finished successfully

    Thanks to all attendees, contributors/sponsors, speakers and the organization board, the event ‘ Macedonian Code Camp 2010 ’ held on Saturday, 6th of November in Skopje (Republic of Macedonia) has finished successfully. PHOTO STREAM Here are some facts/numbers related to the conference...
  • Blog Post: NDepend tool – Why every developer working with Visual Studio.NET must try it!

    In the past two months, I have had a chance to test the capabilities and features of the amazing NDepend tool designed to help you make your .NET code better, more beautiful and achieve high code quality. In other words, this tool will definitely help you harmonize your code. I mean, you’ve probably...
  • Blog Post: NDepend – Code Query Language (CQL)

    As I’ve mentioned in my first blog post , the Code Query Language (CQL) is used to help you write custom rules and query your own code. You can query your code on many specific ways. Also, the NDepend tool has nice CQL editor with excellent IntelliSense saupport. Note: Please read the Getting...
  • Blog Post: Linqer – a nice tool for SQL to LINQ transition

    Almost all .NET developers who have been working in several applications up to date are probably familiar with writing SQL queries for specific needs within the application. Before LINQ as a technology came on scene, my daily programming life was about 60-70% of the day writing code either in the front...
  • Blog Post: Find Code Cyclomatic Complexity with NDepend

    Cyclomatic Complexity or also known as ‘Conditional Complexity’ is measurement of complexity of a program code. The cyclomatic complexity is calculated using the control flow graph of the program, so this is based on the graph theory. Code Cyclomatic Complexity = Number of graph edges – Numer of Graph...
  • Blog Post: Моите блогови на DZone Мрежата (MVB)

    Здраво до сите, Би сакал да ги информирам сите оние кои ја следат DZone мрежата дека, бидејќи сум MVB (Most Valuable Blogger) на таа мрежа, поголемиот дел од моите блогови (барем нај интересните) се избираат од .NET Zone тимот и се објавуваат на DZone мрежата од кадешто дополнително ми се генерираат...
  • Blog Post: 50% Discount on Microsoft Press E-Books in O'REILLY

    I've just get informed for an excellent Ebok Deal of the Day about 50% discount on Microsoft Press E-Books in O'REILLY website. I thought this would be valuable information to share it with all my blog readers so that you can buy your favorite book before this offer expires. Here are...
  • Blog Post: JavaScript and jQuery learning path for .NET Developers

    INTRODUCTION Until five years ago, regardless of web development platform most of the web developers weren’t seeing the JavaScript scripting language as a potential candidate for become the most famous, technology independent language that will be used in 99% of the webs nowadays. One of the...
  • Blog Post: Два мои артикли во листата ‘DZone's Top 5 .NET Articles of 2011’

    Штотуку забележав дека два мои артикли се ставени во листа на најчитани и најдобри пет артикли на DZone мрежата за 2011 година. Имено, како DZone MVB (Most Valuable Blogger), тимот на DZone постојано ги следи моите артикли и ги референцира на нивната мрежа од кадешто добивам огромен број на посети од...