think_new

Stories submitted by think_new

Coding Without If else(ranksheet.com)

submitted by think_newthink_new(115) 1 month, 20 days ago

How to avoid if else statements in most situation. and improve coding style using simple assignment statement read more...

add a comment |category: |Views: 22

tags: another

A Graphics object cannot be created from an image that has an indexed (ranksheet.com)

submitted by think_newthink_new(115) 1 year, 1 month ago

Solution or Fix for the error "A Graphics object cannot be created from an image that has an indexed pixel format." asp.net it may be jpg or gif or png this fix will work read more...

add a comment |category: |Views: 7

tags: another

Could not find SQL Server Management Studio 2008(ranksheet.com)

submitted by think_newthink_new(115) 1 year, 2 months ago

Could not find SQL Server Management Studio 2008 or Could not install SQL Server Management Studio 2008. I already installed SQL Server express database engine and tried to install management studio express even though i run sql server management studio setup i am going again and again to sql server express setup read more...

add a comment |category: |Views: 0

tags: another

How to install Sensor Simulator(OpenIntents.apk and OpenGLsensors.apk)(ranksheet.com)

submitted by think_newthink_new(115) 1 year, 6 months ago

this will explain How to install Sensor Simulator(OpenIntents.apk and OpenGLsensors.apk) in Android Emulator read more...

add a comment |category: |Views: 50

tags: another

How to enable internet connection android emulator how to connect to t(ranksheet.com)

submitted by think_newthink_new(115) 1 year, 6 months ago

How to enable internet connection android emulator how to connect to the internet read more...

add a comment |category: |Views: 57

tags: another

The best way to develop android application using java(ranksheet.com)

submitted by think_newthink_new(115) 1 year, 6 months ago

The best way to develop android application using java, Eclipse and ADT read more...

add a comment |category: |Views: 13

tags: another

How to develop android application in C#(ranksheet.com)

submitted by think_newthink_new(115) 1 year, 7 months ago

Is there any way to develop android application in .Net C# or VB, Or some Add-ons or separate Tools available in market for free or cost read more...

add a comment |category: |Views: 31

tags: another

Cannot create database diagram in SQL Server Management Studio(www.ranksheet.com)

submitted by think_newthink_new(115) 1 year, 10 months ago

While try to create database diagram i am getting error Database diagram support objects cannot be installed because this database does not have a valid owner. To continue, first use the Files page of the Database Properties dialog box or the ALTER AUTHORIZATION statement to set the database owner to a valid login, then add the database diagram support objects. read more...

add a comment |category: |Views: 17

tags: another

SQL Server Secret Diary - To Know the unknown secrets of SQL Server. (www.amazon.com)

submitted by think_newthink_new(115) 2 years ago

This book is made for developers who already know SQL Server and want to gain more knowledge in SQL Server. This book is not for starters who want to start from the beginning.. This book contains 77 SQL Server secrets developer should know. read more...

1 comment |category: |Views: 63

tags: another

How to avoid if else statements in most situation. and improve coding (ranksheet.com)

submitted by think_newthink_new(115) 2 years, 11 months ago

Case 1 - Boolean Variables //Boolean Control.Enabled = value; Invert Control.Enabled = !value; read more...

add a comment |category: |Views: 22

tags: another

e-mail not sending using IIS . From local machine(ranksheet.com)

submitted by think_newthink_new(115) 2 years, 11 months ago

It may be due to following reasons Is SMTP server installed. Open IIS and see one more node "Default SMTP Virutal Server" running If not running right click and start Or else Right click on the node "Default SMTP Virutal Server" read more...

add a comment |category: |Views: 5

tags: another

localhost working fine. using machine name not working problem with Se(ranksheet.com)

submitted by think_newthink_new(115) 2 years, 11 months ago

I access the my application using localhost it is working fine. But using machine name not working problem with Session . WIndows XP. Also Working in Firefox and Chromoe not working in IE read more...

add a comment |category: |Views: 7

tags: another

Why Windows Communitcation Foundation? What is difference between WCF (ranksheet.com)

submitted by think_newthink_new(115) 2 years, 11 months ago

Previously .Net developers stick with two ides to achieve distributed computing. .Net remoting and web service read more...

add a comment |category: |Views: 59

tags: another