Click here to Skip to main content
15,887,683 members

Articles by A.J.Wegierski (Tip/Tricks: 4)

Tip/Tricks: 4

RSS Feed

Average article rating:

No articles have been posted.

Average blogs rating:

No blogs have been submitted.

Average tips rating: 4.69

General Programming
Performance
27 Oct 2010   Updated: 27 Oct 2010   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 4,500     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
int empId = dt.Columns[EMP_ID].Ordinal;...int empId = Convert.ToInt32(dRow[empId]);
Programming Languages
C#
7 Jan 2011   Updated: 7 Mar 2011   Rating: 4.38/5    Votes: 10   Popularity: 3.96
Licence: CPOL    Views: 47,925     Bookmarked: 9   Downloaded: 0
Please Sign up or sign in to vote.
Extending Enums with Custom Attributes
14 Sep 2011   Updated: 15 Sep 2011   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 15,440     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Trick to remove an event handler out of the scope of the handler
SQL
15 Jul 2010   Updated: 4 Apr 2011   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 4,501     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
For Oracle: -------------------------------------------------------------------------------- -- DESCRIPTION -- Universal save -- PARAMETERS IN -- vTRYB: mode: (I)nsert/(D)elete/(U)pdate -- rc: record -- PROCEDURE zapiszObiekt(vTRYB IN...

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Web Developer
Poland Poland
Complicated