<<<<,Real Life OF Coder , Programmer>>
This Blog For Learn Everything , This Blog For Student And Experience Person
Ap 7 Traslator
Saturday, August 27, 2016
Saturday, August 20, 2016
C# To Notepad
hi frends see this video
(Add Data In Notepad Using C#)
Monday, July 25, 2016
Thursday, July 21, 2016
Friday, July 15, 2016
<<Click Here To Download Icons For Web & Windows Application>>
Download Icons
Download Icons
Wednesday, July 13, 2016
Monday, July 4, 2016
Friday, July 1, 2016
Ap Xml 8777 part 4th
Search Tecniques in C# With xml
Thursday, June 30, 2016
Wednesday, June 29, 2016
<<Download My Blog Android Application On Youre Device>>
Click To Download
Download My Blog Android Application For Youre Device
keep reading youre blog
Click To Download
Download My Blog Android Application For Youre Device
keep reading youre blog
Ap Xml 8777 part 2nd
part 2 video of c# to Xml see this all video
Download Xml Full Demo.
Download and learn C# With Xml database:
From :Atul Pathrikar(8777)
Demo 1st:
Download C# With Xml Demo 1st
Demo 2nd:
Download C# With Xml Demo 2nd
Download and learn C# With Xml database:
From :Atul Pathrikar(8777)
Demo 1st:
Download C# With Xml Demo 1st
Demo 2nd:
Download C# With Xml Demo 2nd
Ap Xml 8777 part 1st
This Video Is Very hepful for Youre Reffrance
Saturday, June 18, 2016
<<Download This Linq Document For Reffrance>>
<<Download Linq Notes>>
<<Download Linq Notes>>
Wednesday, June 15, 2016
<< Store procedure Use IN,NOT IN keyword>>
Create procedure SP_Demo777
(
@Country varchar(max)
)
as
select * from Tbl_Country where CountryName in(@Country) and CountryName=@Country
return
<<See Video>>
Create procedure SP_Demo777
(
@Country varchar(max)
)
as
select * from Tbl_Country where CountryName in(@Country) and CountryName=@Country
return
Monday, June 13, 2016
<< create view & Call in Store Procedure>>
See This Video
Wednesday, June 8, 2016
linq to Sql example Download Here:
https://drive.google.com/open?id=0B2RO2WvKFY-aQ3piTEZ0N1hyTFU
https://drive.google.com/open?id=0B2RO2WvKFY-aYkxpYzZzYWRMeUE
https://drive.google.com/open?id=0B2RO2WvKFY-aUjVaRTZpMnVzWW8
https://drive.google.com/open?id=0B2RO2WvKFY-abU1QWWxtdlUxZms
Banking asp Web Application Demo In Linq To Sql
LINQ to SQL is a component of the .NET Framework version 3.5 that provides a run-time infrastructure for managing relational data as objects. In LINQ to SQL, the data model of a relational database is mapped to an object model expressed in the programming language of the developer.
https://drive.google.com/open?id=0B2RO2WvKFY-aMlppNGJWdUMxRXM
https://drive.google.com/open?id=0B2RO2WvKFY-aQ3piTEZ0N1hyTFU
https://drive.google.com/open?id=0B2RO2WvKFY-aYkxpYzZzYWRMeUE
https://drive.google.com/open?id=0B2RO2WvKFY-aUjVaRTZpMnVzWW8
https://drive.google.com/open?id=0B2RO2WvKFY-abU1QWWxtdlUxZms
Banking asp Web Application Demo In Linq To Sql
LINQ to SQL is a component of the .NET Framework version 3.5 that provides a run-time infrastructure for managing relational data as objects. In LINQ to SQL, the data model of a relational database is mapped to an object model expressed in the programming language of the developer.
https://drive.google.com/open?id=0B2RO2WvKFY-aMlppNGJWdUMxRXM
Defination Of Sql View:
===========================================================================
A view contains rows and columns, just like a real table. The fields in a view are fields from one or more real tables in the database. You can add SQL functions, WHERE, and JOIN statements to a view and present the data as if the data were coming from one single table.
===========================================================================
example for create views
===========================================================================
CREATE view [dbo].[GetDATAforTimetable_Excel]
as
select t.TT_ID, staff.Person_Name,std.Std_Name,c.Course_Name,sub.Sub_Name,t.Batch_Year,
t.Start_Time,t.End_Time,t.Date,staff.Staff_ID,b.Branch_Id
from Tbl_TimeTable t,Tbl_Subject sub,Tbl_Course c,Tbl_Stad std,Tbl_Staff staff,Tbl_Branch b
where t.Course_ID=c.Course_ID and sub.Sub_ID=t.Sub_ID and std.Std_ID=t.Std_ID and
staff.Staff_ID=t.Staff_ID and staff.Branch_Id=b.Branch_Id
GO
===========================================================================
this view also use in storeprocedre Creating by their Object,Alias
===========================================================================
A view contains rows and columns, just like a real table. The fields in a view are fields from one or more real tables in the database. You can add SQL functions, WHERE, and JOIN statements to a view and present the data as if the data were coming from one single table.
===========================================================================
example for create views
===========================================================================
CREATE view [dbo].[GetDATAforTimetable_Excel]
as
select t.TT_ID, staff.Person_Name,std.Std_Name,c.Course_Name,sub.Sub_Name,t.Batch_Year,
t.Start_Time,t.End_Time,t.Date,staff.Staff_ID,b.Branch_Id
from Tbl_TimeTable t,Tbl_Subject sub,Tbl_Course c,Tbl_Stad std,Tbl_Staff staff,Tbl_Branch b
where t.Course_ID=c.Course_ID and sub.Sub_ID=t.Sub_ID and std.Std_ID=t.Std_ID and
staff.Staff_ID=t.Staff_ID and staff.Branch_Id=b.Branch_Id
GO
===========================================================================
this view also use in storeprocedre Creating by their Object,Alias
<< This example For Generating The Barcod for Seprate Product>>
<<Download This Demo >>
https://drive.google.com/open?id=0B2RO2WvKFY-aUVJrWG1XSDVQbFU
<<Download This Demo >>
https://drive.google.com/open?id=0B2RO2WvKFY-aUVJrWG1XSDVQbFU
Subscribe to:
Posts (Atom)