Click here to Skip to main content
15,879,474 members
Articles / Database Development / NoSQL

Redis VB.NET Part I: Introduction to Using Redis (NoSQL) with .NET

Rate me:
Please Sign up or sign in to vote.
4.43/5 (5 votes)
29 Apr 2011CPOL2 min read 51.5K   11.2K   15  
Create a usable redis component to enable usage of the redis storage system

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "RedisExample01", "RedisExample01\RedisExample01.vbproj", "{0615120E-2505-44CC-A379-BC552CC1C31B}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|x86 = Debug|x86
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{0615120E-2505-44CC-A379-BC552CC1C31B}.Debug|x86.ActiveCfg = Debug|x86
		{0615120E-2505-44CC-A379-BC552CC1C31B}.Debug|x86.Build.0 = Debug|x86
		{0615120E-2505-44CC-A379-BC552CC1C31B}.Release|x86.ActiveCfg = Release|x86
		{0615120E-2505-44CC-A379-BC552CC1C31B}.Release|x86.Build.0 = Release|x86
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Student
India India
Hariharan leapt into the field of programming after being introduced to C in his second year at college. A fan of basketball and chess, the logical thought process behind programming and the concepts of linking real principles onto a concrete platform pushed him deep into this field. On finishing his bachelor's majoring in Electrical and Electronics engineering with Soft Computing, Numerical Analysis and Biomedical Engineering as minor, he did a six month stint at India's second largest IT company- Infosys Technologies. He left Infosys armed with strong concepts of SDL Cycles and process development, gained domain knowledge in Java and had explored Visual basic, C++, C# and kept his mind open for more. Currently working in a startup as the product designer, his arsenal of technologies has doubled to accommodate the challenges his job demands.
Off work, he enjoys learning new languages (non-programming) and is currently teaching himself German and Spanish. He also enjoys travelling around and exploring new ideas, places and relationships.

Currently attempting to extend his education to post graduation.

Comments and Discussions