DotNetJalps
Exploring technologies through innovations!!
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
ADO.NET
AJAx
ASP.NET
ASP.NET 4.0
ASP.NET MVC
ASP.NET MVC 4.0
ASP.NET WEB API
Azure
Blog
Blogging
Breakpoint
C#
C#.NET
Cache
Caching
CallHierarchay
CodeRefactor
Cotent Management System
Dapper
Debugging
Denali
Distinct
Dotnetnuke
EF4.0
EFCodeFirst
Email
EmailType
Entity
Entity Framework
EntityFramework
Enum
ErrorHandling
Exception
ExpandoObject
FileUpload
General
Generic Handler
Globalization
History
HTML
HTML5
HTMlEncode
HttpHandler
IE9
Infosys
IntelliTrace
Internationalization
Internet Explorer 9
JavaScript
jQuery
JqueryUI
JSON
Label
Linq
MetaTag
Micorosft Community Techdays
Microsoft
MSDN
MVP
NuGet
OutputCache
PageMethods
Parallel
Patterns
PetaPoco
Quiz
Razor
Refractor
Request
Response
ScriptManager
SEO
SilverLight
SQL Server
SQLServer 2008
SQLServer2011
System.Net.Mail
Task List
TechEdOnRoad
TSQL
Tuple
UML
UpdatePanel
URL Input type
URLRewriting
URLRouting
VB.NET
ViewEngine
VisualStudio
VisualStudio11
VisualStudio2010
WCF
Web.config
WebHelper
WebMatrix
WebRequest
WebResponse
WebService
WindowsAzure
WindowsAzureBootCamp
Sponsors
advertise here
News
Navigation
Home
Blogs
Archives
May 2012 (8)
April 2012 (12)
February 2012 (2)
January 2012 (6)
December 2011 (5)
October 2011 (5)
September 2011 (6)
August 2011 (7)
July 2011 (13)
June 2011 (11)
May 2011 (11)
April 2011 (13)
March 2011 (5)
January 2011 (12)
December 2010 (17)
November 2010 (2)
October 2010 (3)
August 2010 (8)
July 2010 (4)
June 2010 (8)
May 2010 (3)
August 2008 (1)
July 2008 (2)
May 2008 (1)
April 2008 (3)
February 2008 (3)
January 2008 (23)
My Blogs
My personal Blog- www.dotnetjalps.com
My BeyondRelational SQL Server blog
April 2011 - Posts
2
Comments
Installing SQL Server 2011(Denali) CTP Step by Step Overview
by
Jalpesh P. Vadgama
Today I have downloaded the SQL Server 2011 CTP and I am very excited about the new features provided by it. I am going to post new features of the SQL Server 2011(Denali) CTP in future post. Today I am going to post about how install SQL Server 2011...
Filed under:
SQL Server
,
Denali
,
SQLServer2011
3
Comments
Visual Studio 2010 and UML(Unified Modeling Language) Part-I
by
Jalpesh P. Vadgama
Microsoft Visual Studio 2010 comes with great UML Features I will explain them in details in future post. But In this post I am going to explain the UML concepts because its necessary to understand UML concepts before moving to Visual Studio 2010 part...
Filed under:
ASP.NET
,
C#.NET
,
VisualStudio
,
ASP.NET 4.0
,
VisualStudio2010
,
UML
20
Comments
ExpandoObject class in C# 4.0
by
Jalpesh P. Vadgama
As you know till now in c# everything was static and known at design time. But with the C# 4.0 language Microsoft have enabled new dynamic data type which is belongs to Dynamic Language Runtime on top of CLR(Common language Runtime). As you know...
Filed under:
ASP.NET
,
C#.NET
,
C#
,
VisualStudio2010
,
ExpandoObject
0
Comments
Variable Reference Code Highlighting and Hide selection features of Visual Studio 2010.
by
Jalpesh P. Vadgama
Microsoft Visual studio 2010 is a Great IDE(Integrated Development Environment) and I am exploring everyday something new in this blog post , I am also going to explore something new with Visual Studio 2010. There are two more new features that can make...
Filed under:
ASP.NET
,
C#.NET
,
VisualStudio
,
C#
,
ASP.NET 4.0
,
VisualStudio2010
2
Comments
New search feature Navigate To in Visual Studio 2010
by
Jalpesh P. Vadgama
While you are doing code review then it is very necessary to search code and navigate code what you are reviewing and Navigate To feature of Visual Studio 2010 is made for the same. With the help of that feature you can easily navigate through code. You...
Filed under:
ASP.NET
,
VisualStudio
,
ASP.NET 4.0
,
VisualStudio2010
,
NavigateTo
1
Comments
Pin features while debugging in Visual Studio 2010.
by
Jalpesh P. Vadgama
Visual Studio 2010 is one of most awesome tool to debug Microsoft.NET related code. I have found one more interesting feature with the Visual studio 2010. That is called Pin Data Tip feature. This features can be very useful when you are debugging the...
Filed under:
ASP.NET
,
C#.NET
,
VisualStudio
,
C#
,
ASP.NET 4.0
,
VisualStudio2010
,
Debugging
1
Comments
View Call Hierarchy window in Visual Studio 2010
by
Jalpesh P. Vadgama
Visual studio 2010 Ultimate is great IDE(Integrated Development Environment) and I am loving more and more whenever I found some thing new. While doing some Code and Review and other stuff with Visual Studio 2010 I have found one of most interesting feature...
Filed under:
ASP.NET
,
C#.NET
,
VisualStudio
,
C#
,
ASP.NET 4.0
,
VisualStudio2010
,
CallHierarchay
1
Comments
Adding labels to breakpoint in visual studio 2010
by
Jalpesh P. Vadgama
With visual studio 2010 Microsoft has given a new features called to add/edit label in break point. This features comes very handy when you are having very large code to debug and You are having so many break points to debug. So, You can add the label...
Filed under:
ASP.NET
,
C#.NET
,
VisualStudio
,
C#
,
ASP.NET 4.0
,
VisualStudio2010
,
Breakpoint
,
Label
,
Debugging
1
Comments
Windows Azure camp in various city of India- Go Register it.
by
Jalpesh P. Vadgama
Microsoft is organizing the windows Azure camp in various cities of India. It’s a great chance to learn new things about Microsoft Windows Azure. So If you want to be part of that then you must register in this event. Following are date and cities...
Filed under:
ASP.NET
,
Microsoft
,
MVP
,
Blog
,
ADO.NET
,
ASP.NET 4.0
,
Azure
,
WindowsAzure
0
Comments
Historical Debugging (Intellitrace) on Visual Studio 2010 Ultimate Part-2
by
Jalpesh P. Vadgama
In the first post I have explained how historical debugging will going to work and how we can enable the historical debugging. In this blog post I am going to take one real time scenario and then we will see the How historical debugging will work. Here...
Filed under:
ASP.NET
,
C#.NET
,
Microsoft
,
VisualStudio
,
C#
,
ADO.NET
,
ASP.NET 4.0
,
VisualStudio2010
,
IntelliTrace
More Posts
Next page »