MK .NET UG

MK .NET UG
Macedonian .NET User Group
Tagged Content List
  • Blog Post: Managing Directory Services in a clean way

    Many of .NET developers know hot to query a SQL database, to write a stored procedure and to insert some data into a table. But from my experience few of them really worked on querying and managing Active Directory store. From the beginning of the .NET Framework, Microsoft tried to wrap as much as possible...
  • Blog Post: Brief introduction on Query Expressions

    Query expressions can be used to query and to transform data from any LINQ-enabled data source. For example, a single query can retrieve data from a SQL database, and produce an XML stream as output. Query expressions are easy to master because they use many familiar C# language constructs. The variables...
  • Forum Post: Microsoft .NET Framework 3.5 full redistributable package

    To download the full redistributable package, rather than the bootstrapper, click on the link below to start the download: http://download.microsoft.com/download/6/0/f/60fc5854-3cb8-4892-b6db-bd4f42510f28/dotnetfx35.exe
  • Blog Post: JavaScriptSerializer – Користење на Serialize и Deserialize методи за конвертирање на Dictionary во JSON и обратно

    Пред некоја недела доста работев со .NET JavaScriptSerializer-от којшто содржи извонредни методи за сериајлизација и десеријализација на објекти. На пример ако сакаме да испратиме некој комплексен објект од клиент до веб сервис, би можеле да го сериализираме во JSON стринг, а потоа на страната на веб...