Özellikle “.NET Core” un (Bkz. http://blogs.msdn.com/b/dotnet/archive/2014/12/04/introducing-net-core.aspx) Red Hat Enterprise Linux Atomic Host (Bkz. https://access.redhat.com/articles/rhel-atomic-getting-started) üzerinde çalışabilecek olması, bir süredir konuşmaya başladığımız “microservices” dünyası için çok önemli bir gelişme. Örneğin bir ASP.NET 5 uygulamanızı isterseniz bir Windows container’da isterseniz RHEL Atomic Host’ta çalışan bir Linux container’da çalıştırmayı tercih edebileceksiniz. Daha fazla detaylar için aşağıdaki sayfaları inceleyebilirsiniz :  […]

Read More → Red Hat de artık Microsoft Azure’da!

Our RTM build number of .NET Framework 4.0 is 4.0.30319.1 . After appyling “Visual Studio 2010 Service Pack 1” to your Visual Studio 2010, you will see that some DLLs in your .NET 4.0 upgraded from 4.0.30319.1 to 4.0.30319.225 . For example check your C:\windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll’s version (for x64 machines) or C:\windows\Microsoft.NET\Framework\v4.0.30319 (for x86 machines) by […]

Read More → .NET 4.0 update (4.0.30319.225)

  The Visual Studio is the primal IDE for developping .NET applications. Especially its debugging features makes it more powerful.  One of those feature is the “Visualizer”s. Visualizers are UI components to show the content of some complex objects when debugging. The best example is the built-in “DataSet Visualizer”. Let’s assume you put a breakpoint […]

Read More → Where’s my good old friend DataSet visualizer ?