Oops in .NET by Sandeep S Sachan (from psc cd) Language: .Net
Hi! Friends
This article show how
"Object Oriented Programing" goes with .NET.
Many people have bit problem with OOP's Concept in .net, So just take a look, then.....
Ofcourse you are going to Vote.
Bye..
have a fun
|
_ A String manipulation example in VB.NET, EQUIVALENTS: Len, Mid, Replace, InStr, UCase, Split etc _ by Jon Barker (from psc cd) Language: .Net
A string manipulation example in VB.NET.
Are ALL covered in the tutorial, using PURE VB.NET STRING MANIPULATION TEQNIQUES
Commands and equivilents
Len = .Length,
Mid = .SubString,
Replace = .Replace,
InStr = .IndexOf,
UCase = .ToUpper,
LCase = .ToLower,
Split = .Split,
Join = .Join,
Enjoy! tHe_cLeanER
|
Access Modifiers in .Net - An Explanation by Pankaj Nagar (from psc cd) Language: .Net
Access modifiers are keywords which control the visibility of class members and other code constructs. But if you are confused what and when to use one Go ahead and read on... and if you find it useful plz vote.
|
a 1Line code #1 - change the language in language bar by Anonymous (from psc cd) Language: .Net
hi
this is my first post . this 1line code can be used by programers that want to switch between 2 or more languages in MSwindows by code.
thank to all of my friends in www.atropatgan.com/bforum/
leave a comment 4 me and help me do better in future ;)
|
OOP Nullable DatePicker Control by VBRocks (from psc cd) Language: .Net
Unfortunately, Microsoft's DateTimePicker control falls drastically short when it comes to being able to bind to data source properties that contain the data type of Nullable(Of Date). So I have created a simple DatePicker control that has a Value property of Nullable(Of Date) that can be bound to datasource properties of the same data type.
|
|
How to Write Your Own GPS Applications: Part 2 by Jon Person (GeoFrameworks) (from psc cd) Language: .Net
In part two of the series, the author of "GPS.NET" teaches developers how to write GPS applications suitable for the real world by mastering GPS precision concepts. Source code includes a working NMEA interpreter and sample high-precision application in C# and VB.NET.
|
How to Perform OCR Operations on PDF Documents inside .NET Applications by Sherazam Language: .Net
This technical tip shows how .NET developers can perform OCR operations on PDF documents inside .NET Applications. Aspose.OCR APIs can only accept images to perform OCR operation on them. If the requirement is to perform OCR on PDF documents then two Aspose APIs will be used to achieve the ultimate goal, that is; Aspose.Pdf APIs convert the PDF pages to images and Aspose.OCR APIs perform the OCR operation on the extracted/converted images. This article demonstrates the usage of Aspo ... (see entry for full description)
|
Authenticated Emailing by VBRocks (from psc cd) Language: .Net
The purpose of this article is demonstrate how to send an authenticated email.
|
How to Create/Format Forward & Reply Email Messages inside .NET Apps by Sherazam Language: .Net
This technical tip explains how .NET developers can Create the Forward & Reply Email Messages inside .NET Applications using Aspose.Email for .NET. Aspose.Email API provides the capability of creating and formatting the forward and reply messages. The ReplyMessageBuilder and ForwardMessageBuilder classes of the API are used to create the Reply and Forward messages respectively. A Reply or Forward message can be specified to be created using any of the modes of OriginalMessageAdditio ... (see entry for full description)
|
Zip Files Easy! by VBRocks (from psc cd) Language: .Net
The purpose of this article is to demonstrating zipping files using the ZipPackage class in this System.IO.Packaging namespace.
This demonstration uses:
VB.Net 2008
.Net Framwork 3.0
|
Sending sms using c#.NET by ManuMehrotra (from psc cd) Language: .Net
SMS is rapidly becoming a major medium of communication. In todays world we come across many examples of services which use SMS as a medium for communication like the polls in different news channels or exams results via SMS. Behind all these services there lies a software which automates the whole process of sending and recieving a SMS.This article discusses a code of a similar software written in C#.NET that sends a sms via a cell phone connected to the COM port. This software mak ... (see entry for full description)
|
Iteration Performance by Trevor Misfeldt (from psc cd) Language: .Net
Compares various iteration methods in .NET with an eye on the best possible performance over large data collections.
|
Enter Key in ASP.NET by Richard Bean (from psc cd) Language: .Net
This article is solving very common problem when ASP.NET developers wants to get button "clicked" and submit a form when web site visitor hit an Enter key. That is useful when you want to build Login screen, web site search, pool etc.
|
|
|