Recently we had a discussion when you should do a code review when using GIT. As a general rule you should do code review often.There are two ways to do code review with GIT.
1) Classic way:
We all know that GIT is known for it's feature branch features. So each developer working on some feature should have created feature set. That features branch is accessible to all the peers working...
Showing posts with label Misc. Show all posts
Showing posts with label Misc. Show all posts
Friday, October 9, 2015
Sunday, April 5, 2015
Best coding standards checklist for C# and ASP.NET
Before some time I have written a blog post about coding standard Why coding standards are important?. It was appreciated by lots of people and few people asked me whether do you have coding standard checklist or not? So Today, In this blog post I’m going to shared few link for coding standard checklist which I follow.
Aviva C# coding guidelines:
An awesome guideline for the C# 3.0,4.0 and 5.0....
Wednesday, February 4, 2015
Why coding standards are important?
Yesterday, I had a discussion with friend about coding standard are important and why you need it? So I thought it will be a good idea to write a blog post about it. Followings are some reasons why coding standard are so important.
Readability: coding standard will increase overall code readability means if you follow you coding standard defined other people also know that what you...
Friday, January 24, 2014
How to deal with over smart people
Today, I am going write some thing not technical, As I feel I am doing that for quite a time I should write about it. In today’s competitive world people wants to show their skills to companies and how important they are but some people are becoming over smart people. They always eager to show their smartness and make themselves highlighted. They take credits for task they have not done etc. I personally...
Thursday, January 23, 2014
Why continuous integration is your friend?
In this post we are going learn benefits of Continuous Integration in Software Developments. Let’s understand what is continuous integration first and then we will discuss about benefits we are having.
What is Continuous Integration in software development?
As per wikipedia “Continuous integration (CI) is the practice, in software engineering, of merging all developer working copies with a shared...
Saturday, September 7, 2013
Project Management National Conference 2013
Project Management Institute of India (www.pmi.org.in) organizing a event for project managers on 27th and 28th September at Gurgaon. It will be a great event for all the aspiring project managers. Last year more then thousand of delegates attended this annual event to reap benefits. This year also...
Tuesday, March 27, 2012
Important Mile stone achieved–I got 4,00,000 visitors for my blog
I have written this blog more than 5 years now and today I got one great news from sitemeter.com that I have achieved 4,00,000 visitors milestone. I would like to take this opportunity to thanks all the my readers for everything. I got nice appreciations from people around me and that’s encourage me to write more blogs.
Following is a screenshot of my blog statistics from sitemeter.co...
Saturday, August 27, 2011
ILSpy-Alternative of .NET Reflector
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...
Thursday, July 22, 2010
New MSDN Home Page Layout
As Microsoft MVP Microsoft have provided me MSDN Subscription and I was looking at the content of MSDN. I was browsing the India MSDN page but one interesting I have found that there is different page layout for us then India I like the MSDN layout very much It’s categorized in different categorize...
Friday, July 2, 2010
Well, I am an MVP now!! and I am proud of it.
Microsoft has given me biggest surprise of my life. Microsoft has awarded me as Microsoft Most Valuable Professional Award. This is one of the proudest movement of my life. Today i got an email and i could not believe that i have done that. Dear Jalpesh Vadgama, Congratulations! We are pleased...
Thursday, March 25, 2010
Important milestone achieved 1,50,000 Visit completed for blog
I started blogging for fun but when i involved as blogger i understand power of blogging. From blog we can connect to people directly we can find reactions of our post sometimes good some time harsh comment but it was quite learning experience. On this occasion i thank all the dotnetjaps reader for...
Sunday, February 21, 2010
How to import your tweets into Google Buzz.
Social networking is a important feature for any person for professionally ass well as personally. You can stay in touch with your friends,colleague and other peoples thanks to social networking sites. Google Buzz is a counter part of twitter from Google. you can post anything on that and you don’t...
Saturday, January 2, 2010
Happy New Year 2010- From the writer of DotNetJaps
Technorati Tags: Happy New Year,ASP.NET 4.0 I wish happy new year 2010 to all my readers.I know that this blog has been quite from last 1 or 2 month but i was busy with professional end as well as my computer operation system was break so it was long process to get my all data back and having reinstalled...
Friday, July 17, 2009
Photoshop and CSS Tutorials.
Technorati Tags: Photoshop,Photoshop templates,CSS,CSS 3.0,PhotoshopCS,CSS OptimizationI am creating a web template for my forthcoming question answer asp.net mvc site. I need a web 2.0 rich template for my site for that i have search on web and found some great photoshop and css links. Here is collection for that.Photoshop link:First is the my link who created design for my blog. http://psdvibe.com/-...
Sunday, July 12, 2009
Wave.Google.com –A new communication tool.
Google wave is a new communication and sharing tool coming this year. With wave people can do lots of this things in a single browser like communication,videos,map link sharing, rich formatted text etc.You can have a group chat and any participant can reply anywhere in message. edit content and add...
Thursday, May 28, 2009
My blogs posts are appearing on Microsoft TechEd
Its a great honor to be part of the Microsoft TechNet and TechEd community and i have found that my blog entries are also appearing on the TechNet sites. So thanks Microsoft and TechEd editors for considering my post in TechEd blogs. Here is link for TechEd blogs. http://www.msteched.com/online/blogs.a...
Tuesday, January 13, 2009
Happy New Year 2009
Hello Guys,I am jalpesh vadgama wishing you a very happy and healthy new year ahead. Sorry i was busy with my projects so not able to post anything related to dot net. Now i am back with the all the things and promise to be regular post. If you want to listen anything from me then please post comment.Last year was hectic to me as lots of things are going on now my house is also shifted and i have...
Friday, February 15, 2008
Creating Web Services in a Class Library project
Posted by Jalpesh Vadgama |
February 15, 2008 |
ASP.NET, C#.NET, Misc, SilverLight, VB.NET, Web-Service, Window |
1 comment
When you are developing a plug in or add in for a software some time you have a requirement for developing webservice hosting in DLL. I have found a great link which describes all the things. here is the link.. http://www.codeproject.com/KB/aspnet/wsinaclasslibrary.a...
Sharepoint blogs
I have found very good link for share point development. It has very good blogs that can can be very useful for share point developers.Here is the linkhttp://www.sharepointblogs.c...
Regular Expression Library
Regular expression is hottest technology nowdays. It saves lots of time of development. In asp.net we can use regular expression in regular expression as regular expression validation control. I have found the very good resource of ready made regular expression. Here is the link for that. http://regexlib.com/Default.aspx The RegExLib.com, the Internet's first Regular Expression Library. Currently...