whenever open new project in visual studio, partial class created. need simple class need practice oops concepts.
how create new class or modify existing partial class?
i might sound stupid! :-)
thanks!
asp.net generates portion of code, allowing extend via "partial" keyword. means code compiled same class code generated xaml.
as far trying learn oop goes, start command-line project , work way there. might easier going, , you'll feel have 100% of control on creation.
Comments
Post a Comment