|
Re: how to send sms from .net application
4/20/2003 9:45:48 AM
(Total replies: 0)
|
| Check out Derek Mitchell's article at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/netcfsendsms.asp
Of course, it helps to have a SmartPhone to try out the sample :-) |
|
|
|
|
|
|
|
|
|
Re: Which language to choose in .NET
6/1/2003 10:47:17 AM
(Total replies: 0)
|
| The way to approach this is to ask yourself the following questions:
1) Are some of the language-specific features very important to you?
2) Are your developers more comfortable in C/C++ style language syntax or VB syntax?
Theoretically, the perf difference between C# and VB.NET is supposed to be negligible. But some people claim to have evidence that seems to suggest that C# has an edge.
Based on my experience, most .NET applications exhibit bad performance mainly due to bad ... |
|
|
|
INFO : What's new in McKendric
6/1/2003 11:13:37 AM
(Total replies: 0)
|
| If you are interested in checking out what's new in Windows CE.NET 4.2 (a.k.a McKendric), take a look at:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnembedded/html/embedded05202003.asp |
|
|
|
Re: Writing to a WORD doc
6/1/2003 11:07:21 AM
(Total replies: 0)
|
| To understand the MS Word Object Model from a .NET perspective, take a look at:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odc_vsto2003_ta/html/wordobject.asp |
|
|
|
Re: Scheduling Calendar
6/1/2003 11:00:48 AM
(Total replies: 0)
|
| For Calendar and Scheduling Components, take a look at:
http://www.componentsource.com/Search.asp?Browse=Y&GroupType=3&gc=CALEND&AF=
|
|
|
|
Re: ASp.net control / Javascript
6/1/2003 10:34:25 AM
(Total replies: 0)
|
| I wonder if there's a simple answer. When you look at performance issues for web-based applications, there's a whole bunch of things that you need to consider. Take a look at http://samples.gotdotnet.com/quickstart/aspplus/doc/perftuning.aspx for a list that is not exhaustive by any means. |
|
|
|
Re: Not a GetChanges method in a DataSet???
5/25/2003 11:55:11 AM
(Total replies: 0)
|
| You need to implement the logic yourself. You can take a look at the Pocket TaskVision Application available at:
http://smartdevices.microsoftdev.com/Learn/Articles/637.aspx |
|
|
|
Re: how to html files ?
5/11/2003 11:29:06 AM
(Total replies: 0)
|
| If you are referring to .NET CF, you could use a third-party control like the one available at:
http://www.intelliprog.com/netcf/htmlctl.html |
|