Every Day's computing
C++, C#, Java, PHP, XML, Scripts and so on.

ASP Net (C#)


Home

Frame-Work: 3.5 & 4.0 Mixed

Work -In -Progress :
( we are uploading pages, please pardon our appearance )
Book-Marks:
Asynchronous, ADO.NET, AJAX, Programming Fundamentals, ,  LINQ, WebServices, Web-Controls
 
 
 

Visual Web Developer 2008 Express

*~Enclosure :
*~Free but you can fly to it's limit
*~doc_aspnet_enclosures.htm
*~Intellisense
**~doc_Using_IntelliSense1.htm
*~A collection : brief preface
**~ listening to the developers
***~Preface_aspNet.htm
 
 
 

Warming-Up (TOP)

*~create-new-site.htm
*~Comparing-with-aspent11.htm
*~ Visual Studio 2008
**~Professional Power:
**~doc_mm.vsd5.htm
 
 

Web_Controls: (TOP)

*~Label Control
**~doc_GettingStarted1.htm
**~ Image control
**~doc_GettingStarted2.htm
**!~Button Text-Box
**~doc_GettingStarted3.htm
**~Calendar Control
**~doc_mm.richcont1.htm
**~ File UpLoad
**~doc_mm.richcont2.htm
**~ Stay Current with Controls :
**~Visit listed  Microsoft's sites:
**~Control Class
*~ Error Foe or Friends: Later
**~doc_mm.cont1.htm
*~ Collection Control: foreach loop
*~asp-net functions: 
*~doc_mm.cont2
*~Events
*~IsPostBack, Click, Page_load :
*~doc_mm.IsPostBack
**~(Advance audience)
**~ScriptManager and IsCallBack with IsPostBack tryouts
**~ doc_mm.IsCallBack1.htm
**~Page.ClientScript
**~
doc_mm.IsCallBack2.htm
*~Literal Control ,
*~doc_mm.contr3.htm
*~textBox input
**~ text_changed, accesskey, password
**~DataTable, Style, *~ ICollection, DataView, DataRow, Datagrid
*~doc_mm.cont4.htm
*~ Serious uses of controls, File and Directories
**~doc_m.FileStream11.htm
*~Radio-button and Check Box
**~ Simple and collection list Control
***~ doc_mm.cont5
*~ Image Button, Link Button, Focus, Debug steps,
**~doc_mm.cont6
**~ IsPostBack and PostBackUrl
**~:isPoastback_demostrated.htm

*~ Cross page posting:
**~ doc_mm.cont7.htm
*~ CommandName,Generic, Sort, OnCommand, Pre-Render
**~ doc_mm.cont8
*~ Panel Control, Script Manager
**~doc_mm.cont10.htm
*~HOT-SPOT resolution
**~doc_mm.cont9.htm
*~ Control and Themes, Get and set properties
*~object Debugging steps:
*~  doc_mm.cont13.htm
*~ Custom Control using TagPrefix
**~ compare jQuery & JSTL
**~ViewState ,HtmlTextWriter
**~ WebControl.RenderContents
**~doc_mm.CustomControl1.htm
**~doc_mm.HTMLTextWriter1.htm
*~ Skin, Theme
*~doc_mm.cont12.htm
*~PlaceHolder
**~doc_mm.Delegate6.htm
*~ Script Manager, Timer
**~ doc_mm.cont10.htm
**~ doc_AdoConnected3.htm
*~ DataView, SqlDataSource, DropDownList
*~doc_mm.LINQ3
*~doc_mm.LINQ3b.htm
 
 

Programming Fundamentals TOP)

Preprocessor Directives
**~doc_mm.Preprocesor1.htm
 
Data Types;
------Value types------------
***~struct, enum, Push, POP, LIFO, vValue Type and Reference Type
**~ doc_mm.DataTypes1.htm
**~byte
**~doc_mm.DataTypeByte1.htm
------Data Reference Type -----------
**~ using ref key word (LINQ)
**~ mm.LINQQueryExpression3.htm
**~ Delegate : create controls and firing events , Struct, enum
**~doc_mm.ReferenceDataType1.htm
---- Everything is Class-------
*~ creating an instance of object data
**~doc_mm.Class1.htm
**~passing object as a parameter
**~ use of Aggregate, Func< > Generics.
**~ doc_mm.Class2.htm
 
