|
What are other ways to do ping in vb.net or c# other than the way found here :
Dim pinger As New System.Net.NetworkInformation.Ping MessageBox.Show(pinger.Send("192.168.0.119").Status.ToString)
Started by Microgen on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
There's a WMI class which encapsulates ping, WIN32_PingStatus , which you can use from a client with XP/2003 or later. .
You can launch cmd.exe and execute the ping command by writing to StandardInput To retrieve results read from StandardOutput .
|
|
Unable to get any other values other than CID and LAC using RIL WM6 using GetCellTowerInfo, any info is welcome.
Started by rsapru on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Which phone-network were you using?
You will find that Mcc and Mnc are only present on GSM Devices. .
Depending on the implementation for your specific Windows Mobile device the RILCELLTOWERINFO structure may not be fully populated .
|
|
I would like to know if the other similar open source solutions in .NET world, especially for 2.0 framework
Started by fpo on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I've just stumbled upon ObjectCastor where the goal is:
Basically, it generates a new proxy class using the System.CodeDom machinery, which wraps the sourceType and implements the interfaceType interface... .
It provides a Map function.
Yo can use CSLA.NET.
|
Ask your Facebook Friends
|
I'm looking for inspiration on how to design classes from scratch in a project with multiple developers in different locations (so no whiteboard sessions.)
Let's say you're tasked with implementing a rather big feature that is going to be used by the ...
Started by Blixt on
, 14 posts
by 14 people.
Answer Snippets (Read the full thread at stackoverflow):
That first day, I never just can't/shouldn't fit preferences of many... .
Use video conference : talk to each other using you laptop's micro, and let them come into your in my head and comparing my notes with the documentation and other notes.
|
|
Other than basic python syntax, what other key areas should I learn to get a website live?
Is there a web.config in the python world?
Which libraries handle things like authentication? or is that all done manually via session cookies and database tables...
Started by Blankman on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
To....
The Python libraries -- almost everything you could ever want has already been written .
What python module and packages are.
Object-oriented design.
All of the Python built-in data structures.
Basic Python syntax isn't half of what you need to know .
|
|
When I browsing on the web I read tons of best-practices blogs, articles, there are some books, videos etc...
but often one best practice negate other best practice, or some best practices are better than another best practices
are there same realy best...
Started by Cicik on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
A negates B simply because they are not compatible - you have to figure... .
It's not the Method A negates Method B because A is better, however .
As for "negating" one another, I think that's inevitable.
I think there are only good practices
You are correct.
|
|
I would like to GROUP BY an item in my table, which has an associated monetary value. This I can work out as a percentage, however there are often too many items in the list (too many to be useful, for example in a graph). Consequently, I would like to...
Started by Ian on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Looks like a UNION) AS pc FROM items GROUP BY itemtype HAVING SUM(percent) >= 0.05 UNION SELECT 'Other', SUM SELECT, but at some point it may be worth....
Primary stuff and one of the other group, then just select all from the temp table.
|
|
I need some help in planning out how to do my classes in PHP. I have a session class and a database class that I pretty much need to access inside of every other class I use (forums, mail, users, lots more classes)
So I am looking for how I should access...
Started by jasondavis on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
A code example....
The registry pattern acts like a storage for objects.
This is a pretty good explanation.
For scenarios like this i would make use of the registry pattern .
For things like sessions and databases, I think global variables are fine here .
|
|
Are there any other IDEs worth my time for Lotus Notes development? We're doing mostly LotusScript development and would kill for features of Eclipse or Visual Studio, like "Show Declaration". I know there's an Eclipse plugin for Java development in Notes...
Started by Bob King on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Http://www.teamstudio.com/products/product-index.html
(Disclosure....
Teamstudio sell a number of tools to assist your Lotus Notes development, and it looks like they can do some of the things you want, but it doesn't look like they can be assembled into an IDE .
|
|
Hi
As a true beginner, one often finds that the barrier to further knowledge is not knowing what to google.
I've made programs like pong and a sudoku solver, simple things. These days I would like to work on something more like tabslock or make a multiplayer...
Started by Ziggy on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
I think in a very general sense.
Another process in another place to run some code, as if one had just called a function on the other on 1 machine, can communicate with other services on other machines.
|