By tag: Dotnet
0
kicks
Girish speaks about NoSQL
Girish Karachiwala is Head of Technology at Compassites Software. In this video, he talks about NoSQL and the related advantages. NoSQL is a broad class of database management systems identified by non-adherence to the widely used relational database management system model. Girish goes on to talk a...
0
kicks
Mono 3.0.4 is out! Features include Improved garbage collection, Async bug fix, and Xamarin studio
I am a supporter of the open software movement and more specifically the mono project. I believe that this information is important for other .NET developers to know.
0
kicks
Begin with Parallel programming in Dotnet 4.0
Now a days computers are coming with multiple processors that enable multiple threads to be executed simultaneously to give performance of applications and we can expect significantly more CPUs in near future. If application is doing CPU intensive tasks and we find that one CPU is taking 100 %usage ...
0
kicks
Security Infrastructure of Dotnet – Part 1
Little background
Dotnet security infrastructure is setup above the the traditional operating system security. Managed compilers compile the source code into Microsoft Intermediate Language (MSIL), which is often described as object oriented assembly language. MSIL is machine independent. We can po...
0
kicks
Automagic Tooling and the Dumbing-Down of Developers
Summer of NHibernate's Stephen Bohlen discusses the primary difference between software automation tools and the developers who use them. The post is a nice corollary to the recently popular "Why I am Unimpressed with Rawness of Skillz" post.
0
kicks
CAKE3 - Free archiving library
Cake3 library supports compressing and extracting files to/from different archive formats .The library can be easily integrated to your projects .
0
kicks
It's Time for Microsoft to Make SQL Server Hosting Free.
My Biggest Question and Argument...?
What sense does it make for Microsoft to bring all languages under one roof, if they are not going to earn from database hosting. If They have no intentions to earn then why charge for SQL Hosting....?
Its time for Microsoft to understand this and remove a ...
0
kicks
Shaped Windows in WPF
In previous versions of Microsoft .Net Framework, creating shaped windows was a time-consuming process that involved Win API calls.Not anymore - one of the modern aspects of WPF is that you can make non-rectangular windows in simple way.
0
kicks
Dot Net Pulse: .NET Framework 3.0 Virtual Labs
.NET Framework version 3.0 is Microsoft’s managed-code programming model for developing software on the Windows platform. .NET Framework 3.0 includes Windows Presentation Foundation, Windows Communication Foundation, Windows Workflow Foundation, and Windows CardSpace technologies.Today you can learn...
0
kicks
Grids and Spreadsheets
John Powers discusses the present state (and future) of using grid computing and Excel together.