*~Polymorphism
*~doc_mm.Polymorphism1.htm
*~doc_mm.Polymorphism2.htm
Generics:
*~Introduction-To-Generics.pdf
*~ Type T, compare Non-Generic and Generic, 
**~ doc_mm.LINQIntro7
**~ Generics-TypeSafe Class <T>
**~ doc_mm.GenericsTypeSafe1.htm
*~STACK and LIFO
**~doc_mm.Generics1.htm
*~Keyword yield, IEnumerator<T> interface, T Parameter
**~doc_mm.Generics2.htm
*~ Push and POP (Stacked, LIFO) ,
**~ doc_mm.Generics3.htm
**~ doc_mm.Generics4.htm
 
*~Delegates
**~delegate Method
**~ doc_mm.Delegate1.htm
**~Delegate String
**~doc_mm.Delegate2.htm
**~doc_mm.Delegate3.htm
**~Delegate to an event, create custom Buttons, Custom events with Delegate
**~doc_mm.Delegate5.htm
**~Array List, delegate events, create DropDownList, PlaceHolder
**~doc_mm.Delegate6.htm
**~
**~
*~ Func Generic Delegate, IEnumerator<T> interface, T Type parameter
*~ doc_mm.Generics1.htm
*~ Push and POP (Stacked, LIFO)
**~ doc_mm.Generics3.htm
**~ doc_mm.FuncGeneric1.htm
*~BeginInvoke , EndInvoke , Delegate
**~ doc_mm.Async1.htm
*~
*~doc_mm.Async2.htm
*~
*~doc_mm.Async3.htm
*~doc_mm.Async4.htm
*~doc_mm.Async5.htm
*~doc_mm.Async6
*~doc_mm.Async7.htm
*~doc_mm.Async8.htm


 

 
*Interface & abstract Class
**~doc_mm.Interface1.htm
*~doc_mm.Interface2.htm
*~doc_mm.AbstractClass1
 
 

(TOP)

 
 
 
 

Asynchronous Programming (TOP)

*~ IAsyncResult , Thread (calling synchronous method asynchronously) , IAsyncResult, BeginInvoke , EndInvoke , Delegate
*~doc_mm.Async1.htm
*~doc_mm.Async2.htm
*~doc_mm.Async3.htm
*~*~AsyncWaitHandle
*~doc_mm.Async4.htm
*~doc_mm.Async5.htm
*~ CallBack
*~doc_mm.Async6.htm
*~doc_mm.Async7.htm
*~doc_mm.Async8.htm
*~ PageAsyncTask Class
*~doc_mm.PageAsyncTask1.htm
*~doc_mm.PageAsyncTask2.htm
 
 
 

WebServices: (TOP)

 
*~Creating Web Services:
------------simple-default ---------------
**~Service : doc_mm.WebServices1.htm
***~ Client : doc_Webservice1_Client1.htm
----Using namespace------------
**~ Services & Client
**~doc_mm.WebServices2.htm
 
 
 
Archived Examples
*~Create and Consume WebServices:
**~ IIS Server 2003
**~ create_services_a.htm
 
 
 
 
 
 
 
 

Data-Control :SQL Server (TOP)

*~Problem_NT_AUTHORITYIUSR.htm
*~ Creating table with Query.sql :
*~ Generate SQL Script using SQL Server
*~Connected & Disconnected ADO.Net
*~database_and_asp.htm
*~ doc_mm.SQLDataSource1
*~system_data_namespace.htm
*~Scope_ADO_NET.htm
*~ Create New DB, Table, Query : GridView, SQLDataSource
**~doc_mm.SQL1.htm
*~Access database, asp:CommandField,
**~GridView, ListBox:
**~doc_mm.Access1.htm
*~ GridVew Edit/Select, ListView DataList
**~WebConfigurationManager
**~ DataSourceMode,
***~doc_mm.SQLTestCon.htm
***~doc_mm.SQL2.htm
*~ GridView- DropDownList
**~ keyword "using", SqlDataAdapter
**~ DataBinding with code., DataReader
**~doc_mm.SQL3.htm
**~ GridView Class :
***~doc_GridView_Class.htm
***~ DropDown DetailView : 1
***~<SelectParameter>
*****~<asp:ControlParameter
***~doc_mm.SQL4   
*~Master & Details in New page
***~asp: QueryString parameter
**~doc_mm.SQL5.htm
*~ Details View Update, Insert, New
**~FormView : doc_mm.SQL6.htm

