http://jalpesh.blogspot.com/
Name: http://jalpesh.blogspot.com/
Score: 2,073.24
Last Seen: 659 days, 16 hours, 55 minutes ago
Member Since: 3 November, 2009
DotNetShoutout
atom rss
3
Shouts

Chart Helpers in ASP.NET MVC3

posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 659 days, 16 hours, 55 minutes ago
Monday, August 29, 2011 7:51:03 PM GMT
I am exploring ASP.NET MVC3 and everyday I am learning something new. In today’s post I am going to explain how we can create chart with ASP.NET MVC3. Chart is one of greatest way of expressing figures. We all need that functionality in any commercial application. I am still remembering old days with ASP.NET  where we have to use the third party controls for charts or we have to create it with the use of CSS and Server side controls. But now with ASP.NET MVC Helpers you can very easily create chart... (more)
category: Web Dev | clicked: 37 | 1 comment | | source: jalpesh.blogspot.com
tags: chart, ASP.NET MVC3
3
Shouts

Visual Studio 2010 feature post list

posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 661 days, 15 hours, 38 minutes ago
Saturday, August 27, 2011 9:08:43 PM GMT
Before some days one of my friend asked me about my visual studio 2010 features list.  So this post is about my visual studio 2010 post list. I have done lots of blog post about features of Visual Studio 2010 and Following is complete list of it. Visual Studio 2010 Color Theme Editor- Customize look of visual studioVisual Studio 2010 stylesSurround with feature in Visual Studio 2010SQL Management Studio in Visual Studio 2010Box Selection in Visual Studio 2010Code refactoring with Visual Studio 2010 Part... (more)
category: Web Dev | clicked: 5 | comment | | source: jalpesh.blogspot.com
tags: visualstudio2010
3
Shouts

ILSpy-Alternative of .NET Reflector

published 660 days, 16 hours ago posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 661 days, 16 hours, 55 minutes ago
Sunday, August 28, 2011 8:46:16 PM GMT Saturday, August 27, 2011 7:51:41 PM GMT
Sometimes we need to have decomposer tool or reflector tool for our applications to improve the performance or to know the internals of the assembly we have created. I was using Red Gate .NET Reflector earlier for same as it was free. Now Red Gate has made that tool paid version so I was finding some tools from that I can decompile the stuff. After digging some time on the internet I have found a great tool ILSpy which almost giving same functionalities like .NET Reflector. You can download that tool fr... (more)
category: Web Dev | clicked: 9 | 1 comment | | source: jalpesh.blogspot.com
tags: C#, ILSpy, Reflector
3
Shouts

Creating Basic RSS Reader in ASP.NET MVC 3

posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 672 days, 16 hours, 31 minutes ago
Tuesday, August 16, 2011 8:14:49 PM GMT
In this post I am going to explain you how we can create a basic RSS Reader with the help of Linq-To-Xml and ASP.NET MVC3 Razor. Those who are writing or reading Blogs already knows what is RSS Reader. But those who does not know What is RSS. Below is the definition for RSS as per Wikipedia. "RSS (originally RDF Site Summary, often dubbed Really Simple Syndication) is a family of web feed formats used to publish frequently updated works—such as blog entries, news headlines, audio, and video—in a st... (more)
category: Web Dev | clicked: 12 | comment | | source: jalpesh.blogspot.com
tags: rss, ASP.NET MVC3
2
Shouts

Visual Studio 2010 Color Theme Editor- Customize look of visual studio

published 674 days, 15 hours, 53 minutes ago posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 676 days, 16 hours, 48 minutes ago
Sunday, August 14, 2011 8:53:00 PM GMT Friday, August 12, 2011 7:58:22 PM GMT
We have all love Visual Studio 2010 and I am sure you all want to change color for menus, toolbars and title etc. Today I have found one of the most interesting Extension for Visual studio 2010 from which you can manage all this things. Don’t believe me I’m sure you won’t believe but this reality and You can change the look of your favorite visual studio look and feel. There is a new extension called “Visual Studio Color Theme Editor”  from which you can do all this stuff. Here is the link for that.  ht... (more)
category: Web Dev | clicked: 15 | 1 comment | | source: jalpesh.blogspot.com
tags: VisualStudio, visualstudio2010
3
Shouts

