The programmer will create a minimum of 50 code samples for the first week and if the samples are very good will continue creating code samples every week at ($100-$200 per month) for 1-3 months for the website.
These samples will be asp.net or windows forms or ado.net functions and classes that illustrate .NET Framework tasks for intermediate to advanced .net programmers.
The code samples will be in VB.NET or C#.NET.
1. The code samples must be original and not a copy of someone else's code.
2. The code samples must be tested.
3. All code samples (minimum of 50) must be submitted every seven (7) days.
4. Each line of a code sample must be well commented.
5. All code samples created will be completely owned and all copyrights will belong to us.
6. You will be given a login and password and a web based tool for submitting the code samples as you create them. You must use this web tool to submit each code sample as it is developed.
When replying, please tell us about your .net experience and skill level and about the areas of .net development that you are comfortable with.
Replies (25)
Asalam O Alikum,
i have good experience in writting code of .Net languages c#,vb.i worked in windows forms and web forms with repect of Asp.Net.I hava time to solve probelm of others who has no one to help them with code, article or any type of logic which they want to implemented.Plz reponse me.Thanks
Allah Hafiz.
salam Alaykum, i was wondering if you could help me with a query that i have to do.
I need to pull out the last 50 records from a table. the table doesn't have a row ID column that might increment every time a new one is created.
I heard something about rowcount, rowid and movelast. But can't seem to put them all together any help will be appreciated.
Salam.
Hi, I have been programming in .net for 3 years. I am also ranked as the Top 100 poster on asp.net forums. I have written several articles on .net. I will be very interested in writing and submitting code samples. Please also visit my website at http://www.kdkeys.net/net-code-samples-wanted-earn-100-to-200-per-month-writing-net-code-in-your-spare-time/#link-6867.
Hi, I am Radix, a Solution Developer with more than 2 years experience, Microsoft Trainer for MCAD/MCSD.NET.
Contacts
E-mail: AskRadix@yahoo.com
Phone: 0020104979444
Areas of Expertise
- Programming Languages:
C, C#.NET, VB.NET
- Tools and Technologies:
• Win Forms.
• ASP.NET.
• XML, XSL, XSD.
• COM+.
• XML Web Services.
• .NET Remoting.
• Enterprise Services.
• Analysis Services.
• Data Access: ADO.NET.
• DBMS: SQLServer, Oracle, MySql Server.
- Applications Types:
• Database applications and data access layers.
• Code Generators.
• Web Applications.
• Enterprise Applications.
• Mobile and Smart Device applications.
Enterprise Applications
1) Automatic Code Generator.
- Automatically generate Stored Procedures, Info Classes, Business Clesses.
- Tools: C#.NET, SQLSERVER 2000.
2) Real State Application
- http://www.kdkeys.net/net-code-samples-wanted-earn-100-to-200-per-month-writing-net-code-in-your-spare-time/#link-6858
- http://www.kdkeys.net/net-code-samples-wanted-earn-100-to-200-per-month-writing-net-code-in-your-spare-time/#link-6860
- Tools: C#.NET, SQLSERVER 2000, ASP.NET 1.1
3) Multilanguage Inventory Managment System
-Tools:VB.NET, SQLSERVER 2000.
4) Billing System
-Tools:VB.NET, SQLSERVER 2000.
hi i m doing my m.tech project,for an educational organisation by using svm and fuzzy k means algorithm. i would like to know , whethere these algorithm give effective results or not?can explain with example for this application by using this algorithms? by using this algorithm i would thought to calculate student progress(based on marks, attendance) and also staff teaching level, and provide online feedback form to student to improve staff teaching quality so that student can able to score more.. pls reply to my post quickly sir..
I m Shiva Brindha...PG student..I m doing my project in data mining.. i need the source code for SVM in .net.. Please provide the source code or send me the link where to get the source code...Please help me..
i m shiva pg student.. i need source code for C4.5 and c5.0 in .Net.. it is very urgent.. can u provide the source code or tell me the link to get the code...Please help me...
I m SivaBrindha,PG student.. I need source code for association rule mining using Genetic Network Programming and Fuzzy.. Can u provide the source code? please.. In my project i use KDD99Cup dataset..
I am doing a project on A New Approach for Clustering of Navigation Patterns of Online Users .I have preprocessed the raw log files.My next step is to cluster the web log files hence to move forward I wanted the java code of K Means Algorithm ( any other clustering can also work) for clustering the IP address and the Url's present .. Kindly help me. its urgent .. thanking you .. Niketa
I m shiva Brindha..I need the comparison between c4.5, EC4.5,and C5.0 classification algorithm..Can u help me? please help me..
hi this is shameem doing my M.Tech information technology,i am doing a project on PPDM using geometric data perturbation so i cant able to start up with my project.i need source code of PPDM project if any one having the source code means kindly share with me my mail id is shameemnzr92@gmail.comso i can start my project with ur helpThanking You.
hi, I am a Phd student working in the area of graph mining. People have used the concept of random walk inside the graph while traversing and calculating the similarities among the nodes in the graph. Can anyone tell me that how random walk works on the graph? Specially, when it is utilized to measure any two arbitrary nodes/vertices in the graph...??? waiting for effective and informative reply... :roll:
Ask A Data Miner - 75,000+ Members
Follow On Twitter
Request More Information
Anwar,
Use Fill method of SqlDataAdapter to get DataSet .Fill allows you to fetch specific number of rows and starting point.This is in c#,believe VB wouldn't be much difference
int rows = myAdapter.Fill(myDataset, 0, 50,"myDataTable");
Good luck.