Thoughts on .Net & Coding
.Net Articles, tutorials, reviews, code and more...
Browse by Tags
All Tags
»
C#
(
RSS
)
.NET
.NET Framework
ADO.NET
ASP.NET
Entity Framework
Visual Studio
Creating a Tag Cloud for Your Blog
13 January 12 03:47 AM
|
bipinjoshi
Most of the blogs display a set of tags or keywords in the form of a Tag Cloud. A tag cloud presents the keywords in font sizes proportional to the number of blog posts having that tag. If you are using some blogging website or using some open source...
Introduction to Entity Framework Code First
20 September 11 12:44 AM
|
bipinjoshi
Entity Framework (EF) allows you to program against a model instead of dealing with a database directly. In EF 4.0 (that ships with .NET 4.0) you typically design a model from an existing database visually, using a designer provided for that purpose....
Generating Code Using Text Template Transformation Toolkit (T4)
10 August 11 11:37 PM
|
bipinjoshi
Many times developers come across situations where they need to write similar code over and over again. Automating the generation of such boilerplate code not only reduces the time spent but also reduces the chances of errors while doing such monotonous...
Using Visual Studio Debugger Attributes
23 July 11 12:38 AM
|
bipinjoshi
Visual Studio provides a rich debugging experience to developers, helping them write robust and bug free code. In simple projects, the inbuilt facilities of Visual Studio debugger may be sufficient for your purpose, however, while debugging complex projects...
Using DynamicObject and ExpandoObject
11 July 11 06:44 PM
|
bipinjoshi
C# is primarily a statically typed language. That means the compiler needs to know in advance about the data type of a variable. In the absence of this information, the compiler will throw a compilation error and will refuse to compile the code. In spite...
Zip and Unzip files programmatically
08 February 07 04:32 AM
|
bipinjoshi
Recently one of the reader of DotNetBips.com posted a question on the discussion forums about compressing and decompressing files via code. There is no obvious answer to this question because C# and VB.NET lack this functionality. However, J# does have...
More Posts
Search
Go
This Blog
Home
Contact
About
Tags
.NET
.NET Framework
ADO.NET
AJAX
ASP.NET
Book Review
C#
Entity Framework
General
HTML5
jQuery
MVC
Visual Studio
Yoga
Navigation
Home
Blogs
Archives
January 2012 (4)
December 2011 (4)
November 2011 (2)
October 2011 (2)
September 2011 (1)
August 2011 (2)
July 2011 (7)
May 2011 (3)
April 2011 (2)
March 2011 (3)
February 2011 (2)
January 2011 (3)
December 2010 (5)
November 2010 (4)
February 2007 (1)
January 2007 (1)
December 2006 (2)
November 2006 (4)
October 2006 (2)
September 2006 (4)
August 2006 (2)
Follow Me
Twitter
Facebook
Google+
My Web Sites
.Net & Coding
Thus said a Yogi
Syndication
RSS
Atom