----------ObjectDataSource----------------
*~DataBinding with Code
**~ doc_mm.ObjData1.htm

**~WebConfigurationManager
**~SqlDataAdapter,
**~ doc_mm.ObjData1B.htm
**~doc_mm.DataSetScope.htm
 
 
 

ADO.NET (TOP)

*~SQLServer_management.htm
*~Connected ADO
**~ using base class get:set properties
**~ DataReader
**~ doc_ADO.Connected1
**~doc_CreateDB_WithSQL
**~ UpDate Row : doc_Ado.Connect2
**~ AddNew Data, Insert, DeleteData
***~doc_AdoConnet3
**~ GridView1_RowDeleted \Deleted
**~SqlDataSource1_Updated\Deleted
*~doc_AdoConnect4.htm
*~doc_AdoConnect4_code.htm
*~ Reading Code with DataRow, SQLAdpater, ADO.Net
**~ doc_mm.CodeDataset.htm
**~ Using Connection String External DataBase, DataTable, DataCache
**~doc_mm.DataTable1.htm
**~doc_mm.CacheDataSet1.htm 
**~AcceptChanges, RejectChanges
**~SqlCommandBuilder cmdBuilder,
**~sqlAdapter.UpdateBatchSize
**~HttpContext Current;
 **~doc_mm.AdoConnect5
**~DataSet, Cache.NoAbsoluteExpiration, TimeSpan.FromSeconds, (No Data Data Control)
**~doc_mm.CacheDataSet1.htm 
 
 
 
 

LINQ (TOP)

*~ Simple Steps : doc_mm.Linq1,
**~ doc_mm.LINQ2
--------LINQ Hands ON------
*~ LINQ Deferred Methods and Operators
**~  doc_LINQDeferredOperation.htm
*~ Simple LINQ Querying Array
*~doc_mm.LINQIntro1
*~doc_mm.LINQExoression1.htm
**~ Count Method
*~doc_mm.LINQExpression2.htm
*~ keyword "ref" to pass reference
*~mm.LINQQueryExpression3.htm
*~ Lamda Expression
**~Explicit  and Implicit Lambda Expression
**~mm.DelegateImplicit1.htm
**~doc_mm.LINQLamdaExpression1.htm