Surround with feature in Visual Studio 2010

posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 687 days, 3 hours, 46 minutes ago
Tuesday, August 02, 2011 9:00:11 AM GMT
Everyday I am discovering something new with Visual Studio 2010 and today Once again I have discovered a new feature called “Surround with” feature. This feature is quite useful when you have very big HTML element and You want to surround it some HTML or ASP.NET element i.e. Suppose there is one very big div there and you want to add update panel for Ajax . So let’s take a Simple Example over there. I am having a div which contain very big HTML in it. Like following. Now let's put that div into update p... (more)
category: Web Dev | clicked: 3 | comment | | source: jalpesh.blogspot.com
tags: VS2010, visualstudio2010
3
Shouts

SQL Management Studio in Visual Studio 2010

published 686 days, 14 hours, 53 minutes ago posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 689 days, 4 hours, 32 minutes ago
Tuesday, August 02, 2011 9:53:42 PM GMT Sunday, July 31, 2011 8:14:28 AM GMT
Microsoft Visual Studio 2010 is a great IDE and everyday I am discovering something new about it. Today I am also going to explain new feature of Visual Studio 2010. In this post I am going to Transact SQL Editor feature in Visual Studio 2010. Visual Studio 2010 Ultimate Edition provides this great feature. You can run you SQL Queries in visual studio 2010 itself with all intellisense and all the stuff that SQL Server provides. Let’s explore in details. To connect the database of your SQL Server in V... (more)
category: Web Dev | clicked: 13 | 1 comment | | source: jalpesh.blogspot.com
tags: visualstudio2008, VisualStudio
4
Shouts

Hello World application with ASP.NET pages and WebMatrix

