cecildt

Stories kicked by cecildt

SQL Server Virtualization Notes(cecildt.blogspot.com)

submitted by cecildtcecildt(203) 4 months, 2 days ago

Virtualization of SQL Server these days are becoming more a reality and common practice. Usually if you mention SQL Server and Virtualization in one sentence people will look at you as if you are a mad man. With this post I would like to talk about a couple of notes you need to consider when you virtualize SQL Server. When using a hypervisor to consolidate your SQL Servers into a virtualization environment you need to think about the impact on CPU, Memory, Storage and Network performance and management. read more...

1 comment |category: |Views: 102

tags: another

A few principles for writing blazing fast code in .NET(www.smelser.net)

submitted by JoeGeekyJoeGeeky(364) 4 months, 4 days ago

Just a few tips to write code that requires higher performance demands read more...

2 comments |category: |Views: 1020

tags: another

What’s new in WCF 4.5? Improved streaming in IIS hosting(blogs.microsoft.co.il)

submitted by idofidof(307) 4 months, 9 days ago

What’s new in WCF 4.5? Improved streaming in IIS hosting As promised in my previous post, I’m continuing my mission to inform you of new changes in WCF 4.5. If you’ve ever tried creating a WCF service that uses streamed requests (for example a file upload service) and host it in IIS, you may have noticed a strange behavior in your WCF service – it would seem that WCF is late in receiving the request, as if it was entirely loaded into the memory, and then passed to WCF. So is it streamed? or is it actually buffered? well, it’s both. This is the ninth post in the WCF 4.5 series. This post continues the previous posts on web-hosting features, and this time it is about the improved streaming capabilities of WCF 4.5 when it is hosted in IIS. read more...

add a comment |category: |Views: 144

tags: another

Deploy SharePoint 2010 The Easy Way(cecildt.blogspot.com)

submitted by cecildtcecildt(203) 8 months, 18 days ago

If you are a SharePoint Developer or Administrator you know it can take a long time to deploy SharePoint 2010 and difficult to remember everything that you have to configure in SharePoint 2010. A easy deployment solution is available to quickly deploy SharePoint 2010. read more...

add a comment |category: |Views: 2

tags: another

SQL Server 2011 “DENALI” New Function - IIF(cecildt.blogspot.com)

submitted by cecildtcecildt(203) 8 months, 18 days ago

Today I’m looking at the new TSQL function IIF that is available in SQL Server 2011 ”Denali”. IIF stand for “Inline IF”. IIF is a shorthand way for writing a CASE statement in TSQL. read more...

add a comment |category: |Views: 0

tags: another

SignalR - The ASP.Net alternative to Node.js + Socket.IO + NowJS(www.hanselman.com)

submitted by dpetersondpeterson(4397) 8 months, 27 days ago

Scott Hanselman provides a quick introduction to SignalR and shows off a 12 line chat program read more...

1 comment |category: |Views: 725

tags: another

SQL SERVER 2011 “DENALI” New Function – EOMONTH(cecildt.blogspot.com)

submitted by cecildtcecildt(203) 8 months, 28 days ago

As we all are waiting in excitement for the final release of SQL Server “Denali” I’m going to look at the new TSQL functions it brings for developers. The first function is EOMONTH. EOMONTH stand for “End Of MONTH”. read more...

add a comment |category: |Views: 1

tags: another

Microsoft Research: Trinity Graph Database(cecildt.blogspot.com)

submitted by cecildtcecildt(203) 8 months, 29 days ago

I found myself wondering around the Microsoft Research website the other day and found the Trinity project. Trinity is a graph database and computation platform over distributed memory cloud. read more...

add a comment |category: |Views: 6

tags: another

Lync Server 2010 – Topology Publish Error(cecildt.blogspot.com)

submitted by cecildtcecildt(203) 9 months, 18 days ago

How to fix Lync Server 2010 Topology Publish Error where there is already an Central Management Store location registered. read more...

add a comment |category: |Views: 2

tags: another

Lessons Learned using WCF net.tcp(cecildt.blogspot.com)

submitted by cecildtcecildt(203) 1 year ago

I recently worked on a project where I developed an WCF web services that is exposed via https and net.tcp. The web services does all the database calls and business logic. Here are some lessons or tips for developing in WCF with net.tcp. read more...

add a comment |category: |Views: 11

tags: another

Devs4Devs Cape Town Talk–Using AppFabric Cache with WCF(cecildt.blogspot.com)

submitted by cecildtcecildt(203) 1 year ago

Presentation at Microsoft Devs4Devs Cape Town about using Windows Server AppFabric Cache in WCF to improve your web service responses. read more...

add a comment |category: |Views: 2

tags: another

BizTalk 2010 SQL Adapter Disappearing Act(cecildt.blogspot.com)

submitted by cecildtcecildt(203) 1 year, 3 months ago

Something strange happens in BizTalk 2010 project inside Visual Studio 2010 when using the SQL Adapter. The SQL Adapter Wizard sometimes disappear for no reason. read more...

add a comment |category: |Views: 5

tags: another

RedGate .Net Reflector Free Replacement Tools – ILSpy and Resharper De(cecildt.blogspot.com)

submitted by cecildtcecildt(203) 1 year, 3 months ago

With all the controversy about Reflector going commercial. People had to start looking for other solutions. Here is two tools that could be used. ILSpy from SharpDevelop and Resharper Decompiler from JetBrains. read more...

add a comment |category: |Views: 46

tags: another

Important .NET Framework 4.0 Command Line Tools You Must Know(www.devcurry.com)

submitted by SuprotimAgarwalSuprotimAgarwal(715) 1 year, 3 months ago

The .NET Framework 4.0 contains a plethora of command line tools ranging from build, deployment, debugging, security to Interop tools, and so on. Here’s a list of important command line tools in the .NET Framework 4.0 which can be run using the Visual Studio Command Prompt. read more...

add a comment |category: |Views: 749

tags: another

Creating HTML5 Offline Web Applications with ASP.NET(stephenwalther.com)

submitted by Stephen.WaltherStephen.Walther(180) 1 year, 4 months ago

Describes how to create HTML5 Offline Web Applications using ASP.NET. Learn how to create a manifest and serve the manifest with the proper MIME type. Learn how to view the offline cache when using both Firefox and Chrome. read more...

add a comment |category: |Views: 101

tags: another

Authentication using JSON from ASP .Net MVC 3.0 to WCF(cecildt.blogspot.com)

submitted by cecildtcecildt(203) 1 year, 4 months ago

Show you how to develop an authentication system with JSON using ASP .Net MVC 3.0 and WCF. read more...

add a comment |category: |Views: 48

tags: another