473,378 Members | 1,369 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

partial types

This is gona be fun with code generators, constructors all over the show. I
remove my constructor from the wizard code (winform generator) and dispose
method and put it into my own partial cuz im maintaining it now. So what
does the winform designer do? Readd it? Sory but I just had nothing but bad
experiences from lazy developers who coded the wizards. We all know that
AutoScaleBaseSize is nothing but a pain in the gonads for developing and
running on diff windows rigs for winforms of a FIXED size.

They say its going to make seperation better for wizard generated code, oh
yeah, we all know how good code wizards are.

Anonymous methods are going to make lazy programmers come out of the
woodwork.

Nov 15 '05 #1
1 1162
Although this post is ranty and really has no point, I'll address it anyway.
"news.microsoft.com" <di********@discussion.microsoft.com> wrote in message
news:OA**************@TK2MSFTNGP12.phx.gbl...
This is gona be fun with code generators, constructors all over the show. I remove my constructor from the wizard code (winform generator) and dispose
method and put it into my own partial cuz im maintaining it now. So what
does the winform designer do? Readd it? Sory but I just had nothing but bad

The winform designer has no reason to read your constructor or disposable
implementation. All it is concerned with is the InitalizeComponent method.
As for how does it display a design surface, it would compile the class. So
I'm not sure what your concerned with here.
experiences from lazy developers who coded the wizards. We all know that
AutoScaleBaseSize is nothing but a pain in the gonads for developing and
running on diff windows rigs for winforms of a FIXED size.
They say its going to make seperation better for wizard generated code, oh
yeah, we all know how good code wizards are.
In this instance I think they are refering to things like data tier
generators, form designers, and WSDL generated classes. All three are likely
to change as well as require manual modification. Wizards aren't the end
all, but they do alot of work faster(and less errorprone) than a human can
in a good number of situations.

Anonymous methods are going to make lazy programmers come out of the
woodwork.
Tell me, was there actually a point to this?


Nov 15 '05 #2

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

Similar topics

6
by: nospam | last post by:
I just read on Slash Dot about partial types. Now, is it possible to have a code behind split over two pages but still referencing the same .aspx file??? If so, that would be really nice as...
7
by: nospam | last post by:
Ok, 3rd or is it the 4th time I have asked this question on Partial Types, so, since it seems to me that Partial Types is still in the design or development stages at Microsoft, I am going to ask...
9
by: Gomaw Beoyr | last post by:
Two question about the "partial classes" (in the next wersion of ..NET). Question 1 ========== Will partial classes (in the next version of C#) have to be declared "partial" in ALL places. ...
16
by: pawel.pabich | last post by:
Hajo, I would like to have 2 my own partial classes. For example: Default.aspx.cs Default2.aspx.cs and they both will relate to Default.aspx page.
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.