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#)

Thursday, July 21, 2016

hi Frends Download This barcode Genrator Demo
Click To Download
Barcode Genrator Using C#

Friday, July 15, 2016

<<Click Here To Download Icons For Web & Windows Application>>
Download Icons

Thursday, June 30, 2016

Html Data Table 




This Datatable is created dynamically Youre Solution In that Png & use Css For
Attractive youre datatable

Saturday, June 18, 2016

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>>

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 
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
<< This example For Generating The Barcod for Seprate Product>>
<<Download This Demo >>
https://drive.google.com/open?id=0B2RO2WvKFY-aUVJrWG1XSDVQbFU