ash143gupta

Stories kicked by ash143gupta

Installing Collabnet Subversion Tortoise SVN AnkhSubversion (www.smallworkarounds.net)

submitted by ash143guptaash143gupta(750) 1 year, 11 months ago

Source Control is a must while developing big projects with big teams ideally you should use a source control if you are not working alone on the project. With Visual Studio there are a no of options available but today in this article i will discuss about Collabnet Subversion in combination with ANKH Subversion and Tortoise SVN. Although other options available are also good and have their own unique features but if you want a source control combination for free then this is the combination which is best suited to you. Among other options Source Gear Vault and Source Fortress which are also good source control tools. Other option available is VisualSVN which is a Visual Studio Plugin, which integrates within the Visual Studio the power of Subversion and Tortoise but its not free so the best combination available is Collabnet Subversion+Tortoise SVN + AnkhSubversion. read more...

add a comment |category: |Views: 46

tags: another

Silverlight Spy: A must have tool for any Silverlight Developer(www.smallworkarounds.net)

submitted by ash143guptaash143gupta(750) 2 years ago

I have been using up Silverlight Spy from many months now, i do a lot of Silverlight development and believe me its a must have tool for every Silverlight developer it gives a feeling that a lot of developer tools have been combined for a Silverlight Developer you have a lot of things in Silverlight Spy, it can be compared to what firebug is to general web development , Silverlight Spy is to a Silverlight Developer. I will show you various different features of Silverlight Spy just as the write-up progresses. read more...

add a comment |category: |Views: 9

tags: another

Silverlight ElementBinding,Binding Modes & UpdateSource(www.smallworkarounds.net)

submitted by ash143guptaash143gupta(750) 2 years, 3 months ago

Silverlight has a great binding syntax and its two way binding approach is a life saver, also it gives room to various new and creative concepts which developers can use to create really cool apps and features. In this article i will talk a little about the Two Way Silverlight binding and the UpdateSourceTrigger Property. read more...

add a comment |category: |Views: 27

tags: another

Can't Uninstall SQL Server 2005 Express Tools:- Error while installing(smallworkarounds.net)

submitted by ash143guptaash143gupta(750) 2 years, 5 months ago

If you are getting the above error while installing Sql Server Management Studio 2008 then probably you might try the below given solutions one by one to fix this error. read more...

add a comment |category: |Views: 10

tags: another

Silverlight 3 RIA Services :- Cannot resolve symbol web(smallworkarounds.net)

submitted by ash143guptaash143gupta(750) 2 years, 5 months ago

If you are using RIA Services with Silverlight and facing the problem that Web part or the server part of the project is not getting recognized on the client side or the Silverlight side, then one probable and main cause is that you are using Resharper and if that’s the case then the below solution will help you tackle this problem. read more...

add a comment |category: |Views: 8

tags: another

Silverlight Toolkit November 2009 Released(smallworkarounds.net)

submitted by ash143guptaash143gupta(750) 2 years, 6 months ago

Silverlight Toolkit is on a rapid pace from July to October and now again a release in November there are various improvements and other nice features which you will like. read more...

add a comment |category: |Views: 8

tags: another

Customizing Asp.net menu control to use jQuery,Superfish (smallworkarounds.net)

submitted by ash143guptaash143gupta(750) 2 years, 7 months ago

n this article i will share the steps on how to hook up the Superfish jQuery Menu plug-in into your asp.net website to beautify your asp.net menu control. read more...

add a comment |category: |Views: 135

tags: another

Adding Google Friend Connect to Blogengine.net Blog(smallworkarounds.net)

submitted by ash143guptaash143gupta(750) 2 years, 8 months ago

This article explains how to integrate google friend connect bar to blogengine.net read more...

add a comment |category: |Views: 22

tags: another

Unable to connect to Sql Server 2008 Express Edition Remotely using th(smallworkarounds.net)

submitted by ash143guptaash143gupta(750) 2 years, 8 months ago

If you are trying to connect your sql server 2008 express edition instance remotely and facing problems while connecting it although you have tried all the possible solutions in the book then the problem can be a really very silly thing and what’s that thing , i will describe it shortly. If you are getting the below mentioned error then there might be many reasons for that error. read more...

add a comment |category: |Views: 9

tags: another

Microsoft providing free softwares to web developers for 3 years(smallworkarounds.net)

submitted by ash143guptaash143gupta(750) 2 years, 8 months ago

Microsoft has launched today a very exciting program called WebSiteSpark for individual developers and small web startup companies having less than 10 employees. Given below are few software licenses which will be given free to you for 3 years read more...

add a comment |category: |Views: 524

tags: another

Remotely connecting to sql server 2008 express edition instance(smallworkarounds.com)

submitted by ash143guptaash143gupta(750) 2 years, 8 months ago

If you are trying to connect your sql server 2008 express edition instance remotely and facing problems while connecting it although you have tried all the possible solutions in the book then the problem can be a really very silly thing and what’s that thing , i will describe it shortly. If you are getting the below mentioned error then there might be many reasons for that error. read more...

add a comment |category: |Views: 21

tags: another

Can't Uninstall SQL Server 2005 Express Tools:- Error while installing(smallworkarounds.blogspot.com)

submitted by ash143guptaash143gupta(750) 2 years, 9 months ago

The SQL Server 2005 Express Tools are installed. To continue, remove the SQL Server 2005 Express Tools. If you are getting the above error while installing Sql Server Management Studio 2008 then probably you might try the below given solutions one by one to fix this error. read more...

add a comment |category: |Views: 97

tags: another

10 most Useful resources for jQuery across the web–Part 2(techartifact.com)

submitted by ankygoyalankygoyal(519) 2 years, 9 months ago

Good jquery resources read more...

add a comment |category: |Views: 17

tags: another

Sending List of Complex objects to Sql server 2005 and persisting it i(smallworkarounds.blogspot.com)

submitted by ash143guptaash143gupta(750) 2 years, 9 months ago

There are situations when you have to do multiple inserts on a single event there are multiple ways to handle this situation.The simplest and which most of the developers do and make a blunder is making individual calls to the database. One common example can be a grid which have facility of multiple Insert in such a situation on a single add button click you have to make hundreds of insert or even thousands,there are more genuine scenarios such as, suppose you are making a Silverlight CMS system and you have to save the state of the page containing various sections such as Header,MenuBar,MainContent and Footer which have all the things customizable, in such a scenario you have to save hundreds of settings on a single save button click and you again have to show the user his settings when he again loads the website read more...

add a comment |category: |Views: 3

tags: another

Microsoft Charting Controls:- How to setup and start building your fir(smallworkarounds.blogspot.com)

submitted by ash143guptaash143gupta(750) 2 years, 10 months ago

If you need charting support in your asp.net application then you don’t need to look for any other 3rd party charting controls.Microsoft with its release of .net framework 3.5SP1 and Visual Studio 2008 SP1 provided the facility of charting within the development environment. You just have to download and install the right packages and then configure your configuration files correctly to setup your charts to see them up and running. Here in this article i will tell you where to download and install the required things for working with Microsoft Charts and how to configure you web.config in order to setup your charting controls. read more...

add a comment |category: |Views: 13

tags: another

Best and simple approach to deal with JSON Dates problem(smallworkarounds.blogspot.com)

submitted by ash143guptaash143gupta(750) 2 years, 10 months ago

This article will show you how to trick and overcome the JSON date problem when you are using jQuery, JSON callback alongwith asp.net read more...

add a comment |category: |Views: 12

tags: another