Home
»
MK .NET UG
»
All Tags
»
.net 3.5
MK .NET UG
Macedonian .NET User Group
Get this RSS feed
Home
Blogs
Forum
Tags
Tags
.net
.NET 4.0
Active Directory
Deserialization
Dictionary
Directory Services
JavaScriptSerializer
JSON
LINQ
Object
Serialization
Tagged Content List
Blog Post:
Managing Directory Services in a clean way
darko
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...
on
Sun, Feb 24 2008
Blog Post:
Brief introduction on Query Expressions
mile
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...
on
Wed, Feb 27 2008
Forum Post:
Microsoft .NET Framework 3.5 full redistributable package
mile
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
on
Fri, Apr 11 2008
Blog Post:
JavaScriptSerializer – Користење на Serialize и Deserialize методи за конвертирање на Dictionary во JSON и обратно
hajan
Пред некоја недела доста работев со .NET JavaScriptSerializer-от којшто содржи извонредни методи за сериајлизација и десеријализација на објекти. На пример ако сакаме да испратиме некој комплексен објект од клиент до веб сервис, би можеле да го сериализираме во JSON стринг, а потоа на страната на веб...
on
Fri, Jul 23 2010