|
What are the some of the PowerShell tips & tricks that you use to increase your productivity as a .NET developer?
Started by Sung Meister on
, 12 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Start PowerShell from SQL Server Management Studio 2008
Easily try out String.Format formats
Great article on String.Format formats by SteveX - String Formatting in C#
Using String.Format method
PS> [string]::Format("{0:C}", 1234567890) $1,234,567... .
|
|
Possible Duplicate:
Hidden Features of PHP?
Hello All,
Tips, tricks and hacks of any language are always great to discover and to know. They save you a lot of development time and optimize the code where necessary.
I am looking for any tips, tricks and...
Started by Sarfraz on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Principles for writing good code that save a lot of development... .
Tip #2: Pick up any book about programming (say, Code Complete) and read it .
Write clean code.
Tip #1: Don't do hacks.
This is a very vague question, and hence not really suitable for asking here .
|
|
I'm looking to get into developing software for the Blackberry platform. I know they've got a great IDE plug-in for Eclipse and I've got their Storm simulator running on my laptop, it's fantastic.
So, that being said, anyone have any tips, tricks or gotchas...
Started by Mat Nadrofsky on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Not sure about....
Click here and all your wildest dreams will come true
Aside from those two resources, I don't have anything really specific to add .
Any tips I would give are pretty much contained there .
Professional Blackberry is pretty much a must read.
|
Ask your Facebook Friends
|
I've recently started using Eclipse Ganymede CDT for C development and I couldn't like it more. I'm aware the learning curve could be sort of pronounced, therefore and with your help, my goal is to flatten it as much as possible. I'm looking for the best...
Started by Nano Taboada on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Accurate Indexing
With....
Tons of my code is generated by ctrl + space .
Go Eclipse.
It can complete variable names, method declarations, user defined templates, and a ton more .
It is the auto-complete feature.
Ctrl + space is the best tool ever in Eclipse .
|
|
I am contemplating a switch from MySQL to PostgreSQL.
What are your tips, tricks and gotchas for working with PostgreSQL?
What should a MySQLer look out for?
See Also: How different is PostgreSQL to MySQL?
Note - I don't think this is a duplicate. In ...
Started by Toby Hede on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Generally, the PostgreSQL documentation is pretty good too, so keep that under your pillow as well... .
See: http://stackoverflow.com/questions/724867/how-different-is-postgresql-to-mysql
You could try PostgreSQL gotchas that contains the most common issues .
|
|
Tips & Tricks Hardware Blackberry by Master LEO
JALUR CON USB 8100
http://i002.radikal.ru/1107/c3/8466a189775f.jpg
Started by dj_fenola on
, 15 posts
by 1 people.
Answer Snippets (Read the full thread at hitech-forums):
Re: Tips & Tricks Hardware Blackberry by Master LEO
JALUR TOMBOL 8310 7,9,N,M, MUTE
http://s011.radikal.ru/i317/1107/4b/27c1ad46806c.jpg Re: Tips & Tricks Hardware Blackberry by Master LEO
JALUR BSI & BTEMP BOLD 9000
http....
|
|
Hi
Does anyone know of a good blog or site that has daily cool tips and tricks for programming in C# or .Net?
Thanks in advance
Started by Gold on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
You should search google for C# blogs or C# ... .
There are many serious authors on the topic you are searching for .
How about Stackoverflow.com!?
How about
codeproject.com MSDN C# section DotNet247 Here is a good resource for asp.net webdeveloper tips .
|
|
Re: Home Tips & tricks
Tweet Share
You can apply a disinfectant spray like Lysol into the leaves of your artificial plants.
Started by ~`Heaven Crown`~ on
, 19 posts
by 4 people.
Answer Snippets (Read the full thread at friendskorner):
Re: Home ....
If your plants are really dirty get a piece of cloth and gently wipe down the plants with the flow of foliage .
Do it gently to avoid ripping the leaves.
Re: Home Tips & tricks
Dust them gently with your feather-type duster.
|
|
What are some good reference books for learning the subtleties of OSX? I found it fairly easy to pick up, but some things are kinda weird (like switching the default web browser, I had to get my friend who's a Mac expert to guide me through it).
Our library...
Started by Jason S on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at superuser):
(But, as a full disclosure, I haven'....
Is this one of the O'Reilly books you already know: Mac OS X Hacks ?
Judging from the title, publisher and description, it might be good stuff .
While not a book, Mac OS X Hints is a good place for tips and tricks .
|
|
Hi
A project that I maintain and develop in asp.net so far has over 500 c# files (including code behind), 150 aspx, dozens of web controls, masterpages, split over various projects; web, business, cms. There are other projects that are accessed as web...
Started by Webicus on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
(very very good)
Hard to choose without knowing your preferences, but you could opt for Python and (as a framework) Django , which should... .
I've never personally used it, but I'm told under good authority that Symfony is to PHP as jQuery is to Javascript.. .
|