Home
»
MK .NET UG
»
Design, Solutions and .NET Framework by Dejan Dimitrovski
Design, Solutions and .NET Framework by Dejan Dimitrovski
MK .NET UG
Macedonian .NET User Group
Get this RSS feed
Home
Blogs
Forum
Tags
Options
Email Blog Author
RSS for posts
OK
Tags
.NET Framework
Add-ins
ADO.NET
ASP.NET
Azure
camp
cloud
CodePlex
conference
debug
deployment
Development tools
Entity Framework
events
IIS
Internet Explorer
next version
Patterns and Practices
Security
Silverlight
SOA
Visual Studio
WCF
WPF
WTF
Design, Solutions and .NET Framework by Dejan Dimitrovski
RSS for posts
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Design, Solutions and .NET Framework by Dejan Dimitrovski
TechDay and IT Camp Week
Posted
over 1 year ago
by
dejan
0
Comments
This week I’ll organize several events in few Balkan countries. The events focus is on ITPros and Developers named as: May 14 th – TechDay ITPro , Podgorica, Montenegro May 15 th – IT Camp , Pristina, Kosovo May 16 th – TechDay ITPro & Dev ,...
Design, Solutions and .NET Framework by Dejan Dimitrovski
Windows Azure Discovery Camp
Posted
over 1 year ago
by
dejan
0
Comments
You have chance to spend a day with some of the nation’s leading cloud experts and for you to learn how to build an application that runs in Windows Azure. You will learn how to sign up for free time in the cloud, and how to build a typical web application...
Design, Solutions and .NET Framework by Dejan Dimitrovski
SEE Business Technology Week Speaker
Posted
over 1 year ago
by
dejan
0
Comments
Since this will be the year of the Cloud, I’m glad to be the one who will present the Microsoft Cloud Story to the audience at the South East European Business Technology Week . The event is planned to be as a roadshow into the neighboring countries Macedonia...
Design, Solutions and .NET Framework by Dejan Dimitrovski
Learn Windows Azure Event
Posted
over 2 years ago
by
dejan
0
Comments
Join live the Microsoft Redmond Campus to learn how to get started building applications for the cloud from Microsoft technical leaders Scott Guthrie, Dave Campbell, and Mark Russinovich! On Tuesday December 13th there will be a special Windows Azure...
Design, Solutions and .NET Framework by Dejan Dimitrovski
SkyDrive API available through Live SDK
Posted
over 2 years ago
by
dejan
0
Comments
Great news for all developers who want to integrate their applications with Live services, including SkyDrive for operating with documents and pictures in the cloud. SkyDrive is a key part of the “device cloud” concept letting you use 25GB for easily...
Design, Solutions and .NET Framework by Dejan Dimitrovski
Speaker @ Microsoft Vizija 9
Posted
over 2 years ago
by
dejan
0
Comments
I’m honored to be part from this year’s Microsoft Vizija conference – the biggest IT event happening in Macedonia. I’m looking forward to this great opportunity to meet a lot of interesting people! I am going to hold a session about Azure and how to prepare...
Design, Solutions and .NET Framework by Dejan Dimitrovski
Python Tools for Visual Studio
Posted
over 2 years ago
by
dejan
0
Comments
Python Tools for Visual Studio turns Visual Studio into a Python IDE. It's a free & open source plug-in for Visual Studio 2010 from Microsoft's Developer Division. PTVS enables developers to use all the major productivity features of...
Design, Solutions and .NET Framework by Dejan Dimitrovski
Jump Start: Building applications for Windows Phone Mango
Posted
over 2 years ago
by
dejan
0
Comments
Mango is an important leap forward in Microsoft’s overall mobile strategy and the developer community has taken notice. Now is the time to embrace the “tile-and-app” UI and reap the rewards Mango provides your development team and user community. This...
Design, Solutions and .NET Framework by Dejan Dimitrovski
Mentor @ Skopje Startup Weekend
Posted
over 2 years ago
by
dejan
1
Comments
I would like to share that during the period 24-26th June I’ll be part of the first Startup Weekend organized in Skopje, Macedonia. I’m honored that the initiation came from the organizers, where they’ve asked from me to join this historical event for...
Design, Solutions and .NET Framework by Dejan Dimitrovski
Speaker @ TechDays and LanFest
Posted
over 2 years ago
by
dejan
1
Comments
Microsoft TechDays is one of the largest technical event for Microsoft technologies in this region, and this year I will present the Visual Studio LightSwitch in Kosovo (17.05.2011) and Macedonia (18.05.2011). For those who will not be able to join my...
Design, Solutions and .NET Framework by Dejan Dimitrovski
The evolution of web design
Posted
over 2 years ago
by
dejan
1
Comments
Let's make a short overview. Everything has started during the 90's, text based browsers. At that time I was a student, looking for new challenges. MTV, NBA... I've remember my first modem with 9.6kbps, first visual designs, my first Internet...
Design, Solutions and .NET Framework by Dejan Dimitrovski
Improvements over duplex messaging in Silverlight 4
Posted
over 3 years ago
by
dejan
0
Comments
HTTP as a protocol is a request/reply communication mechanism which means that the server respond only if it is initiated as request from the client. Because of this nature of the HTTP protocol, some tricks are needed to make it look like a duplex transport...
Design, Solutions and .NET Framework by Dejan Dimitrovski
WCF Load Test
Posted
over 4 years ago
by
dejan
0
Comments
This tool takes a WCF trace file and a WCF client proxy, or a WCF interface contract, and generates a unit test that replays the same sequence of calls found in the trace file. The code generated is easily modifiable so that data variation can be introduced...
Design, Solutions and .NET Framework by Dejan Dimitrovski
GET method and Internet Explorer workaround
Posted
over 4 years ago
by
dejan
1
Comments
This post is just a note for those who have not experienced WCF, REST, GET method and Internet Explorer in combination or AJAX, GET method and Internet Explorer again. Actually the problem is that the browser is greedy for caching and If you use a GET...
Design, Solutions and .NET Framework by Dejan Dimitrovski
Debugging HTTP Requests
Posted
over 4 years ago
by
dejan
0
Comments
Using WCF application that has an HTTP binding often needs ability to monitor exact messages that are being transmitted. If you don’t like to use WCF message tracing and logging feature , you can try the alternative more accurate and easier way to capture...
Design, Solutions and .NET Framework by Dejan Dimitrovski
Software+Services
Posted
over 4 years ago
by
dejan
0
Comments
Nice overview on S+S strategy, and why it’s far superior related to Software as a Service (SaaS). Take a look on this 4 minutes video . video.aspx?vid=0c9021e8 eb39 4a82 9120 0adfc2302515 As additional info, you can reach the following materials...
Design, Solutions and .NET Framework by Dejan Dimitrovski
Oslo and Visual Studio 2010 – one of top projects in Microsoft Research
Posted
over 4 years ago
by
dejan
0
Comments
If you are interested, here is a sneak peek on top ten technologies in Microsoft Research by Network World. Take a look at parts in this article for Oslo and Visual Studio 2010 as one of top projects there, it’s more than obvious that there is a bright...
Design, Solutions and .NET Framework by Dejan Dimitrovski
Data Contract Versioning
Posted
over 4 years ago
by
dejan
0
Comments
It’s obvious that every software is something breakable if we planning to improve it with a new version and the same story is with our WCF services which can evolve over time. In this article, I’ll gave you few advices on dealing with different versioning...
Design, Solutions and .NET Framework by Dejan Dimitrovski
Hello Cloud – Exploring .NET Service Bus
Posted
over 5 years ago
by
dejan
1
Comments
After submitting request before few weeks to allow me an access to the Windows Azure Services , Microsoft sends me an email with all necessary details on how to explore this new platform for developers. First thoughts on Azure were that this is another...
Design, Solutions and .NET Framework by Dejan Dimitrovski
Choose the Right WCF Host
Posted
over 5 years ago
by
dejan
0
Comments
WCF as part of the .NET Framework supports different OS platforms, providing accessibility over many protocols including HTTP, TCP, IPC and MSMQ. But not every WCF host support the entire suite of protocols which limiting your options at times. Beyond...
Design, Solutions and .NET Framework by Dejan Dimitrovski
WCF Tracing and Message Logging
Posted
over 5 years ago
by
dejan
5
Comments
The most important thing when you are developing an application is actually the debugging process. If we are talking about WCF, tracing should help developer to debug WCF service by logging all operations on the service. How to enable trace Open the config...
Design, Solutions and .NET Framework by Dejan Dimitrovski
.NET Framework 4.0 and Windows Server “Dublin”
Posted
over 5 years ago
by
dejan
0
Comments
That’s it. The next version of .NET, known as version 4.0, should be presented to the developer’s community in October as Preview. Together with Visual Studio “10” they are a quite exciting bunch of technologies that Microsoft will extend the capabilities...
Design, Solutions and .NET Framework by Dejan Dimitrovski
Visual Studio 2008 SP1 and XSD Schema Designer
Posted
over 5 years ago
by
dejan
3
Comments
It's nice to see that my favorite XSD designer is back after installing Visual Studio 2008 SP1. For those who are not in the game, read on my previous article about Visual Studio 2008 XML tools . First of all, I have noticed that my Server Explorer...
Design, Solutions and .NET Framework by Dejan Dimitrovski
Credentials and Double Hop
Posted
over 5 years ago
by
dejan
0
Comments
Few year ago, when I was being an ASP.NET enthusiast, I had to deal with the problem known as hop the credential over servers. It looks that this problem still is the major pain for the most of ASP.NET developers, because many of them so often asks me...
Design, Solutions and .NET Framework by Dejan Dimitrovski
Visual Studio SP1 and .NET Framework SP1 RTM
Posted
over 5 years ago
by
dejan
0
Comments
Visual Studio 2008 Service Pack 1 (SP1) and .NET Framework 3.5 SP1 are out! Even that they looks more like feature pack ( my previous article ), they offer additionally improvements in responsiveness, stability and performance. The list of delivers is...
1
2
3