یکشنبه 19 مهر 1388
نویسنده: حمیدرضا طبقه بندی: آموزش، English، کتاب، مقالات، برنامه نویسی،
فرهنگ اصطلاحات ویژوال استادیو
Visual Studio and .NET Framework Glossary
سلام؛
در این قسمت برای شما یک E-book بسیار مفید دارم.
اگر شما هم جزئ برنامه نویسان دات نت باشید حتما تا بحال به اصطلاحاتی برخورد کردید که معنای دقیق و تخصصی اون ها رو ندونید.ولی از این به بعد این مشکل را نخواهید داشت!
در این مطلب E-book اصطلاحات ویژوال استادیو و دات نت فرم ورک(Visual Studio and .NET Framework Glossary)رو براتون گذاشتم تا در کمترین زمان معانی واقعی اصطلاحات رو پیدا کنید.
نظرات فراموش نشه!
لینک دانلود مستقیم:
http://www.freeupload.cn/download2.php?a=297150&b=39f6f282c3f34a1a5a0994adf8da69b0
لینک دانلود غیر مستقیم:
http://www.freeupload.cn/download.php?file=297150
حجم668کیلو بایت.
موفق باشید،
یا علی!
پنجشنبه 9 مهر 1388
نویسنده: حمیدرضا طبقه بندی: آموزش، موبایل، English، ترفندوهک،

This file contains the unsigned Hellox.sis file, which have to sign with the developer certificate that you download. It also contains Leftup’s Certificate and Key file……
STEPS FOR HACKING:
1. Install the signer application to
your mobile. For those who can’t get the signer to install on your
phone, use the method of signing HelloX that I’ve given below.
2. Sign the HelloX.sis file using the signer with your developer
certificate. For this, certificate(the one you download from
SymbianSigned) and key file (pub1.key, or whichever you used to make
the certificate) must be on the phone.
3. Install it. When the phone says that the application is for
development purposes only, select Yes, and HelloX will be installed.
4. Now go to the applications folder, and run HelloX.
5. After doing some things, it’ll ask whether you want to install ROMPatcher. Select Yes.
6. Next, it’ll ask whether you want to install MODO. MODO is just a
file explorer program which shows you all the system files. Its
installation is up to you.
دوشنبه 23 شهریور 1388
نویسنده: حمیدرضا طبقه بندی: آموزش، English، مقالات، برنامه نویسی،
لغت نامه
Visual Studio and .NET Framework
Part 1:(A-C)I
سلام،
تصمیم گرفتم در یک سلسه مقالات اصطلاحات و لغات کلیدی ویژوال استودیو و فرم ورک رو معرفی کنم که از داخل ویژوال استودیو 2008در آوردم.
به دلیل زیاد بودن مطالب بر اساس حروف الفبا به چهار قسمت تقسیم کردم. امیدوارم ازش استفاده کنید و نظراتتون رو برام بزارید.
استفاده از این مقالات و لغت نامه تنها باذکر منبع(سایت زرسازان)مجاز خواهد بود،
بیایید به زحمات یکدیگر احترام بگذاریم....