published 693 days, 16 hours, 35 minutes ago posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 695 days, 3 hours, 58 minutes ago
Tuesday, July 26, 2011 8:11:13 PM GMT Monday, July 25, 2011 8:48:09 AM GMT
In this post I am going to explain how we can create fast web sites without worrying about code and other stuff. Microsoft has introduced a new web development tools called ‘WebMatrix’. It’s a free tool provided by Microsoft to create website fast.What is WebMatrix? Web Matrix is a free tool provided by Microsoft for website development. You can develop websites lightening fast with the help of Microsoft Web Matrix. It includes IIS express(express version of IIS) and SQL Server Compact (Compact edition ... (more)
category: Web Dev | clicked: 17 | comment | | source: jalpesh.blogspot.com
tags: ASP.NET Pages, WebMatrix
3
Shouts

Visual Studio 2010 styles

published 692 days, 14 hours, 56 minutes ago posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 696 days, 15 hours, 2 minutes ago
Wednesday, July 27, 2011 9:50:10 PM GMT Saturday, July 23, 2011 9:44:36 PM GMT
I have been working with visual studio 2010 yesterday and I was searching some thing and same time I have found one great site for Visual Studio styles. http://studiostyl.es/ This site is cool and you can find lots of visual studio 2010 styles of your choice. Here is the screenshot of site. You can create your own color schemes for visual studio also. I have downloaded the first one(Son of Obsidian). It will be visual studio settings file. Like following. Once you downloaded you can import like fol... (more)
category: Web Dev | clicked: 50 | comment | | source: jalpesh.blogspot.com
tags: Style, visualstudio2010
2
Shouts

Box Selection in Visual Studio 2010

published 697 days, 4 hours, 33 minutes ago posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 698 days, 1 hour, 42 minutes ago
Saturday, July 23, 2011 8:13:37 AM GMT Friday, July 22, 2011 11:04:07 AM GMT
Every day I am discovering something new with Visual Studio 2010 and In this post I am again going to explain you new interesting feature of Visual Studio 2010. We all required to modify the code in bulk some time and there is a new features for Visual Studio 2010 which enables to made changes in multiple line at same time. Let’s take a simple example like following.using System; namespace Parallel { class Program { private int a=10; private int b=10; private int c... (more)
category: Web Dev | clicked: 8 | 1 comment | | source: jalpesh.blogspot.com
tags: visualstudio2010 vs2010, VisualStudio
2
Shouts

Windows Azure Table Storage in detail

posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 701 days, 2 hours, 47 minutes ago
Tuesday, July 19, 2011 9:59:29 AM GMT
Windows Azure table storage provides two kind of storage 1) SQL Azure and other one is 2) Table,queue,blob and other storage like drives etc. In this blog post I am going to explain Table storage in details.What is Windows Azure Table Storage: Windows Azure table storage is a service provided by Azure platform to store data in form relational tables in windows azure storage instead of normal RDBMS System. It is a structured storage provided by Azure platform. The table storage which you create with wind... (more)
category: Web Dev | clicked: 0 | comment | | source: jalpesh.blogspot.com
tags: WindowsAzure, TableStorage, Azure
2
Shouts

New Improved IntelliSense with Visual Studio 2010

posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 703 days, 1 hour, 7 minutes ago
Sunday, July 17, 2011 11:39:02 AM GMT
I have posted lot many things about Visual Studio 2010 features  because its a great IDE(Integrated Development Environment).Today I am going to write about IntelliSense improvement in Visual Studio 2010. Today when I was working with Visual Studio 2008 for a old project(Nowadays I am working with Visual Studio 2010), I have found new improve IntelliSense feature in Visual Studio 2010.Filtering: Visual Studio 2010 IntelliSense is filtered better than Visual Studio 2008. I have created a sample applicati... (more)
category: Web Dev | clicked: 2 | comment | | source: jalpesh.blogspot.com
tags: Intellisesne, visualstudio2010
2
Shouts

Introduction to Windows Azure

posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 703 days, 2 hours, 1 minute ago
Sunday, July 17, 2011 10:45:30 AM GMT
Introduction to Windows Azure. Recently I have got chance to work with SQL Azure and I loved it. So that’s why Here I am going to start series of post on Windows Azure and SQL Server Azure.  In first post of this series I am going to introduce you windows azure platform. I know there are many peoples that may find this post as very beginner level but We all have started from beginner level at some point of time. So It’s better to start at beginner level and then go through step by step overview.What is W... (more)
category: Web Dev | clicked: 2 | comment | | source: jalpesh.blogspot.com
tags: Cloud, Azure
3
Shouts

Some important attributes in EFCodeFirst

posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 705 days, 3 hours, 50 minutes ago
Friday, July 15, 2011 8:55:47 AM GMT
In today’s post I am going to explain some of the important attributes in EFCodeFirst. Whey you do scaffolding with ASP.NET MVC this all attributes are where much important. So Let’s explore all the attributes.Key Attribute: When you put this attribute in the class it tell that this property is part of the primary key and If you use code first when its create table based on this entity then it will be a part of primary key of table. Here is the sample example of that.[Key] public int ArticleId { get; s... (more)
category: Web Dev | clicked: 2 | comment | | source: jalpesh.blogspot.com
tags: EFCodefirst, ASP.NET
3
Shouts

Parallel for loop in C# 4.0

posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 708 days, 2 hours, 37 minutes ago
Tuesday, July 12, 2011 10:08:54 AM GMT
Now days we are getting our computer equipped with more and more power even now we are getting quad core processor is also at lower price. Since we have multicore processors are now so we can take advantages of multicore processor with parallel execution in C# 4.0. There are some time consuming task for the computer for example a long for loop or similar kind of things. This kind of task can be done parallel with parallel class in C# 4.0. Now in C# 4.0 you have the Parallel static class with the help of... (more)
category: Web Dev | clicked: 0 | comment | | source: jalpesh.blogspot.com
tags: Parallel, C# 4.0
3
Shouts

Invalid Object Name with Entity framework -EFCodeFirstCTP5

posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 715 days, 4 hours, 25 minutes ago
Tuesday, July 05, 2011 8:21:01 AM GMT
Recently I was working on one sample application with EFCodeFirst with the existing database.After doing all the coding I have found a error “Invalid object name 'dbo.Customers'.”. Following was my code for data context using System; using System.Collections.Generic; using System.Data.Entity; using System.Linq; using System.Web; namespace CodeSimplified.Models { public class MyDataContext:DbContext { public DbSet (more)
category: Web Dev | clicked: 9 | 1 comment | | source: jalpesh.blogspot.com
tags: EFCodefirst, ADO.NET, entityframework
2
Shouts

Code refactoring with Visual Studio 2010 Part-4

posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 721 days, 3 hours, 54 minutes ago
Wednesday, June 29, 2011 8:52:43 AM GMT
I have been writing few post with code refactoring features in Visual Studio 2010. This post also will be part of series and this post will be last of the series. In this post I am going explain two features 1) Encapsulate Field and 2) Extract Interface. Let’s explore both features in details.Encapsulate Field: This is a nice code refactoring feature provides by Visual Studio 2010. With help of this feature we can create properties from the existing private field of the class. Let’s take a simple exampl... (more)
category: Web Dev | clicked: 0 | comment | | source: jalpesh.blogspot.com
tags: Visual Studio 2010, CodeRefatoring
2
Shouts

Code refactoring with Visual Studio 2010-Part 3

posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 722 days, 2 hours, 43 minutes ago
Tuesday, June 28, 2011 10:03:39 AM GMT
I have been writing few post about Code refactoring features of visual studio 2010 and This blog post is also one of them. In this post I am going to show you reorder parameters features in visual studio 2010. As a developer you might need to reorder parameter of a method or procedure in code for better readability of the the code and if you do this task manually then it is tedious job to do. But Visual Studio Reorder Parameter code refactoring feature can do this stuff within a minute. So let’s see how ... (more)
category: Web Dev | clicked: 0 | comment | | source: jalpesh.blogspot.com
tags: CodeRefractoring, visualstudio2010
3
Shouts

Get started with ASP.NET MVC and PetaPoco

published 731 days, 13 hours, 52 minutes ago posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 733 days, 1 hour, 43 minutes ago
Saturday, June 18, 2011 10:53:45 PM GMT Friday, June 17, 2011 11:02:46 AM GMT
Micro ORM are having their pro and cons and right now its a buzz in the Microsoft.NET developers buzz. I personally like a Micro ORM Concept and I already posted some blog posts with asp.net mvc and dapper Micro ORM. Today I am going to explain how we can use PetaPoco in asp.net mvc application.  First lets get little bit introduction about PetaPoco. PetaPoco is developed by Top Ten software and It’s Micro ORM inspired by Masive and Dapper. Following is link where you can get more information about that... (more)
category: Web Dev | clicked: 39 | comment | | source: jalpesh.blogspot.com
tags: PetaPoco, ASP.NET
3
Shouts

Maintaining Browser History for Ajax events through script manager in asp.net

published 733 days, 15 hours, 55 minutes ago posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 735 days, 4 hours, 16 minutes ago
Thursday, June 16, 2011 8:51:14 PM GMT Wednesday, June 15, 2011 8:30:07 AM GMT
In one of our project we have requirement of maintaining history of Ajax events. After doing some search on the web I have found one interesting capabilities of Script Manager control. I have found that there is one property called “EnableHistory” which will enable history for all the Ajax Event for which you have created the History Point. So Let’s first take a simple example with Ajax Tab and we are maintaining history of tab Navigation. To add the Ajax tab we first need the AjaxToolKit. So I have dow... (more)
category: Web Dev | clicked: 8 | comment | | source: jalpesh.blogspot.com
tags: Script Manager, Ajax, ASP.NET
Previous 1 2 3 4 5 6 7 Next