If you have basic knowledge of ASP then one can easily grab ASP.NET Web Technology, I started reading book Beginning ASP.NET with Visual C#.Net 2003, and i develop my mini-project in .Net framework v1.1. It is worth doing if you have short duration projects and want to develop Web Application with database support.
Nov 25, 2005, 10:43PM PST | 1 cheer | 2 comments
From last 6 days i was working on WebMatrix IDE and MSDE 2000 to complete my project. It is almost over and i need 3 full days to integrate all Web Forms and Pages.
Its fun when you work from morning to evening on one IDE and try to solve the problems. Many of the problem i hv faced..
1) Adding WebMark button on browser toolbar.
2) Adding hyperlink on Datagrid’s data field
3) Navigating frames by clicking on server side button
4) Retriving the query string values.
Thats all from today..
Nov 18, 2005, 10:41PM PST | 0 comments
MSDE 2000(Microsoft SQL Server 2000 Desktop engine) integrated in Web Matrix IDE. Yesterday i made data report. I used osql utility to administrater my database. But my installed MSDE is for single system and run application on local system. Then i know that to run application over network, parameter DISABLENETWORKPROTOCOLS=0 and SECURITYMODE=SQL (mixed authentication of Windows and SQL Server). I reinstalled it today, now i am able to run my data report over the network. Its fun… and One nice feature of Web Matrix that i discover is Community Suport – One can chat over MSN messanger, Forum, even ASP.NET books list and ASP.net site list is also available. Thats all from today…
Oct 21, 2005, 04:18AM PDT | 0 comments
I installed this DB in My system, and now i m looking for Creation of Tables/Database Commands.. Web Matrix has data Connection facility with MSDE… I like Multi-thread Database facility of this DB..
So two days holiday, so i learn some MS SQL command, these command are different from ORACLE SQL…
Oct 11, 2005, 03:10AM PDT | 0 comments
C# Variables:
Same as C++ variables only thing is to provide rich data types, and large memory space to store variables. Also Scope of variable is same as in C++, but Advantage is to Hashtable and SortedList types.
Server Side Controls:
Again similar to HTML controls but it provides more controls like Calender, DataGrid…
so i finished 3 chapter and move towards to 4th one which is Operators and Looping, Branching..
Sep 06, 2005, 04:40AM PDT | 1 cheer | 0 comments
Very lightweight IDE for designing web forms in ASP.NET, which supports VB.NET, C#, J# as language. only 1.3 MB, one can download it from www.asp.net. It has inbuild web server to run web forms.
yesterday i tried to install it. Installtion is finished.
but new problem that i hv 3 web server which was run on PC
1) IIS port 80
2) Apache port 8080
3) Web Matrix’s inbuild one port 1800
so i can’t able to run my DBconnection.aspx page on any of them. so i hv to stop above 2 servers then it will works.
but we need IntelliSense feature like Visual Web Developer 2005 beta version has..
thats all for today, so no system it ready for my Project…
Sep 02, 2005, 09:41PM PDT | 0 comments
I’ll make On-line bookmark for my college as database project so on can access his/her bookmarks from any PC in Lab. So i started reading C# and database connectivity with oracle…
I really like this connectivity
1) with any RDBMS (just use OLE DB , and 4 to 5 line code)
2) with XML (just open XML file , read it and bind it with dataGrid, again 4-5 line code)
Aug 29, 2005, 02:51AM PDT | 1 comment
i bought ASP.NET database with C# (wrox publication) and start reading. right now i m on 3 chapter(server side controls ans C# variables). First i hv to make system ready for my 5 th sem project (Database project – Online Bookmark)
so i need
1) Windows Xp prof. or Windows 2003 server
2) .NET framework redistributable version 1.1
3) MDAC 2.8 (database drivers)
4) Web Matrix or Visual Web Developer 2005 IDE for ASP.NET
so i downloaded all above today.. but i m not able to download MDAC 2.8 becoz it ask for windows and browser verification codes. any way i’ll connect using ODP.NET to Oracle database.
Aug 29, 2005, 02:36AM PDT | 0 comments
Can anybody suggest me good book on C#.
I heard name of few books
1) C# Complete reference by Herbert Scheidt
2) beginning C# programming (wrox publication)
beside this any good book will be appreciated..
May 13, 2005, 03:02AM PDT | 1 cheer | 3 comments
I know java (core java). And may be i finished The complete reference book by june 2005 and then i will start C# and ASP.NET , C# is very similar to Java , and I want to developed my 5th Semester project in .NET environment, so i thought C# is best. but we need to make project that has some database interaction so i combine both C# and ASP.Net. I know ASP so i can easily finished ASP.NET within a month.
Apr 24, 2005, 01:49AM PDT | 0 comments