Contents tagged with .Net
-
Watching Green Day and discovering Sitecore, priceless.
I’m feeling inspired and I’d like to share a technique we’ve implemented in Sitecore to address a URL mapping from our legacy site that we wanted to carry over to the new beautiful Littelfuse.com.
-
Microsoft opens up Team Foundation Service (TFS) for free (for now)
I have been evaluating Microsoft's TFS (service) for almost a couple of months now. It allows you to host your solution in the cloud with lets you add up to 5 users. Build is currently in preview and will be included in the Free Plan on a limited basis.
Go to https://tfs.visualstudio.com to check it out. -
Sitecore Item Web API and Json.Net Test Drive (Part II –Strongly Typed)
In the earlier post I did related to this topic, I have talked about using Json.Net to consume the result of Sitecore Item Web API. In that post, I have used the keyword dynamic to express my intention of consuming the returned json of the API.
-
Sitecore Item Web API and Json.Net Test Drive
Sitecore recently released it’s Item Web API product and I think it will be good for the community to see some sample application. I plan a to do a 3 series blog iteration in the coming weeks, this, being the first one.
-
FirstOrDefault to the rescue
I have been tinkering with LINQ for quite a bit now and I came across a trivial question about how does LINQ return an entity. I'm going to start off by sharing you a very simple example just to illustrate. To begin, I'll create a Contact table: