Blogs
Home
»
MK .NET UG
MK .NET UG
Macedonian .NET User Group
Get this RSS feed
Home
Blogs
Forum
Tags
Tags
.NET 3.5
.NET 4.0
.net world
asp.net
assembly
attach-to-process
authentication
c#
C#
code camp
Community News
conference
CQL
Cyclomatic Complexity
debug
debugging
Deserialization
Dictionary
Dzone
Ebooks
embedded-resources
error
event
Experiment
hello world
Tagged Content List
Blog Post:
Dummy methods
boban
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...
on
Sun, Sep 14 2008
Blog Post:
Hello .NET World!
hajan
* 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 />...
on
Thu, Jun 3 2010
Blog Post:
String.IsNullOrWhiteSpace() method in .NET 4.0
hajan
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...
on
Tue, Jun 22 2010
Blog Post:
Дебагирање на ASP.NET Веб Сервиси
hajan
Секој кој се сретнал со Веб Сервисите (Web Services), веќе знае каква е природата на самите Веб Сервиси и зашто истите се важни во Дистрибуираните Системи. На прв поглед, дебагирањето на Веб Сервисите и не е така тешко, се додека не наидете на некоја пречка како дебагирање на веб методи кои примаат...
on
Wed, Jun 30 2010
Blog Post:
Работа со вградени (embedded) ресурси во assembly на .NET проект
hajan
Вградување на ресурси или - Embedding resources – во assembly-то на еден проект може да биде многу корисно за статични податоци во вашиот проект, како слики, или други фајлови. За оваа цел, .NET Фрејмворкот има Assembly класа којашто произлегува од System.Reflection. Со користење на методите...
on
Sat, Jul 3 2010
Blog Post:
JavaScriptSerializer – Користење на Serialize и Deserialize методи за конвертирање на Dictionary во JSON и обратно
hajan
Пред некоја недела доста работев со .NET JavaScriptSerializer-от којшто содржи извонредни методи за сериајлизација и десеријализација на објекти. На пример ако сакаме да испратиме некој комплексен објект од клиент до веб сервис, би можеле да го сериализираме во JSON стринг, а потоа на страната на веб...
on
Fri, Jul 23 2010
Blog Post:
Известување за Macedonian CodeCamp 2010 настанот на мојот ASP.NET Weblog
hajan
Штотуку пуштив кратко известување за Macedonian CodeCamp 2010 настанот на мојот официјален ASP.NET Weblog, вклучувајќи линкови до MKDOT.NET сајтовите и спонзорите на овој настан. Линк до блогот: http://weblogs.asp.net/hajan/archive/2010/10/22/speaking-at-macedonian-code-camp-2010.aspx Линк до...
on
Fri, Oct 22 2010
Blog Post:
Мерење на поминато време со користење на System.Diagnostics.Stopwatch класата
hajan
Во System.Diagnostics постои Stopwatch класа којашто содржи сет од методи кои можеме да ги користиме за мерње на поминато време додека се извршува кодот. За разлика од користење на DateTime и TimeSpan класите, Stopwatch класата се смета за многу подобра и поточна во мерење на поминатото време. ...
on
Mon, Oct 25 2010
Blog Post:
Tips and Tricks: Deferred execution using LINQ
hajan
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...
on
Tue, Oct 26 2010
Blog Post:
Macedonian Code Camp 2010 event has finished successfully
hajan
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...
on
Wed, Nov 17 2010
Blog Post:
NDepend tool – Why every developer working with Visual Studio.NET must try it!
hajan
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...
on
Thu, Dec 30 2010
Blog Post:
NDepend – Code Query Language (CQL)
hajan
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...
on
Thu, Dec 30 2010
Blog Post:
Linqer – a nice tool for SQL to LINQ transition
hajan
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...
on
Mon, Jan 24 2011
Blog Post:
Find Code Cyclomatic Complexity with NDepend
hajan
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...
on
Fri, Mar 25 2011
Blog Post:
Моите блогови на DZone Мрежата (MVB)
hajan
Здраво до сите, Би сакал да ги информирам сите оние кои ја следат DZone мрежата дека, бидејќи сум MVB (Most Valuable Blogger) на таа мрежа, поголемиот дел од моите блогови (барем нај интересните) се избираат од .NET Zone тимот и се објавуваат на DZone мрежата од кадешто дополнително ми се генерираат...
on
Sun, Mar 27 2011
Blog Post:
50% Discount on Microsoft Press E-Books in O'REILLY
hajan
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...
on
Fri, Apr 22 2011
Blog Post:
JavaScript and jQuery learning path for .NET Developers
hajan
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...
on
Wed, Aug 10 2011
Blog Post:
Два мои артикли во листата ‘DZone's Top 5 .NET Articles of 2011’
hajan
Штотуку забележав дека два мои артикли се ставени во листа на најчитани и најдобри пет артикли на DZone мрежата за 2011 година. Имено, како DZone MVB (Most Valuable Blogger), тимот на DZone постојано ги следи моите артикли и ги референцира на нивната мрежа од кадешто добивам огромен број на посети од...
on
Sun, Jan 15 2012