danak

Stories kicked by danak

How to update client GUI from a Server using WCF?(blogs.microsoft.co.il)

submitted by kolbiskolbis(660) 3 years, 5 months ago

How do you update your GUI when the server pushes data at you? In this post I will show you how to update a GUI control from a WCF service. read more...

add a comment |category: |Views: 66

tags: another

What Gives? The Enterprise Library Tracer(blogs.microsoft.co.il)

submitted by kolbiskolbis(660) 3 years, 5 months ago

One of my favorite Application Block on the Enterprise Library is the Logging Application Block. I have used it since the early versions of EntLib and even prior when we had the application block itself. I though I knew everything there is to know about the logger, however lately I have found that there still things to learn. In this post I will present to you the EntLib Tracer from the LAB. read more...

add a comment |category: |Views: 106

tags: another

What Gives? DEBUG, RELEASE & Inline (blogs.microsoft.co.il)

submitted by kolbiskolbis(660) 3 years, 5 months ago

What is the different between DEBUG and RELEASE? Why should you care about it? How to ignore JIT optimization? Read this post to find more... read more...

add a comment |category: |Views: 12

tags: another

Who Called Me? (blogs.microsoft.co.il)

submitted by kolbiskolbis(660) 3 years, 5 months ago

Sometimes it is important to understand what method called other method. In ths post I will show you an easy way to do that. read more...

3 comments |category: |Views: 690

tags: another

Things You Aren't Allowed to See on Google Maps(blogs.microsoft.co.il)

submitted by kolbiskolbis(660) 3 years, 5 months ago

Google Maps offers a satellite view or a street-level view of tons of locations around the world. You can look up landmarks like the Pyramids of Egypt or the Great Wall of China, as well as more personal places, like your ex’s house. However, for all of the places that Google Maps allows you to see, there are some that are off-limits, actually there are 51 "Prohibited" places. read more...

add a comment |category: |Views: 21

tags: another

Going Agile - Part 1(blogs.microsoft.co.il)

submitted by kolbiskolbis(660) 3 years, 5 months ago

This is the first of a several posts telling the story of going agile. I will try and describe for you a process I have gone through with one of my customers. The process of becoming agile...but first thing first. In this post I will give the background and describe the problem space that lead me to the agility path. read more...

add a comment |category: |Views: 8

tags: another

The WndProc & How To Disable (Ignore) Button Click Event(blogs.microsoft.co.il)

submitted by kolbiskolbis(660) 3 years, 6 months ago

So, the idea behind this post is to show you guys, how to disable the click event of a .NET button read more...

add a comment |category: |Views: 95

tags: another

Test Private Methods, Yes or No?(blogs.microsoft.co.il)

submitted by kolbiskolbis(660) 3 years, 6 months ago

Should you test private method??? Read my opinion and end up improving your code design. read more...

add a comment |category: |Views: 8

tags: another

Requirements Management Using Visual Studio Team System(blogs.microsoft.co.il)

submitted by kolbiskolbis(660) 3 years, 6 months ago

Failures to define, communicate, or validate business requirements are the root causes of many software-project delays, overruns, and failures. Read this white paper and improve you project management. read more...

add a comment |category: |Views: 23

tags: another

Visual Studio Tip: Debug .NET Framework Source Code(blogs.microsoft.co.il)

submitted by kolbiskolbis(660) 3 years, 6 months ago

Learn how to step into a .NET Framework method. read more...

add a comment |category: |Views: 7

tags: another

Software Development's Classic Mistakes 2008(blogs.microsoft.co.il)

submitted by kolbiskolbis(660) 3 years, 6 months ago

So, what are the most frequently development mistakes? Read this to find out more... read more...

add a comment |category: |Views: 26

tags: another

Pain Killer For Viewing Load Test Results(blogs.microsoft.co.il)

submitted by kolbiskolbis(660) 3 years, 6 months ago

This post is a guide on how to save time and pain on your next time you want to load test your application. read more...

add a comment |category: |Views: 15

tags: another

66% Discount for Visual Studio Team System(blogs.microsoft.co.il)

submitted by kolbiskolbis(660) 3 years, 6 months ago

Between October 1, 2008 and December 31, 2008, ISV competency partners may purchase Visual Studio Team System 2008 Team Suite with MSDN Premium subscription at a 66% discount off retail price! read more...

add a comment |category: |Views: 12

tags: another

Mocking, Good Or Bad?(blogs.microsoft.co.il)

submitted by kolbiskolbis(660) 3 years, 6 months ago

My opinion on mocking frameworks. read more...

add a comment |category: |Views: 30

tags: another

IDE Features In Visual Studio 2010(blogs.microsoft.co.il)

submitted by kolbiskolbis(660) 3 years, 6 months ago

Visual Studio 2010 has some cool features for the developers to allow rapid application development and basically allow the developers to be more productive. read more...

add a comment |category: |Views: 61

tags: another

Test Driven Development & Visual Studio 2010(blogs.microsoft.co.il)

submitted by kolbiskolbis(660) 3 years, 6 months ago

Up to now, Visual Studio did a great job helping us develop applications and tests based on existing classes and methods, but when you don't have your API ready, the IDE will fight you. TDD is out there for some time now and is popular, however the IDE gives all those developers who use TDD hard time. Visual Studio 2010 IDE has some improvements to allow test first style. read more...

add a comment |category: |Views: 138

tags: another