问题相关.net wcf wpf和sql server [英] Question related .net wcf wpf and sql server

查看:73
本文介绍了问题相关.net wcf wpf和sql server的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

http://www.aspdotnet-suresh.com/2010/04 /introduction-to-object-oriented.html [ ^ ]



http://www.c-sharpcorner.com/UploadFile/mkagrahari/introduction-to-object-oriented-programming-concepts-in -C-Sharp / [ ^ ]



汇编是.net应用程序部署的最小单位。它可以是一个DLL或一个exe。

它主要有两种类型:



1.Private汇编:dll或exe这只是一个申请的唯一财产。它通常存储在应用程序根文件夹中





2.Public / Shared assembly:这是一个可供多个应用程序使用的DLL一次。共享程序集存储在GAC中,即全局程序集缓存中。





听起来很难? Naa ....

GAC只是C:\ Windows \Assembly文件夹,您可以在其中找到PC中安装的所有软件的公共程序集/ dll。



还有第三种也是最不为人知的装配类型:卫星装配。

卫星装配只包含静态对象,如图像和其他所需的非可执行文件。申请。













框架2.0,3.0和4.0解释和区别

什么是可空的?

字符串是值类型还是引用类型?

什么是价值类型

什么是参考类型

描述汇编。

我们怎么能破坏汇编。

本地汇编。

部分汇编。

差异b / w server.transfer和response.redirect。

session,viewstate,应用程序

详细说明和解释global.asax

使用正则表达式进行验证控制。

cashe。

垃圾回收

我们可以强行收集垃圾吗

IL,CLR,WSDL,DISCO

cookies

设置验证控制的步骤。

身份验证和授权。

什么是委托?使用它。以及如何使用。

一个项目中的多个web.confi

序列化,全球化

什么是假冒?

卫星装配

ssl

定义追踪。

什么是申请域?

重要性是什么ASP.NET中的Global.asax?

MSIL

什么是postBACK

托管代码和非托管代码。

CAS

.NET Remoting解释

ASP.Net中的Remoting客户端?

什么是委托?解释如何创建它。

datalist,datagrid和repeater之间的差异



SILVERLIGHT EXPLAIN

WCF EXPLAIN

WEB服务解释



wpf中不同的绑定类型

将texbox的文本设置为无代码标签。

什么是xaml

类型的绑定在wcf

iconverter

mvc - mvvm模型

wpf的好处



什么是继承

多态,

虚拟班级

什么是重载多态?

overridin





sql server

ddl

是否可能存储过程功能

可以在sql server中发送邮件

魔术表

cte

光标

加入类型

索引,如何创建(语法)

sql server中的作业

job agent

触发器

类型的触发器

隔离

varchar和nvarchar之间的差异

http://www.aspdotnet-suresh.com/2010/04/introduction-to-object-oriented.html[^]

http://www.c-sharpcorner.com/UploadFile/mkagrahari/introduction-to-object-oriented-programming-concepts-in-C-Sharp/[^]

Assembly is the smallest unit of deployment of a .net application. It can be a dll or an exe.
There are mainly two types to it:

1.Private Assembly: The dll or exe which is sole property of one application only. It is generally stored in application root folder


2.Public/Shared assembly: It is a dll which can be used by multiple applications at a time. A shared assembly is stored in GAC i.e Global Assembly Cache.


Sounds difficult? Naa....
GAC is simply C:\Windows\Assembly folder where you can find the public assemblies/dlls of all the softwares installed in your PC.

There is also a third and least known type of an assembly: Satellite Assembly.
A Satellite Assembly contains only static objects like images and other non-executable files required by the application.






framework 2.0, 3.0 and 4.0 explain and difference
what is nullable?
String is value type or reference type?
what is value type
what is reference type
describe assembly.
how can we shaw assembly.
native assembly.
parts of assembly.
difference b/w server.transfer and response.redirect.
session, viewstate, application
detail and explaing global.asax
validation control with regex.
cashe.
garbage collection
can we force garbage collection
IL, CLR, WSDL, DISCO
cookies
steps to set up validation control.
authentication and authorization.
What is delegate? use of it. and how to use.
more than one web.confi in one project
serialization, globalization
What is impersonation?
satellite assembly
ssl
Define Tracing.
What is application domain?
What is the importance of Global.asax in ASP.NET?
MSIL
WHAT IS POSTBACK
Managed code an Un-managed code.
CAS
.NET Remoting explain
Remoting client in ASP.Net?
What is a delegate? Explain how to create it.
difference between datalist, datagrid and repeater

SILVERLIGHT EXPLAIN
WCF EXPLAIN
WEB SERVICES EXPLAIN

different binding types in wpf
set texbox's text to label without code.
what is xaml
types of binding in wcf
iconverter
mvc - mvvm model
benefits of wpf

what is inheritance
polymorphism,
virtual class
What is Overloading Polymorphism?
overridin


sql server
ddl
is it possible stored procedure in function
send mail possible in sql server
magic table
cte
cursor
join types
index, how to create (syntax)
jobs in sql server
job agent
trigger
types of trigger
isolation
difference between varchar and nvarchar

推荐答案

这是你的作业吗?或者某种测试?



无论哪种方式,所有这些问题都可以通过快速访问Google轻松回答。



我们不做你的功课:这是有原因的。它就是为了让你思考你被告知的事情,并试着理解它。它也在那里,以便您的导师可以识别您身体虚弱的区域,并将更多的注意力集中在补救措施上。



亲自尝试,你可能会发现它不是和你想的一样困难!
Is this your homework? Or some kind of test?

Either way, all these "questions" can be answered very easily with a quick trip to Google.

We do not do your homework: it is set for a reason. It is there so that you think about what you have been told, and try to understand it. It is also there so that your tutor can identify areas where you are weak, and focus more attention on remedial action.

Try it yourself, you may find it is not as difficult as you think!


这篇关于问题相关.net wcf wpf和sql server的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