What is psychosocial framework?
it is nothing but social consciousness.
when you talk about it to the next person it becomes psycho social framework.
it is a thought structure involving individual,people at large and their connections
What is the full form of net language?
.NET is not a language rather a framework that provides a set of Bse class libraries and runtime environment. It defines a Common type system for all languages wishing to use this framework and hence allowing interoperability.
.NET doesn't have a full form. It is just used for branding by Microsoft.
What is an institutional framework?
Institutional framework is a concept used to refer to the policy and regulatory elements affecting energy developments. In the wind energy context, this would include issues such as political commitment, financial incentives, planning systems, presence and roles of landscape protection organizations, and patterns of local ownership.
What is meant by error handling support in dot net?
The idiomatic way to express error conditions in .NET framework is by throwing exceptions. In C#, we can handle them using the try-catch-finally statement:
try{
// code which can throw exceptions
}
catch
{
// code executed only if exception was thrown
}
finally
{
// code executed whether an exception was thrown or not
}
Whenever an exception is thrown inside the try block, the execution continues in the catch block. The finallyblock executes after the try block has successfully completed. It also executes when exiting the catch block, either successfully or with an exception.
In the catch block, we usually need information about the exception we are handling. To grab it, we use the following syntax:
catch (Exception e){
// code can access exception details in variable e
}
The type used (Exception in our case), specifies which exceptions will be caught by the catch block (all in our case, as Exception is the base type of all exceptions).
Any exceptions that are not of the given type or its descendants, will fall through.
We can even add multiple catch blocks to a single try block. In this case, the exception will be caught by the first catch block with matching exception type:
catch (FileNotFoundException e){
// code will only handle FileNotFoundException
}
catch (Exception e)
{
// code will handle all the other exceptions
}
This allows us to handle different types of exceptions in different ways. We can recover from expected exceptions in a very specific way, for example:
For remaining unexpected exceptions, e.g. a NullReferenceExceptions caused by a bug in the code, we can show the user a generic error message, giving him an option to report the error, or log the error automatically without user intervention.
Which namespace of the NET Framework do you use to create metadata dynamically at runtime?
System.Runtime
Can you use multiple inheritance in .NET?
Multiple inheritance in C# In C#, the classes are only allowed to inherit from a single parent class, which is called single inheritance. But you can use interfaces or a combination of one class and interface(s), where interface(s) should be followed by class name in the signature.
A risk - based strategic assessment and planning technique for security.
There are three OCTAVE methods:
OCTAVE methods are founded on the OCTAVE criteria-a standard approach for a risk-driven and practice-based information security evaluation. The OCTAVE criteria establish the fundamental principles and attributes of risk management that are used by the OCTAVE methods.
Features and benefits of OCTAVE methods
The OCTAVE methods are
What is spring framework used for?
Spring framework is used to create applications on a Java platform. It contains several modules that are handy for web developers including remote management and configurable security processes.
On what concept the Hadoop framework works?
Learn Hadoop Online Training to build your big data analytics and data processing file system skills today. Become familiar with Hadoop cluster, Hadoop distributed file system, Hadoop map reduce, etc. Learn about Map Reduce, PIG, Apache Hive, HDFS, Java, Sqoop, Apache Spark, Flume, and more to become a data science expert.
What is Hadoop Architecture?
Hadoop architecture is computer software used to process data. Hadoop is open-source software, freely available for anyone to use, that can be scaled for use with small datasets on only a few computers to massive ones using large clusters of computers. The beauty of Hadoop is that it is designed to recognize and account for hardware failures. It adjusts processing load to available resources, reducing downtime.
The Hadoop software library is developed and maintained by the The Apache Hadoop project and major companies around the world use the software for both internal and customer-facing applications. Major companies using Hadoop include Adobe, Ebay, Facebook, IBM and more.
For more details please visit: Hadoop Online Training Naresh IT
Top ten institutes in Pakistan?
In Pakistan, ranking of universities is determined by the HEC. The ranking list is available at the following sites:
http://www.paked.net/higher_education/hec_university_rankings.htm
http://www.hec.gov.pk/QualityAssurance/Ranking_lists.htm
Average Salary for a NET Developer?
It really varies...
It can be $30-$65/hour
$45k - $125k
It can go higher depending on skill and experience.
When you save information directly to your computer you are saving it to your?
The missing term most likely is hard drive. Of course, you could use a floppy drive, CD, USB memory stick, or a variety of other Input-Output devices.
How do you writte foreach loop in net?
Assuming your data store implements the "IEnumerable" interface (or the IEnumerable generic interface) foreach (type arg in datastore) { ... } So, for example, if you have a List, it would be List list = new List() ... foreach (string val in list) { Console.Out.WriteLine(val); }
What is the best website for free asp.net 2.0 hosting why?
Brother, if you are looking for a hosting company that combines reliability and quality in work.
I highly recommend hostgator with whom I have had a great long experience due to my blogging work
This company has many advantages that are reflected in the diversity of its plans, which include a lot of fairy things at very reasonable prices, an easy control panel, in addition to its endless offers, which you can discover through this link
cutt.ly/yh2asNl
Which programs need Microsoft NET framework?
Any program which is created using Visual Fox Pro.. J#, IronPython, Iron Ruby, Oxygene, VB.NET, C# and many others.
What is three tire architecture in net?
I HOPE you mean "Three Tier". "Three Tier" is not .Net specific, but is an enterprise application architecture designed to separate the different major parts of a large application from each other in order to isolate potential bugs. They typically are called the "Data" layer (your database), the "Logic Layer" or "Business Layer" (your "server code that contains the business logic) and the "Presentation Layer" (your application client, be it a thick "Windows application" or a website.).
As an example, you could write a three tier application using Microsoft technology like this: Your database would be SQL Server. The Business logic, written in C#, on your server, would handle business rules and data processing. A Web Service would serve as the transport mechanism between the server and your client. Finally, your client would be a ASP.Net website written in VB.Net.
Which is the good language vb net or asp net?
Both VB.NET and ASP.NET use the ".NET" language. The implementation is different, though. VB.NET is a new version of BASIC and is used in Visual Basic programming for designing custom graphical user interfaces for windows applications. ASP.NET is the same language, but designed as a server side language for webpages.
The syntax and keywords of both languages is .NET, the implementation is the difference.
Do you need Microsoft net framework service pack?
Depending on what programs you are planning to use, quite likely. Many new programs are written for the .NET framework, rather than using the Win32 API directly.
Which IDE can be used to develope the NET Framework?
While an IDE is not a requirement for developing .Net Framework-targetted programs, they certainly make the job easier. The standard development package is the one offered by Microsoft, Visual Studio. Visual Studio has several different versions available for your needs, from Express editions that are free, to Enterprise-quality development environments that integrate with their Team Foundation System. Another excellent package is called SharpDevelop. This is a free, opensource IDE.
Not sure if you're referring to Windows 7-E version. This was windows 7 version for Europe. However the plans to ship this version were scrapped later on.
Created by Derald Wing Sue, Ph.D. for use within multicultural counseling & therapy. All individuals are 1) like no other, 2) like some others, 3) like all others.
Is net income the same as net profit?
Yes. Net income is generally calculated the same way on net profit.