cecildt

Stories submitted 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

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

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

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

Upload Documents to SharePoint 2010 with Web Services(cecildt.blogspot.com)

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

Shows you how to upload documents to a document library in SharePoint 2010 and also to create folders via web services in the document library. read more...

add a comment |category: |Views: 54

tags: another

Setup SharePoint 2010 on Windows 7(cecildt.blogspot.com)

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

This blog entry will show you how to setup SharePoint 2010 on Windows 7. Unfortunately it is not just as simple as to download SharePoint 2010 and say install. read more...

add a comment |category: |Views: 12

tags: another

Introduction Tips to Workflow 4.0(cecildt.blogspot.com)

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

Introduction Tips and materials to Microsoft Workflow Foundation 4.0 read more...

add a comment |category: |Views: 190

tags: another

Html 5 Deep Dive Part 2 – Boilerplate Setup(cecildt.blogspot.com)

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

Part 2 of the deep dive into Html 5. In part 2 I show some of the new semantic tags that Html 5 provides and the initial design layout for the Football Boss application. read more...

add a comment |category: |Views: 21

tags: another

Html 5 Deep Dive Part 1 – Football Boss Idea(cecildt.blogspot.com)

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

Deep Dive in using Html 5 feature by creating a example page with the idea to simulate football management simulation. read more...

1 comment |category: |Views: 135

tags: another