473,513 Members | 3,076 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Who can i send my code to?

Hello,

Is there anyone who would like to have a look at my simple to give me some
advice for improvements?I'll send it in zip-file.

--

Thanks a lot

Hyphessobrycon
Nov 21 '05 #1
5 987

"Hyphessobricon" <sy*********@telenet.be> schreef in bericht
news:KI*******************@phobos.telenet-ops.be...
Hello,

Is there anyone who would like to have a look at my simple to give me some
advice for improvements?I'll send it in zip-file.

--

Thanks a lot

Hyphessobrycon

it's in VB.Net
Nov 21 '05 #2
Huphessobricon,

I think it is better to show some snippets (small parts) with this question
of your code than we can all learn from that, in my opinion is that for what
a newsgroup is.

Otherwise you ask offline consultancy what is mostly a paid job.

Just my thought,

Cor
Nov 21 '05 #3
"Hyphessobricon" <sy*********@telenet.be> schrieb:
Is there anyone who would like to have a look at my simple to give me some
advice for improvements?I'll send it in zip-file.


Personally, I am not interested in receiving code and reviewing it for free.
Post relevant parts of the code here so everybody reading the group can
benefit. Do /not/ post the code as an attachment. Instead, select portions
of your code you want to discuss and post them here as part of your message.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Nov 21 '05 #4
"Hyphessobricon" <sy*********@telenet.be> wrote in message
news:KI*******************@phobos.telenet-ops.be...
Hello,

Is there anyone who would like to have a look at my simple to give me some
advice for improvements?I'll send it in zip-file.


It could take a lot of time to trawl through someone else's application and
offer such advice.
If that's what you want then I reckon you'd do best to find someone you know
and patient enough to sit with you for a walkthrough.

Or.... Find someone happy to do this for money and pay them.

--
Regards,
Andy O'Neill
Nov 21 '05 #5
It sounds very much like you are looking for general advice on what is good,
or bad, code. If that's the case, and you indeed want to study and improve
your craft, then might I suggest a couple of books and sites for reading.

First, take a look at Martin Fowler's excellent book "Refactoring: Improving
the design of existing code". The book as a whole is excellent and offers
good advice geared towards improving code, but the chapter written by Kent
Beck that looks at "code smells" may be more relevant to you at this point
in time than any other chapter in the book.

Also, take a look at Ron Jeffries online diary which became a book, called
Adventures in C#. You can find it at
http://www.xprogramming.com/xpmag/acsIndex.htm. Even though the book is
focussed on C#, the general concepts that Ron talks about with regard to
code quality, and test driven development, as well as general development
practice are suited to any language, including VB.NET.

Finally, get hold of a copy of Steve McConnell's fantastic book Code
Complete 2.0. This is a great book about programming and software
development in general and is sure to give you lots of pointers to other
tomes to drill down into specific areas of interest.

Good luck.
--
Pete Wright
Author of ADO.NET Novice to Pro for Apress
www.petewright.org

"Hyphessobricon" <sy*********@telenet.be> wrote in message
news:KI*******************@phobos.telenet-ops.be...
Hello,

Is there anyone who would like to have a look at my simple to give me some
advice for improvements?I'll send it in zip-file.

--

Thanks a lot

Hyphessobrycon

Nov 21 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
7972
by: Pete Loveall | last post by:
I have a server application that monitors a private local queue for messages. The message sent to it has a label and a response queue defined. It works correctly when the queue is accessed via another program. However, when I attempt to Send a message from an ASP.NET VB page, I get "One or more of the passed properties are invalid." I have...
0
3673
by: David Burson | last post by:
Hi, I have a VB.NET windows app that needs to automatically send a simple text email when my users run a new version of the app for the first time. I thought this would be simple, but after days of reading posts and testing, I see it is not - unless I'm missing something? I'm not an email guru. All of my users will be running at least...
15
3271
by: Steve Horrillo | last post by:
I can't figure out why this script won't insert the subject in the email and why can't I control the font and size being used? I'm not sure where to post this. Let me know where if this is OT. <SCRIPT LANGUAGE="JavaScript"> <!-- Begin function isPPC() { if (navigator.appVersion.indexOf("PPC") != -1) return true; else return false;
6
11163
by: DigitalRick | last post by:
I have been running CDONTS in my ASPpages to send emails to me sent from my guestbook. It had been working fine untill I upgraded to Server 2003 (I am also running Exchange 2003) all locally. I will include the code I originally used. I understand I should switch from CDONTS to CDO mail but after several sttempts I am finding a very hard...
6
3249
by: John J. Hughes II | last post by:
I have a service that needs to send e-mail alerts. I have been attempting to use the System.Net.Mail function from .NET but this seems to require the IIS be installed and running. Since some of my customers are not really happy with having the IIS installed, not being used except to send e-mail this is becoming a problem. I have also...
14
9107
by: supz | last post by:
Hi, I use the standard code given below to send an email from an ASP.NET web form. The code executes fine but no Email is sent. All emails get queued in the Inetpub mail queue. I'm using my local default SMTP Server and my from address is a valid Yahoo/Hotmail address. I have configures the local SMTP Server to allow the IP Address...
3
4264
by: BuddyWork | last post by:
Hello, Could someone please explain why the Socket.Send is slow to send to the same process it sending from. Eg. Process1 calls Socket.Send which sends to the same IP address and port, the receiver is running within Process1. If I move the receiver into Process2 then its fast. Please can someone explain.
4
7668
by: =?Utf-8?B?dHBhcmtzNjk=?= | last post by:
I have a web page that at the click of a button must send a bunch (1000+) emails. Each email is sent individually. I have the code working fine, using Mail Message classes and smtp and all that. But sometimes even when I'm just sending one e-mail the web page takes a minutes or so to post. Can anyone tell me why it is so slow, or how to...
6
6883
by: Harshpandya | last post by:
Hi all, I am working on the form in which you fill out the whole PHP form and e mail that details to someone. It is working fine. But now i want to send the same form to be sent to different people and user should be able choose the check boxes to whom they want to send e mail to. I write some code simple If else conditions but i think i am...
0
5086
by: Xionbox | last post by:
Hello everybody, The error I have seems very easy to solve, but for some odd reason I can't seem to solve it. Anyways, here's my "setup". I created a server running on localhost:1200 (telnet localhost 1200 proves that it is up and running) and I coded a client which is supposed to connect to that server and send it data. The odd part is...
0
7269
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7177
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7394
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7123
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7542
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
5701
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5100
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3237
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1611
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.