Stories recently tagged with 'DotNet'

Begin with Parallel programming in Dotnet 4.0(beyondrelational.com)

submitted by DPalkarDPalkar(228) 1 year ago

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 and others are idle. It might be situation when one thread is doing cpu intensive work and other threads are doing non cpu intensive work. In this case application is not utilizing all CPUs potential here. To get benefits all CPUs Microsoft launches Parallel Programming Library in DotNet Framework 4.0. read more...

add a comment |category: |Views: 9

tags: another

Security Infrastructure of Dotnet – Part 1(blog.projectsilos.com)

submitted by sunnyarorasunnyarora(70) 2 years, 3 months ago

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 port the MSIL onto any hardware and execute seamlessly. read more...

add a comment |category: |Views: 6

tags: another

Automagic Tooling and the Dumbing-Down of Developers(unhandled-exceptions.com)

submitted by NotMyselfNotMyself(215) 3 years, 6 months ago

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. read more...

add a comment |category: |Views: 5

tags: another

CAKE3 - Free archiving library(devintelligence.com)

submitted by adventureradventurer(2244) 3 years, 11 months ago

Cake3 library supports compressing and extracting files to/from different archive formats .The library can be easily integrated to your projects . read more...

add a comment |category: |Views: 7

tags: another

It's Time for Microsoft to Make SQL Server Hosting Free.(ironruby.blogspot.com)

submitted by softmindsoftmind(115) 4 years, 4 months ago

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 small yet big hurdle that stops developers reaching towards windows hosting world. read more...

2 comments |category: |Views: 2

tags: another

Shaped Windows in WPF(devintelligence.com)

submitted by adventureradventurer(2244) 4 years, 4 months ago

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. read more...

add a comment |category: |Views: 18

tags: another

Dot Net Pulse: .NET Framework 3.0 Virtual Labs(dotnetpulse.blogspot.com)

submitted by adventureradventurer(2244) 4 years, 7 months ago

.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 these new technologies through a series of guided, hands-on labs which can be completed in 90 minutes or less. read more...

add a comment |category: |Views: 8

tags: another

Grids and Spreadsheets(powersunfiltered.com)

submitted by oaktowneroaktowner(80) 5 years, 3 months ago

John Powers discusses the present state (and future) of using grid computing and Excel together. read more...

add a comment |category: |Views: 2

tags: another