|
Visual Studio and .NET Framework Glossary Visual Studio and .NET Framework Glossary |
This glossary defines key terms of Visual Studio 2008 and the .NET Framework.
Refrence:
Of
MSDN 2008
Part1:(A-C)
.NET Compact Framework
A hardware-independent environment for running programs on resource-constrained computing devices. It inherits the full .NET Framework architecture of the common language runtime, supports a subset of the .NET Framework class library, and contains classes designed exclusively for the .NET Compact Framework. Supported devices include personal data assistants (PDAs) (such as the Pocket PC), mobile phones, set-top boxes, automotive computing devices, and custom-designed embedded devices built with the Microsoft Windows CE.NET operating system.
.NET Framework
An integral Windows component that supports building, deploying, and running the next generation of applications and Web services. It provides a highly productive, standards-based, multilanguage environment for integrating existing investments with next generation applications and services, as well as the agility to solve the challenges of deployment and operation of Internet-scale applications. The .NET Framework consists of three main parts: the common language runtime, a hierarchical set of unified class libraries, and a componentized version of ASP called ASP.NET. See also: ASP.NET, common language runtime, .NET Framework class library.
.NET Framework class library
A library of classes, interfaces, and value types that are included in the .NET Framework SDK. This library provides access to system functionality and is designed to be the foundation on which .NET Framework applications, components, and controls are built. See also: class, CLS-compliant, Common Language Specification, interface, value type.
.NET Framework data provider
A component of ADO.NET that provides access to data from a relational data source. A .NET Framework data provider contains classes to connect to a data source, execute commands at the data source, and return query results from the data source, including the ability to execute commands within transactions. A .NET Framework data provider also contains classes to populate a DataSet with results from a data source and propagate changes in a DataSet back to the data source.
دوشنبه 23 شهریور 1388
نویسنده: حمیدرضا طبقه بندی: آموزش، برنامه نویسی، مقالات، English،
لغت نامه
Visual Studio and .NET Framework
Part1:(A-C)II
accelerator editor
A resource editor that allows you to add, delete, change, or browse the shortcut key assignments for your project.
access control list (ACL)
A list that specifies the rules for access to a particular resource. Microsoft Windows NT implements user-based ACLs, which specify the resources available to a particular user.
actions pane
A customizable document-level task pane in Microsoft Office Word and Microsoft Office Excel.
Active Template Library
A collection of C++ templates to help users create Component Object Model (COM) objects.
ActiveX control
A control, such as a check box or button that offers options to users or runs macros or scripts that automate a task. You can write macros for the control in Microsoft Visual Basic for Applications or scripts in Microsoft Script Editor.
add-in
In the .NET Framework add-in programming model, the add-in application assembly that communicates with a host application over a communication pipeline. See also: host, pipeline.
add-in view
In the .NET Framework add-in programming model, an assembly that contains interfaces or abstract base classes, and represents the add-in's view of the methods and types used to communicate with a host. See also: add-in, host.
add-in-side adapter
In the .NET Framework add-in programming model, an assembly that contains one or more classes, and converts data to and from the add-in view and the contract. Depending on the direction of the call, the adapter is either converting from a view to a contract or from a contract to a view. See also: add-in, contract.
ADO.NET
The suite of data access technologies included in the .NET Framework class libraries that provide access to relational data and XML. ADO.NET consists of classes that make up the DataSet (such as tables, rows, columns, relations, and so on), .NET Framework data providers, and custom type definitions (such as SqlTypes for SQL Server).
adorner
A special glyph on the design surface. Adorners are usually attached to a target control, and they give the user a graphical means of adjusting the control's properties.
AfxFreeLibrary
A function called by MFC applications after they explicitly linked to a DLL module when that module is no longer needed. This function decrements the module's reference count and, if the reference count is zero, unmaps it from the address space of the process.
AfxLoadLibrary
A library that is used by MFC applications when linking to an extension DLL.
aggregate event
In WMI, a type of event that is generated after a series of events of another type have occurred. An aggregate event is used to represent a series of events to avoid flooding the event consumer. See also: event, event consumer.
alpha channel
In GDI+, the portion of pixel color data reserved for transparency information.
anchoring
The way of determining the edges of a parent control to which a control is bound and how a control is resized with its parent. Anchoring and docking are mutually exclusive. See also: docking.
anonymous method
A code block that is passed as a parameter to a delegate.
anonymous type
A class type whose name is generated by the compiler and that inherits directly from Object. Members of an anonymous type are properties that are inferred from the object initializer that creates instances of the type.
application base
The directory where the .exe file that loads into the initial or default application domain is located. If you create your own application domain, the application base is the location you specify in the AppDomainSetup class. See also: application domain.
application domain (AppDomain)
A boundary that the common language runtime establishes around objects created within the same application scope (that is, anywhere along the sequence of object activations beginning with the application entry point). Application domains help isolate objects created in one application from those created in other applications so that run-time behavior is predictable. Multiple application domains can exist in a single process.
application manifest
The file used in ClickOnce applications that describes the application and all of its constituent files.
application service
In ASP.NET, built-in functionality for common application tasks. ASP.NET includes application services for authentication (ASP.NET membership), persistent per-user information (profile properties), and more.
application state
In ASP.NET, a variable store that is created on the server for the current application and is shared by all users. Application state is typically used to store information that is used for all users, such as application-wide settings.
application-level add-in
A supplemental program that modifies or adds functionality to an existing program or application. The modifications are available to the application at all times.
ASP.NET
A set of technologies in the Microsoft .NET Framework for building Web applications and Web services. ASP.NET pages execute on the server and generate markup (such as HTML, WML, or XML) that is sent to a desktop or mobile browser. ASP.NET pages use a compiled, event-driven programming model that improves performance and enables the separation of application logic and user interface. ASP.NET pages and Web services files created using ASP.NET contain server-side (rather than client-side) logic written in Visual Basic, C#, or any .NET-compatible language. Web applications and Web services take advantage of the features of the common language runtime, such as type safety, inheritance, language interoperability, versioning, and integrated security.
ASP.NET application services database
In ASP.NET, a database that stores the data for several ASP.NET application services, including membership, Web Parts personalization, roles, and profiles. The database can be a local database in the Web site's App_Data folder or a SQL Server or other database, depending on how the site is configured.
ASP.NET mobile controls
A set of ASP.NET controls designed for mobile Web applications. ASP.NET mobile controls extend their ASP.NET server control counterparts.
ASP.NET mobile Web Forms
Extensions to ASP.NET Web Forms that target mobile devices from cell phones to Pocket PCs.
ASP.NET page
A component of an ASP.NET application.
ASP.NET server control
A server-side component that encapsulates user interface and related functionality. An ASP.NET server control derives directly or indirectly from the System.Web.UI.Control class. The superset of ASP.NET server controls includes Web server controls, HTML server controls, and ASP.NET mobile controls. The page syntax for an ASP.NET server control includes a runat="server" attribute on the control's tag. See also: HTML server control, validation server controls, Web server control.
ASP.NET Web application
An application that processes HTTP requests (Web requests) and executes on top of ASP.NET. An ASP.NET Web application can include ASP.NET pages, Web services, HTTP handlers, and HTTP modules.
دوشنبه 23 شهریور 1388
نویسنده: حمیدرضا طبقه بندی: آموزش، English، مقالات، برنامه نویسی،
لغت نامه
Visual Studio and .NET Framework
Part1:(A-C)III
code access security
A mechanism provided by the common language runtime whereby managed code is granted permissions by security policy and these permissions are enforced, helping to limit the operations that the code will be allowed to perform.
code-behind class
A class that is accessed by an .aspx file, but resides in a separate file (such as a .dll or .cs file). For example, you can write a code-behind class that creates an ASP.NET custom server control, contains code that is called from an .aspx file, but does not reside within the .aspx file.
code-behind file
A code file containing the page class that implements the program logic of a Web Forms or ASP.NET mobile Web Forms application.
code-behind page
See other term: code-behind file
COM callable wrapper (CCW)
A proxy object generated by the common language runtime so that existing COM applications can use managed classes, including .NET Framework classes, transparently.
COM interop
A service that enables .NET Framework objects to communicate with COM objects.
Common Information Model (CIM)
In WMI, the model that describes how to represent real-world managed objects. CIM uses an object-oriented paradigm, where managed objects are modeled using the concepts of classes and instances. The CIM is divided into the metamodel and the standard schema. The metamodel describes what types of entities make up the schema. It also defines how these entities can be combined into objects that represent real-world devices.
common language runtime
The engine at the core of managed code execution. The runtime supplies managed code with services such as cross-language integration, code access security, object lifetime management, and debugging and profiling support.
common language runtime host
An unmanaged application that uses a set of APIs, called the hosting interfaces, to integrate managed code into the application. Common language runtime hosts often require a high degree of customization over the runtime that is loaded into the process. The hosting interfaces allow common language runtime hosts to specify settings that configure the garbage collector, select the appropriate build for their environment (server versus workstation), and so on. Common language runtime hosts often support an extensibility model that allows the end user to dynamically add new pieces of functionality, such as a new control or a user-written function. These extensions are typically isolated from each other in the process using application domains and custom security settings. Examples of common language runtime hosts include ASP.NET, Microsoft Internet Explorer, and a host to run executables launched from the Windows Shell. See also: application domain, common language runtime, managed code.
Common Language Specification (CLS)
A subset of language features supported by the common language runtime, including features common to several object-oriented programming languages. CLS-compliant components and tools are guaranteed to interoperate with other CLS-compliant components and tools. See also: CLS-compliant.
common object file format (COFF)
A format in 32-bit programming for executable (image) and object files that is portable across platforms. The Microsoft implementation is called portable executable (PE) file format. See also: portable executable (PE) file.
common type system
The specification that determines how the common language runtime defines, uses, and manages types.
communication pipeline
See other term: pipeline
comparison evaluator
A filter that compares a device capability name to a value. See also: device capabilities.
INTERVIEW WITH GOD
گفتگو با خدا
*******************
I dreamed I had an interview with God.
در رویا دیدم که با خدا حرف میزنم
So you would like to interview me? God asked.
او از من پرسید :آیا مایلی از من چیزی بپرسی؟
If you have the time? I said.
گفتم ....اگر وقت داشته باشید....
God smiled. ?My time is eternity.
لبخندی زد و گفت: زمان برای من تا بی نهایت ادامه دارد......
برنامه نویسی
(21)
نرم افزار
(31)
شیمی
(5)
آموزش
(21)
روانشناسی
(24)
کلمات بزرگان
(10)
تصاویر هنرمندان
(3)
ورزشی
(6)
جون من بخند!
(21)
پزشکی
(16)
موبایل
(12)
نمونه سوال فیزیک۱
(1)
نمونه سوال فیزیک۲
(2)
نمونه سوال فیزیک۳
(0)
نمونه سوال فیزیک۱و۲ پیش
(0)
English
(7)
شعر
(18)
داستان
(8)
رشته های دانشگاهی
(6)
سایت های برتر
(8)
عمومی
(116)
سخنی با شما
(21)
تصاویر
(65)
اخبار IT
(68)
نوابغ ایران
(12)
آیا می دانید؟
(20)
اخبار
(90)
هنری
(8)
ادبی
(29)
کتاب
(4)
مصاحبه
(3)
مقالات
(24)
هوا فضا
(2)
ریاضی
(12)
رایانه
(14)
فیزیک
(9)
ترفندوهک
(16)
معارف
(43)
فرهنگ
(5)
سخت افزار
(8)
گرافیک و انیمیشن
(1)
30a30
(2)