grantpalin

Stories kicked by friends of grantpalin

Dotnetkicks Homepage Updates(blog.dotnetkicks.com)

submitted by sdormansdorman(1415) 1 year, 6 months ago

Almost a year ago, DotNetKicks underwent some considerable changes including a new overall look to the site. Today, we again launched several new features. read more...

2 comments |category: |Views: 222

tags: another

Lucene.Net needs your help (or it will die)(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 1 year, 6 months ago

The Apache Foundation wants to kill Lucene.net. If you use it please chime in and help. This post explains a bit more in detail why this is happening read more...

add a comment |category: |Views: 929

tags: another

Using Tika in .NET for extracting text out of documents(is.gd)

submitted by chadmyerschadmyers(840) 1 year, 10 months ago

Tika is an open source Java-based tool for extracting information out of various different document formats. It can be used with Lucene for indexing and searching documents, among other things. In this post, Kevin Miller talks about how use Tika in .NET via the IKVM.net utility. read more...

1 comment |category: |Views: 784

tags: another

How to use Google Data API in ASP.NET MVC. Part 2 - YouTube(mahdi.mp)

submitted by sharplifesharplife(4570) 2 years ago

In this second part of my GData series I tried to explain how to use YouTube API for .NET to store/retrieve videos on/from YouTube. read more...

add a comment |category: |Views: 306

tags: another

How to use Google Data API in ASP.NET MVC. Part 2 - YouTube(mahdi.mp)

submitted by sharplifesharplife(4570) 2 years ago

In this second part of my GData series I tried to explain how to use YouTube API for .NET to store/retrieve videos on/from YouTube. read more...

add a comment |category: |Views: 306

tags: another

Using a GUID as an EntityKey in Entity Framework 4(leedumond.com)

submitted by leedumondleedumond(2144) 2 years ago

Do you have tables that use GUIDs (columns of type uniqueidentifier ) as primary keys in SQL Server? This scenario is now fully supported in Entity Framework 4, as long as you remember one little gotcha. read more...

add a comment |category: |Views: 77

tags: another

A few thoughts on jQuery templating with jQuery.tmpl(encosia.com)

submitted by gt1329agt1329a(7849) 2 years ago

Some thoughts on the current state of the jQuery.tmpl plugin, and suggestions for making it better. read more...

add a comment |category: |Views: 413

tags: another

List of Undocumented Stored Procedures in SQL Server(www.sqlservercurry.com)

submitted by mopenmopen(3596) 2 years, 1 month ago

I have been searching for a list of Undocumented Stored Procedures in SQL Server for quite a while. Here is a list collected from forums and other sites for your reference read more...

add a comment |category: |Views: 468

tags: another

FOR XML Workshop – Understanding FOR XML RAW(beyondrelational.com)

submitted by jacobsebastianjacobsebastian(3639) 2 years, 1 month ago

This post explains how to generate XML documents using FOR XML RAW from TSQL (SQL Server) read more...

add a comment |category: |Views: 56

tags: another

How to use Google Data API in ASP.NET MVC. Part 1 - Google Analytics(mahdi.mp)

submitted by sharplifesharplife(4570) 2 years, 1 month ago

This article shows you how to use Google Data API to interact with Google Analytics data and show your website's visitors statistics on your website. read more...

add a comment |category: |Views: 362

tags: another

How to use Google Data API in ASP.NET MVC. Part 1 - Google Analytics(mahdi.mp)

submitted by sharplifesharplife(4570) 2 years, 1 month ago

This article shows you how to use Google Data API to interact with Google Analytics data and show your website's visitors statistics on your website. read more...

add a comment |category: |Views: 362

tags: another

Snapshot Databases - A Wonderful Gift to Testers(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 2 years, 1 month ago

If you do not know how Snapshot database work, here is a quick note on the subject. However, please refer to the official description on Book-on-Line for accuracy. Snapshot database is a read-only database created from an original database called the “source database”. read more...

add a comment |category: |Views: 314

tags: another

C# HttpRuntime - Simple Cache(www.dotnetguy.co.uk)

submitted by daniewat82daniewat82(114) 2 years, 1 month ago

I have been working recently on an application that needs very simple caching. I found this code sometime ago (but can’t for the life of me remember where! I think it may have been on StackOverflow). It is a simple cache that uses the HttpRuntime which enables it to be used on the web and also the desktop. This code has saved my bacon on more than one occasion so I thought I would share it. read more...

add a comment |category: |Views: 26

tags: another

The black arts of custom Type conversion in c#(www.diaryofaninja.com)

submitted by wiredonewiredone(917) 2 years, 2 months ago

One of the little used features of c#, is user written implicit and explicit type conversion. Put simply: sometimes you have a object (custom or built-in .Net framework) and want to convert it to another type of object. While you can easily write left to right style code to accomplish this every time, there is a lot cleaner way of doing this by empowering your objects to cast themselves as another type. read more...

add a comment |category: |Views: 644

tags: another

5 Tips to get the most out of your coding time(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 2 years, 2 months ago

I remember seeing an add from Microsoft I believe for hiring programmers and the jist of it was “We give you an office with a door”. Why you might wonder? read more...

2 comments |category: |Views: 1035

tags: another

Rendering a Usercontrol as a String for Webservices(www.deanhume.com)

submitted by deanomachinodeanomachino(764) 2 years, 2 months ago

I am currently working a project at work that requires us to use progressive enhancement so that our site is acessible to all users regardless of whether they have javascript enabled. One of the issues that we came across was keeping only one version of the html that we needed to use, regardless whether we were rendering our HTML client side or server side. That way, we only ever had one version of the HTML and this also allowed us to use the same usercontrol server side. This also makes it easier for us to maintain the code.We decided to use usercontrols and just render them as a string to the client side, it is a sneaky approach but it seems to be working nicely. read more...

add a comment |category: |Views: 18

tags: another