Yogesh Mehla www.techsapphire.in. Now concept of logic building is not so complex and not so simple. We will not work on how to make logic program in.

Презентация:



Advertisements
Похожие презентации
How to crack technical interview ? Yogesh Mehla. Many of my friends who are technically good and even great, but they are unable to crack their first.
Advertisements

Indirect Questions How do you make indirect questions? When do you use this grammar?
Ecology and fashion. Project was done by Borodina Ludmila from 10 B.
Name: Yogesh Mehla Website: Phone:
Purposes Working with students Working with teachers Opinion Conclusion.
THE MEDIA The mass media play an important part in our lives. Nowadays information is the most necessary thing. That is why there are so many sources.
11 BASIC DRESS-UP FEATURES. LESSON II : DRESS UP FEATURES 12.
What to expect? How to prepare? What to do? How to win and find a good job? BUSINESS ENGLISH COURSE NOVA KAKHOVKA GUMNASUIM 2012.
Teens problems Semenova Nastya The 10 Б form student Teacher: Pshennikova E.D
If you are ready for the lesson, let's start. What kinds of schools do you know? Public school State school Boarding school All – boys school All – girls.
Goals and values. What are goals? Goals can be anything you want to achieve in a short period of time or in a long time period. Eg, get better grade,
ADVANCED DRESS-UP FEATURES 39. Once OK has been selected, your part will appear with the filleted area highlighted by orange lines at the boundaries.
Welcome to…. YOUR FIRST PART – START TO FINISH 2.
The questions without answers One day Looking at nowhere I stopped to think of …
Friends forever. Friendship means to trust each other, keep secrets, get together. Friendship means to trust each other, keep secrets, get together.
Simple Past vs. Present Perfect When do we use each tense in English?
Take one minute to prepare a talk on the following subject. Take notes if you like and remember to include reasons and examples. You should then speak.
LEADERSHIP SKILLS. Many years of experience in Exploring have shown that good leadership is a result of the careful application of 11 skills that any.
Prefixes and Suffixes What are they? Examples of common prefixes and suffixes The presentation made by Serbina and Zholtikova.
My Healthy Lifestyle. You hear a lot about living a healthy lifestyle, enough that the phrase 'healthy lifestyle' may be one we'd like to permanently.
Транксрипт:

Yogesh Mehla

Now concept of logic building is not so complex and not so simple. We will not work on how to make logic program in C ? We will study how to build complex logic in SQL,.NET, JAVA or any other major technologies in market.

Main part in logic building under all technologies is LIBRARY DEFINED FUNCTIONS. This is the main thing I will explain you with different examples in complete lecture.

Note: Example will be common for Java too just syntax changes. Purpose of these example is to show you how to make complex logic easily. SQL library defined functions. C# library defined functions.

Example….

Row_number() Rank() Dense_Rank() Year() Month() Substring() CharIndex(), etc

Example….

.Contains().Where() String.Concat().Count.Length.toUpper().toLower().toString(), etc

Library defined function. You just need to know what this function do. Dont have cram to learn. Just remember, what function do ? Because if you will face any task which has task which match definition of function then you can make easy and right code.

Do practice general sorting and searching function. They will help you in logic building. But now use library defined functions to do that for you. Example…. Orderby(), contains(), etc.

When you are on advance programming platform, then stop using basic programming approach. Make optimized code. Which is easy to understand and more meaning full. Hope this lecture will help you in learning logic building.

Keep learning.