--- ---- Func / Delegate ----------
*~ Func Generic Delegate
**~ doc_mm.FuncGeneric1.htm
**~ Func Deferred Delegate
*~doc_mm.LINQFuncDelegate1.htm
*~mm.LINQFuncLamda1.htm
**~ Generic Colleiction Array To Func
*~doc_mm.LINQFuncProjection1
*~ Delegate Anonymous
**~doc_DelegateAnonymousMethod1.htm
**~compare Lamda and Anonymous Expression
**~doc_mm.LINQFuncDelegate2.htm
-----------Operators ----------------------
---(Linq.NameSapce Enumerable Class)--
**~Orderby, AsEnumerable, Sorting Integers
**~doc_mm.LINQIntro2.htm
**~IEnumerable, var, Sorting, Join-Queries, AsERnumerable orderby, equals
**~doc_mm.LINQIntro3
**~ compare IEnumerable with var, split, Aggregate
**~ doc_mm.LINQIntro4
*~Anonymous LINQ Types,
**~doc_mm.LINQAnonymous1
**~ Anonymous and Use of List<class>
**~doc_mm_LINQIntro5
**~ IEnumerable<T>, SelectMany Method: Projection Operator
**~doc_mm.LINQIntro6.htm
**~doc_mm.LINQQueryProjection1.htm
**~doc_mm.LINQQueryProjection2.htm
**~ IEumerable and Generic, Where and where Clause,
***~ doc_mm.LINQIntro7
**~Alternate to SelectMany Method:
***~doc_mm.LINQIntro8
**~All , Any , AsEnumerable, Average, Contain, Where Method
**~ doc_mmLINQIntro9
**~Enumerable :Average Method:
**~doc_mm.LINQ.Intro10
**~ Cast Enumearlbe Method, LongCount
**~ doc_mm.LINQINtro11
**~Func<(Of <(TResult>)>) Delegate
**~ Concat  Method, Class[] Enumeration
**~ doc_mm.LINQIntro12
**~ Count Method: doc_mmLINQIntro13.htm
**~DefaultIfEmpty method
**~ doc_mm.LINQIntro14
**~ ElementAt(TSource)
**~ doc_mm.LINQIntro15.htm
**~  Using Enum, GetHashCode **~doc_mm.LINQIntro16.htm
**~ Empty<TResult>
**~ doc_mm.LINQIntro17.htm
**~Distinct, Intersect, Except
**~ doc_mm.LINQIntro18.htm
**Union, First , Last, ElementAt
**~doc_mm.LINQIntro19
**~group and GroupBy, group Key, Count
**~doc_mm.LINQIntro20.htm
**~ GroupJoin and simple join compared , Inner Join
**~ doc_mm.LINQIntro20B
**Subquery on Grouped data, Average, Max, group---into
**~doc_mmLINQIntro20C
**~ Using group, Key
**~doc_mm.LINQIntro21.htm
**~ IEnumerable<(Of <(T>)>) to an IQueryable, AsQueryable()
**~ doc_mm.mmLINQIntro22.htm
**~ ToList(), AsQueryable(), Take(2) OrderByDescending
***~doc_mm.LINQIntro23.htm
**~ TakeWhile, OrderByDescending, ToList
**~ doc_mm.LINQIntro24.htm
**~ Dictionary from Object, TakeWhile, ToList
**~doc_mm.LINQIntro25.htm
**~ Generics List Method, IEnumerable <object>
**~ doc_mm.LINQIntro26.htm
**~ ThenByDescending, ThenBy, IElookUp, ToLookUp
**~ doc_mm.LINQIntro27.htm
*~OfType<> ,
**~ doc_mm.LINQIntro28.htm`
*~SkipWhile
**~doc_mm.LINQIntro29.htm
*~LINQ Entity, DataContext, Manual Coding
**~WebConfigurationManager
**~doc_mm.LINQ3
**~doc_mm.LINQ3b.htm
**~ compare ADO to intro LINQ
**~ List<base-class> Generics
**~ doc_mm.LINQ4.htm
**~ Create and Read data with Generics
**~ LINQ-Query compare with Regular
**~doc_mm.LINQ5.htm
**~LINQ Where Clause
**~doc_mm.LINQ6
*~ System.Linq.Expression.Namespace
**~Binary Methods: Equals
***~doc_mmLINQExpressions1.htm
**~doc_mm.LINQQueryExpression2.htm
----System.Xml.Linq Namespace ---
**~doc_mm.LINQXML1.htm
**~ XML Reader Schema validation
**~ LINQ query
**~ doc_mm.LINQXML2
**~Creating XML-Tree:
***~ XDocument , Descendants
***~ doc_mm.LINQXML3.htm
***~  IEnumerable<XElement>, Save, XDocument Class
*****~doc_mm.LINQXML4
**~Using  TextReader,  StringBuilder,  Load, Save, xml-file, Deferred operation.
***~ doc_mm.LINQXML5.htm
**~ Name, LocalName.StartsWith, Ancestor method, Extension Class.
***~ doc_mmXmlLinqExt1.htm

**~do.mmLINQExpression1
**~doc_mmXmlLinqExt1.htm
 
 

Ajax Related (TOP)

*~Ajax_AspNet_References.htm
 
*~ Timer, UpDate Panel, Script Manager, get return from a class., ContentTemplate
*~Timer_OverView.pdf
*~Timer Member:Timer_Members.pdf
*~doc_mm.Timer1.htm
*--------------------------
**~Script Manager Class
**~ doc_mm.SimpleScriptManager1.htm
**~ScriptManagerClass.htm
**~ JavaScript Crash Course:
----Script-Manager Update Panel------------
**~doc_mm.AjaxDOM_members.htm
**~dom_object_methods.htm
---JavaScript Base Type Extension--------
*~String & Arrays
**~Creating Arrays (different ways)
**~array.join();, array.CharAt(), array.parse
****~doc_mm.JavaScriptArray1.htm
**~ Array.Add function
**~doc_mm.JavaScriptRef1.htm
**~ Array.addRange(a,2,"July'), Array.insert
**~doc_mm.JavaScriptRef2.htm
**~ Array Push an POP
**~doc_mm.JavaScriptArray2.htm
**~Array  removeAt, clear, foreach
**~doc_mm.JavaScriptArray3.htm
*~Array.deque, enqueue
*~doc_mm.JavaScriptArray4.htm
**~ Array dequeue , enqueue, clone, clear
***~Sys.UI.DomElement.addCssClass
**~doc_mm.AjaxDOMCss1.htm
----------------------------
*~Collapsible Menu (XMLHttpRequest )
**~doc_mm.AjaxCollpasibleMenu1.htm
**~ for Safari, Chrome, IE , Opera 9/10
**~doc_mm.AjaxCollapsibleMenu2.htm
**~ For Mozilla , Opera 10, Chrome
**~doc_mm.AjaxCollapsibleMenu3.htm
**~ For all browser, using as html page
**~doc_mm.AjaxCollapsibleMenu4.htm
**~Tree Menu, Collapsible Nodes
*~doc_mm.AjaxCollapsibleMenu1B.htm
----------------------------
*~ Tree Menu with Ajax: Toggle
*~doc_Expression_Toggle3.htm
*~Expression_Toggle5.htm
*~doc_Expression_Toggle5B.htm
-----------------------------
**~Drop down menu with div
***~doc_mm.DivDropMenu2.htm
----------------------------
*~ Array Parse, Clone, shallow copy
**~doc_mm.JavaScriptArray5.htm
----------------------
**~ Boolean DataType:
***~doc_mm.OOJavaScript1.htm
***~ doc_mm.OOJavaScript2.htm
**~arguments’ property of a function
**~ var obj = new Object();
**~doc_mm.OOJavaScript3.htm
**~ var object={ name:function(){}
**~doc_mm.OOJavaScript4.htm
**~doc_mm.OOJavaScript5
**~doc_mm.OOJavaScript6
**~JavaScript Prototype of a function
**~doc_mm.OOJavaScript7.htm
------------------------------
--- Using ajax:UpdatePanel ContentTemplate
**~UpdatePanel_MS.MSDNQTR.v90.pdf
**~doc_mm.AjaxExtension1.htm
**~ doc_mm.AjaxExtensions2.htm
*~ Triggers
*~doc_mm.AjaxExtension3.htm
*~
**~ Using External JavaScript
**~ClientScriptManager,Page.ClientScript;
IsClientScriptBlockRegistered
RegisterClientScriptBlock
**~doc_mm.AjaxExtension4.htm
**~External JavaScript : with Script-Manager
*~doc_mm.AjaxExtension5.htm
*~ScriptReference
*~doc_mm.AjaxExtension6.htm 
*~Ajax -Php (Frame Like ) 
*~ doc_ajaxphp1.htm
*~doc_ajaxphp2.htm
*~ doc_ajaxphp_4.htm
*~Creating Hoover Effect, output to a div element, creating a button element, prototype
**~doc_mm.JavaScriptHoover1.htm

**~(Advance Satge) ScriptManager and IsCallBack with IsPostBack explained, noAjax But like Ajax
**~doc_mm.IsCallBack1.htm
*~doc_mm.IsCallBack2.htm
*~
---------JSON-------
**~ simple External internal JSON
**~doc_mm.JSONIntro1.htm

 
 
 

(TOP)

 
 
 
 
 
 
 
 
 
 
 
 
Bar-Baone-Libraries