Home
»
MK .NET UG
»
MK Visual C# UG
»
All Tags
MK Visual C# UG
Се за Microsoft .NET Framework почнувајќи од WinForms па се до Mobile Device Development
Get this RSS feed
Home
Blogs
Forum
Tags
Tags
.NET 3.5
Anonymous Methods
c#
casting
Code Generation
CodeSmith
constructor
CSharp
FindAll
ForEach
GC
Javascript
List<T>
Microsoft Enterprise Library
mono
Office
Profiling
reflection
regular expression
SharePoint
SMO
SQL Server
T-SQL
TypeScript
Utils
Tagged Content List
Blog Post:
Да рефлектираме малку
SWeko
Рефлексијата е делот од .net framework-от кој ни овозможува да добиеме информации за објектите за време на извршување. Е сега, што тоа значи? Тоа, во основа, значи дека можеме да го прашаме еден објект дали има одреден метод, или одредено својство, да видеме од кој тип е некој објект и слични работи...
on
Fri, Feb 29 2008
Blog Post:
Anonymous Delegates - The Method With No Name (1/6)
SWeko
Иако веќе една година цел .net свет врие заради новостите во 3.5, во овој пост (и неколкуте наредни) ќе обрнам малку внимание на едно релативно ретко користено подобрување воведено во Framework 2.0 – анонимните методи. Во верзија 1.1 доколку сакаме да повикаме методи кои се надвор од тековниот scope...
on
Mon, Mar 24 2008
Blog Post:
Turn on Versioning on SharePoint document library
boban
Shared Documents is default document library that is created when you create new Site on SharePoint Server 2007. By default Versioning or Checkout is turned off, but these features are very useful for document management. First one when turned on will create new document version whenever document is...
on
Tue, Jul 22 2008
Blog Post:
Run a .sql script files in C#
boban
If you have placed in situation to execute .sql script files from .NET code on SQL Server, you will see that SqlCommand class is not that useful. In other words, you can't execute batch commands that contains 'GO' (batch finalizer command). So you can think of several options, like split...
on
Thu, Aug 7 2008
Blog Post:
Anonymous Delegates – Find Me If You Can (2/6)
SWeko
Најголемата придовка од Framework 2.0 е, без дискусија, воведувањето на генеричките типови, и заедно со нив типизираните листи. Наместо како во 1.1 да се става се и сешто во ArrayList, и да се троши многу време и енергија на boxing и unboxing, во 2.0 можеме лесно да си креираме List<Invoice>, List<Order>...
on
Mon, Aug 11 2008
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:
Measure memory consumption by .NET object
boban
There are many profiling tools like dotTrace (My favorite), CLR Profiler, ANTS, NProf and many others. I use dotTrace regularly, but sometimes I need to measure the size of two objects only, and just to see the difference. I don't wish for such a small operation to start debugging with any tool....
on
Tue, Sep 23 2008
Blog Post:
Simple Class for Performance Test
boban
My last post was about measuring memory consumption of .Net objects. So I though, why don't continue with simplest performance testing class. We are very often in doubt about particular part of code, could we make it faster. So you make a change and rely on your expectation but not on real proof...
on
Sat, Sep 27 2008
Blog Post:
CodeSmith, a tool for every developer
boban
I first had a contact with this tool, few years ago. My first impression was not good at all. In that moment I didn’t find it useful, especially the templates that comes with it. After some time I saw a very good template for procedures that was some 70% of my expectations. I decide to spend and have...
on
Mon, Nov 9 2009
Blog Post:
20 Database Checks
boban
Recently I discovered a small application named SqlCop that integrates many database tests. I tried the tool and it was pretty much ok, although I’ve discovered some application bugs and also some of the queries(tests) were not working in my environment. So I decided to completely rewrite all those...
on
Fri, Aug 13 2010
Blog Post:
Hello TypeScript
SWeko
Не е тајна дека не сум обожавател на JavaScript. "Ако биде биде" пристапот не ми се допаѓаше воопшто, а и неможноста човечки да се дебагира JavaScript на почетокот на 2000-те не помагаше. Всушност, памтам дека, во една од моите први поголеми битки со JavaScript, изгубив цел работен дел ловејќи...
on
Tue, Nov 6 2012
Blog Post:
Конструкторот кој не беше присутен
SWeko
Промените кои го кршат кодот се лоши, и често тешко се убедуваме дека навистина ни се потребни. Сепак, уште полошо е кога ќе направеме некоја невина промена, која не би требало да афектира ништо, и ќе видеме дека двеста тестови паднале заради тоа. Или уште позабавно, кога се ќе е во ред, се додека, неколку...
on
Mon, Apr 15 2013