Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

BASICS: CRUD [Create/Retrieve/Update/Delete] - C# and MS SQL Server

ts alam mu ba ang mvc
model
view cotrol?
tas entity framework
at linq?

hindi pa ko nakapagMVC sir
pero yung linq at entity framework marunong ako
kaso di ko masyado ginagamit yan :rofl:
 
sana may database maintenance that uses sql command when inserting,updating,deleting,searching, at data retrieval dito..

such as command.parameter.addvalue().... :thumbsup:
 
TS

Dapat parameterized yung Query mo sa DAL Side..

No need to use sqlConnection.Open(); at sqlConnection.Close(); kapag DataAdapter yung gagamitin mo. Yung DataAdapter na ang bahala mag Open/Close ng Connection.

in my point of view ang Data Access Layer eh mga methods kung saan naka lagay yung mga Query at yung mga condition/Where nila base from BusinessAccessLayer Data
 
Last edited:
wow, very informative to. ngayon ko lang nalaman ung 3 tier Architecture, baliktad pala ung ginagawa ko,

ako kasi dataAccess muna tapos GUI sabay ung business Access Layer ung ginagawa ko haha.

:thanks:
 
Back
Top Bottom